
	#menu {
		position:absolute;
		top:29px;
		left:140px;
		width:165px;
		min-height:30px;
		}


#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
font-size:10px;
valign:bottom;
z-index:3;
  
}

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

.mainitems{
position:relative;
width:165px;
height:30px;
background:#BFD2F8;
}

.mainitems a, .mainitems a:visited, .mainitems a:active{

}


.mainitems a:hover {

}



.subuls{
display: none;
position: absolute;
top: 0px;
left: 0;
width: 165px;
background:#BFD2F8;
border-top: 1px solid #EBEDEE;
text-align:left;
z-index:3;

}

.subuls li{
width: 100%;
z-index:3;
}

.subuls li a{
text-decoration: none;
z-index:3;
}

#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 */
top: auto;
left: auto;
z-index:3;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block; z-index:3;
}

