#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
padding-top:3px;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
font-size:8pt;
}

.mainitems{
border: 1px solid black;
background-image:url(/images/xp3.gif);
background-repeat: repeat-x;
border:1px solid #cccccc;
height:18px;
line-height:15px;
}

li.mainitems:hover, li.mainitems.over {
background-image:url(/images/xp4.gif)!important;
background-repeat: repeat-x!important;
border:1px solid #9690a8!important; 
}

.mainitems a{
margin-left: 10px;
margin-right: 0px;
padding-right:30px;
text-decoration: none;
color:#333333;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

.mainitems a.sub, .mainitems a.sub :visited {
background-image:url(/images/arrow_r.gif);
background-repeat:no-repeat; 
background-position:right;
}
.mainitems a.sub:hover {
background-image:url(/images/arrow_gray.gif); 
background-repeat:no-repeat; 
background-position:right;
}

.mainitems a:hover{
color:#990000;
}

.subuls{
display: none;
width: 180px;
position: absolute;
top: 1.2em;
left: 0;

}

.subuls li{
width: 100%;
background-image:url(/images/xp3.gif);
background-repeat: repeat-x;
border:1px solid #cccccc;
}

ul.subuls li:hover, ul.subuls li.over {
background-image:url(/images/xp4.gif)!important;
background-repeat: repeat-x!important;
border:1px solid #9690a8!important; 
}

.subuls li a{
text-decoration:none;
background:0;
color:#000000;
font-weight:normal;
margin-right: 0px;
padding-right:0px;
margin-left: 5px;
}

.subuls li a:hover {
background:0;
color:#990000;
}

#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;
}

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

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}