#menu .top {
   	font-family:verdana;
    font-weight: center;
    font-size: 12px;
    padding: 5px 8px 5px 8px;
    
    
}
#menu .top a {
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;

}
#menu .top a:hover {
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    
}
#menu .section-top {
    border-color: #233aaa;
    border-width: 1px;
    border-style: none solid solid solid;
   	position: absolute;
    visibility: hidden;
}
#menu .section {
    border-color: #233aaa;
    border-width: 1px;
    border-style: none solid solid solid;
    position: absolute;
    visibility: hidden;
}

#menu .sub {
   	position: relative;
    width: 100%;
}
#menu .box {
    background-color: #dcdfe4;
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 8px 5px 8px;
    border-color: #233aaa;
    border-width: 1px;
    border-style: solid none none none;
    
}
#menu .box-hover {
    background-color: #bbc0ea;
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 8px 5px 8px;
    border-color: #233aaa;
	border-width: 1px ;
	border-style: solid none none none;
   
}

#menu .box-right {
    background-color: #dcdfe4;
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    border-color: #233aaa;
    border-width: 1px;
    border-style: solid none none none;
    padding: 3px 14px 5px 8px;
    
}
#menu .box-right-hover {
    background-color: #bbc0ea;
    font-family: verdana;
   	font-size: 11px;
    border-color: #233aaa;
    border-width: 1px;
    font-weight: normal;
    border-style: solid none none none;
    padding: 3px 14px 5px 8px;
    
}
#menu .box-right img, #menu .box-right-hover img {
  	position: absolute;
    top: 5px;
    right: 1px;
    
}
#menu a {
    color: #233aaa;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    color: #233aaa;
    text-decoration: none;
    white-space: nowrap;
} 


