.homemenu {
}

/* all lists */
ul.homemenu, ul.homemenu ul { 
    padding: 0;
    margin: 0;
    list-style: none;
}

/* all hyperlinks */
a {
    color: black;
    text-decoration: none;
}

/* all list items */
ul.homemenu li { 
    float: left;
    position: relative;
    width: 165px;
text-align:center;
padding-left:5px;
}

/* second-level lists */
ul.homemenu li ul { 
    display: none;
    position: absolute;
    margin-top:10px;
    margin-left:-5px;
    top: 1em;
    left: 0;
    background: url(menu-items.png) repeat-y;
    border-top: bisque thin solid;
    border-right: bisque thin solid;
width: 164px;
    color: white;
font-size: 11px;
    -webkit-border-bottom-left-radius: 1em;
    -moz-border-radius-bottomleft: 1em;
    border-bottom-left-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
    -moz-border-radius-bottomright: 1em;
    border-bottom-right-radius: 1em;
    padding-top:10px;
}

ul.homemenu li ul li {
   background-image: none;
   padding-left:0px;
   text-align:left;
padding-left:15px;
}

ul.homemenu a {
color: white;
text-decoration: none;
}

ul.homemenu a:hover {
   color: black;
   text-decoration: none;
}

/* 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 */
ul.homemenu li>ul { 
    top: auto;
    left: auto;
    padding-left:5pt ;
    padding-bottom:5pt ;
}

/* lists nested under hovered list items */
ul.homemenu li:hover ul, ul.homemenu li.over ul { 
    display: block;
}

#content {
    clear: left;
}

li.topitem li {
    background-image: none;
    padding-left: 0px;
}

#topMenu {
    display:block;
    width:865px;
    margin-left:auto;
    margin-right:auto;
}

.topItem {
    height: 26px;
    background: url(menu-background.png) repeat-x;
    padding-top: 4px;
    padding-left: 0px;
color: white;
    text-align: center;
font-weight: bold;
    font-size:12px;
}


.topItem:hover {
    background: url(menu-background.png) repeat-x;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

#topLeft {
    background: url(menu.png) no-repeat;
    margin-left:11px;
}

#topLeft ul {
    margin-left: 0px;
    width: 160px;
}
#topLeft:hover {
    background: url(menu.png) no-repeat;
    border-left: none;
}

#topRight {
    background: url(menu.png) no-repeat -130px -0px;
}

#topRight:hover {
    background: url(menu.png) no-repeat -130px -0px;
    border-right: none;
}