#menu {
    width: 748px;
    height: 32px;
    background: url(img/menu.png) no-repeat;
   
}
#menu ul {
    padding-left: 10px;
     padding-top: 7px;
}

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

#cssdropdown li {
    float: left;
    position: relative;
    display: inline;
    padding-right: 10px;
    text-align: left;
}

.mainitems{
    
}

.mainitems a{
    margin-left: 6px;
    margin-right: 8px;
    text-decoration: none;
    font-size: 9pt;
    color: #fff;
    font-weight: bold;
    padding-top: 11px;
    padding-bottom: 12px;
}

.subuls{
    display: none;
    width: 180px;
    position: absolute;
    top: auto;
    left: auto;
    padding-bottom: 10px;
    background: url(img/dropdown.png) no-repeat bottom center;
    z-index: 1;
}

.subuls li{
    width: 100%;
}

.subuls li a{
    text-decoration: none;
    font-size: 8pt;
    color: #606060;
    padding: 0;
    padding-left: 5px;
}

.subuls li a:hover {
    color: #c11515;
}

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

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