/* CSS Document */


.menu {
font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size: 13px; color: #003399;line-height: 25px; list-style:none;  background-image:none; 
position: inline;
width: 140px;
z-index: 45;
}

.menu a {
position: inline;
height: 40px;
width: 68px;
z-index: 45;
 color: #003399;
}

.menu a:hover {
z-index: 45;
color:#666666;

}		


#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none; 
z-index: 40;
}

#cssdropdown li {
float: left;
position: relative;
z-index: 45;


}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
left: 10px;
padding: 6px;
height: auto; 
z-index: 30;
 }

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
padding-left:25px;

 }


.subuls{
display: none;
width: 155px;
top: 10px;
z-index: 50;
left: 40px;

}


/* drop menus text */

.drop { color: #003399; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:normal; line-height: 18px; text-decoration:none; }
		
.drop a { color: #003399; text-decoration:none; padding-left: 6px; padding-right: 6px;}		
		
.drop a:hover {
	color: #003399; border-left: 2px solid #666666; border-right: 2px solid #666666; background-image: none; padding-left: 4px; padding-right: 4px;
}	
