#menu {
margin-top: 16px;
clear: both;
float: left;
width: 852px;
height: 43px;
background: url(../img/main_menu_background.png) no-repeat;
padding-left: 40px;
}

#cssdropdown, #cssdropdown ul {
font-size: 12px;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems {
padding: 13px 0;
height: 20px;
}

* html .mainitems {
height: 16px;
}

.mainitems a {
background: url(../img/menu_separator.gif) right 0 no-repeat;
font-weight: bold;
color: #014488;
margin-left: 15px;
text-decoration: none;
border: none;
padding-right: 15px;
}

* html .mainitems a:hover {
text-decoration: none;
color: #014488;
}

.mainitems a.last {
background: none;
}

.subuls {
display: none;
width: 150px;
position: absolute;
top: 37px;
left: 0;
padding-bottom: 11px;
background: url(../img/menu_bottom.gif) 0 bottom no-repeat;
}

* html .subuls {
margin-top: 0;
top: 37px;
}

.subuls li {
background: #ffc423;
width: 148px;

}

.subuls li:first-child a {
border-top: 1px dotted #c08d00;
background: #ffc423;
}

* html .subuls li a {
border-bottom: 1px solid #c08d00;
color: #014488;
}

* html .subuls li a:hover {
border-bottom: 1px solid #c08d00;
text-decoration: none;
color: #014488;
}

.subuls li a {
border-bottom: 1px dotted #c08d00;
background: #ffc423;
padding: 5px 15px;
margin: 0;
display: block;
font-weight: normal;
height: auto;
left: 0;
color: #014488;
text-decoration: none;
}

.subuls li a:hover {
background: #ffdd23;
}

#cssdropdown li:hover ul, li.over ul { 
display: block;
}


