.menu{
margin: 10px 0;
padding: 0;
width: 200px; /*width of menu*/
border-bottom-width: 0;
}

.menu a.menuitem{
background: #ffffff; url(glossyback.gif) repeat-x bottom left;
font: bold 14px "Arial";
color: #0a68c8;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
height: 16px;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
border-top: 1px dotted #1a1a1a;
}

.menu a.menuitem:visited, .menu .menuitem:active{
color: #0a68c8;
}

.menu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.menu a.menuitem:hover{
background-image: url(glossyback2.gif);
}

.menu div.submenu{ /*DIV that contains each sub menu*/
background: #ffffff;
}

.menu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.menu div.submenu ul li{

border-top: 1px dotted #1a1a1a;
}

.menu div.submenu ul li a{
display: block;
font: normal 12px "Arial";
color: #0a68c8;
text-decoration: none;
padding: 3px 0;
padding-left: 10px;
height: 16px;
}

.menu div.submenu ul li a:hover{
text-decoration: underline;
background: #ffffff;
color: #ff8c00;
}