﻿.glossymenu{

width: 251px; /*width of menu*/

}
.glossymenu a.menuitem{
background: url(images/glossyback.gif) ;
vertical-align:middle;
font-family:Arial;
font-weight:bold;
color: #FFFDFC;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding-top: 5px;
padding-left: 10px;
text-decoration: none;
height:20px; 
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
top:8px;
left: 10px;
border: none;
}
.glossymenu a.menuitem:hover{
background-image: url(images/glossyback2.gif);
}
.LeftMenuItem
{
height:20px; 
vertical-align:text-bottom;
color: #ffffff;
font: normal 11px  Verdana, Arial;
text-align:left;
}
a.LeftMenuItem, a.LeftMenuItem:link, a.LeftMenuItem:visited, a.LeftMenuItem:active
{
color: #858384;
text-decoration:none;
border-style:none;
}




