@charset "utf-8";
/* CSS Document */

.glossymenu{
margin: 5px 0;
padding: 0;
width: 168px; /*width of menu*/
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: white url(../../Images/button_leftside.gif) repeat-x bottom left;
font: bold 12px Arial, Verdana, Helvetica, sans-serif;
color:#333333;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding-top:12px;
padding-left: 17px;
text-decoration: none;
height:28px;
}


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

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

.glossymenu a.menuitem:hover{
background: white url(../../Images/button_leftside_hover.gif) repeat-x bottom left;
/* background-image: url(glossyback2.gif); */

color:#333333;
}

.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 dotted gray;
padding-top:10px;
padding-bottom:5px;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px Arial, Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{

color:#0066FF;

}

