
<!--new-->
#cssdropdown, #cssdropdown ul {
padding: 0px;
margin: 0px;
list-style: none;
width:191px;
background-color:#d12b30;
font-family: Verdana;
}

#cssdropdown li {
padding:0px; 
margin:0px;
list-style:none;
width:191px;
padding-top:5px;
padding-bottom:6px;
position: relative;
font-family: Verdana;
}
#cssdropdown li a:hover {
	color:#fff;
	font-weight:bold;
}
#cssdropdown li a:active {
	color:#fff;
	font-weight:bold;
}

.mainitems {
background-image:url(../../images/leftnav_linkbg.gif); 
background-repeat:no-repeat;
padding:0px; margin:0px;
background-color:#d12b30;
text-align:left;
font-family:Verdana;
}

.mainitems a{
font-family:Verdana; 
font-weight:normal;
color:#000;
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.mainitems:hover {
	background-image:url(../../images/leftnav_hover.gif); 
	background-repeat:no-repeat;
	font-weight:bold;
	color:#fff;
	}
.mainitems:active {
	background-image:url(../../images/leftnav_hover.gif); 
	background-repeat:no-repeat;
	font-weight:bold;
	color:#fff;
	}

.subuls {
display: none;
width:191px;
padding:0px; margin:0px;
text-align:left;


}

.subuls a{
width: 100%;
padding:0px; margin:0px;
text-align:left;
font-size:10px;
}

.subuls a:hover {
width: 100%;
cursor:pointer;
font-size:10px;
color: #d12b30;
}


.subuls li a{
text-decoration:none;
color:#ffffff;
text-align:left;
padding-left:5px;
font-size:10px;

  
}

#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:20px;
left:0;

}

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