.glossymenu{
margin: 0px 0;
padding: 0;
width: 127px; /*width of menu*/
border: 2px solid #FF9966;
}

.glossymenu a.menuitem{
background: #990000; /*black url(images/glossyback.gif) repeat-x bottom left; */
font: bold 14px Verdana, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
border: 1px solid #FF9966;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
 /* background-image: url(images/glossyback2.gif); */
background: #996666;
color: #FFFF00;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #8B0000;
color: #FFFFFF;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li{
border-bottom: 2px solid #FF9966;
}

.glossymenu div.submenu ul li a{
display: block;
font: bold 12px Verdana, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #996666;
color: #FFFF00;
}

#rightmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 125px;
}

#rightmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% Verdana, 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#rightmenu li a{
display: block;
padding: 0px 0;
padding-right: 9px;
width: 109px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #07074D;
border-bottom: 1px solid #90bade;
border-right: 7px solid #336699;
}

* html #rightmenu li a{ /*IE only */
width: 127px; /*IE 5*/
w\idth: 123px; /*185px minus all left/right paddings and margins*/
}

#rightmenu li a:hover{
background-color: #336699;
border-right-color: #FF0033;
}

/*
#rightmenu li.selected{
background-color: #336699;
border-right-color: #FF0033;
}
*/
/*#rightmenu li.selected a{ *//*selected main tab style */
/*background-color: #336699;
border-right-color: #FF0033;
}
*/

#rightmenu li.selected a:hover {
background-color: #336699;
border-right-color: #FF0033;
}

#rightmenu div.rightmenutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-right: 5px;
background-color: #336699;
font: bold 90% Verdana, 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#leftmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 125px;
}

#leftmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% Verdana, 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#leftmenu li a{
display: block;
padding: 0px 0;
padding-left: 9px;
width: 109px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #07074D;
border-bottom: 1px solid #90bade;
border-left: 7px solid #336699;
}

* html #leftmenu li a{ /*IE only */
width: 127px; /*IE 5*/
w\idth: 123px; /*185px minus all left/right paddings and margins*/
}

#leftmenu li a:hover {
background-color: #336699;
border-left-color: #FF0033;
}

#leftmenu div.leftmenutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: #336699;
font: bold 90% Verdana, 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
