﻿
.glossymenu{

width: 653px; /*width of menu*/

}

.glossymenu a.menuitem{
background: url(images/GlBk.gif) ;
vertical-align:bottom;
font-family:Arial;
font-weight:normal;
font-size:13px;
color: #FFFFFF;
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:25px; 
background-repeat:no-repeat;
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
top:5px;
left: 10px;
border: none;
}
a.menuitem, a.menuitem:link, a.menuitem:visited, a.menuitem:active, a.menuitem:focus, a.menuitem:hover{color:#FFFFFF}

