a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.style4 {
	font-size: 14px;
	font-family: "Gill Sans MT";
}
.style6 {font-family: "Gill Sans MT"; font-size: 12px; font-weight: bold; 
}
.style7 {color: #FFFFFF
}
.click-menu .box1 {
    font-weight: bold;
    font-size: 12px;
    font-family: Gill Sans MT;
    cursor: default;
    position: relative;
}
.click-menu .box1-hover {
    font-weight: bold;
    font-size: 12px;
    font-family: Gill Sans MT;
	text-decoration: underline;
    cursor: default;
    position: relative;
}
.click-menu .box1-open {
    font-weight: bold;
    font-size: 12px;
    font-family: Gill Sans MT;
    cursor: default;
    position: relative;
}
.click-menu .box1-open-hover {
    font-weight: bold;
	text-decoration: underline;
    font-size: 12px;
    font-family: Gill Sans MT;
    cursor: default;
    position: relative;
}
.click-menu .box1 img, .click-menu .box1-hover img, .click-menu .box1-open img, .click-menu .box1-open-hover img {
    position: absolute;
}
.click-menu .section {
    display: none;
}
.click-menu .section a {
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .section a:hover {
	text-decoration: underline;
    white-space: nowrap;
}
.click-menu .box2 {
}
.click-menu .box2-hover {
	color: #000000;
}
.click-menu .section .active,
.click-menu .section .active:hover {
    color: yellow;
}