#menu {
    background: #ccffff;
}


a .alt { display: none; }

#menu .top {
    background-color: #ccffff;
	font-family : Arial, Helvetica, sans-serif;
    font-size: 12px;
	text-decoration : none;
    padding: 0px ;
}

#menu .top a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #160dcc;
	text-decoration : none;

}
#menu .top a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FF6600;
	text-decoration : none;
    white-space: nowrap;
}
#menu .section-top {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	z-index: -1;
	visibility: hidden;
}
#menu .section {
    border-color: #ff6600;
	border-width: 1px;
	border-style: solid;
	position: absolute;
    z-index: -1;
    visibility: hidden;
}
#menu .sub {
    position: relative;
    width: 100%;
	border-color: #b8b4ae;
	border-width: 1px;
	border-style: none none none none;
}

#menu .box {
	border-color: #EEF0F7;
	border-width: 1px;
	border-style: none none none none;
	background-color: #EEF0F7;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 8px 4px 8px;
}

#menu .box-hover {
   	border-color: #EEF0F7;
	border-width: 1px;
	border-style: none none none none;
    background-color: #ffffff;
    font-family: tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 8px 4px 8px;
}
#menu .box-right {
    background-color: #EEF0F7;
    font-family: tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 16px 4px 8px;
}
#menu .box-right-hover {
    background-color: #ffffff;
    font-family: tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 16px 4px 8px;
}

#menu .box-right img, #menu .box-right-hover img {
    position: absolute;
    top: 4px;
    right: 1px;
}
#menu a {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}