.menu-item {
background:url(/images/menu_back.gif);
height:40px; 
color:#ffffff;
font-size:13px;
text-align:center;
font-weight:bold;
}

.menu-item-hover {
background:url(/images/menu_backo.gif);
height:40px; 
color:#ffffff;
font-size:13px;
text-align:center;
font-weight:bold;
cursor:pointer;
}

.menu-item-selected {
background:url(/images/menu_backo.gif);
height:40px; 
color:#ffffff;
font-size:13px;
text-align:center;
font-weight:bold;
}

.sub-menu-item {
background-color:#243c58;
height:25px; 
color:#ffffff;
font-size:13px;
text-align:center;
font-weight:bold;
}

.sub-menu-item-hover {
background-color:#0a75f2;
height:25px; 
color:#ffffff;
font-size:13px;
text-align:center;
font-weight:bold;
cursor:pointer;
}

.sub-menu-item-selected {
background-color:#243c58;
height:25px; 
color:#ffffff;
font-size:13px;
text-align:center;
font-weight:bold;
}