/* CSS Document */

.glossymenu{
margin:0 auto;
padding: 0;
width: 160px; /*width of menu*/

border-bottom-width: 0;
}

.glossymenu a.menuitem{
background:#eeeeee;
font: bold 12px Arial, Helvetica, sans-serif;
color: #535252;
display: block;
width: auto;
border-bottom: 1px solid #9A9A9A;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #535252;

}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 7px;
left: 1px !important;
left: -12px;
border: none;

}

.glossymenu a.menuitem:hover{
background:#eeeeee;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}


.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #fff;

}

.glossymenu div.submenu ul li a{
display: block;
font: normal 11px Arial, Helvetica, sans-serif;
color: black;
background: url(../images/bullet_grey.gif) no-repeat left;
text-decoration: none;
padding: 2px 0;
padding-left: 15px;
margin-left:5px;

}

.glossymenu div.submenu ul li a:hover{

background:#eeeeee url(../images/bullet_grey.gif) no-repeat left;
color:#535252;

}

.chkbox INPUT
{
 COLOR: black;
 border-style: none;
 font: normal 11px Arial, Helvetica, sans-serif;
 margin-right: 5px
}
