.glossymenu{
width: 222px; /*width of menu*/

}

.glossymenu a.menuitem{
cursor: hand;
cursor: pointer;
background: url(images/menu_left.png) repeat-x bottom left;
height:25px;
font: bold 12px  "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #fff;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;

padding-top: 0px;
padding-left: 50px;
text-decoration: none;
}


.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/menu_left.png);
color:#00B9EC;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 0px solid #cccccc;
background: url(images/cont_rightb.png) repeat-x bottom left;
height:21px;
position:relative;
padding-left: 50px;
}

.glossymenu div.submenu ul li a{
display: block;
font-size:10px;
text-decoration: none;
padding: 3px 0;
padding-left: 10px;
font-family: Tahoma, Geneva, sans-serif;
}

.glossymenu div.submenu ul li a:hover{
cursor: hand;
cursor: pointer;
background: url(images/menu_left_hover.png) ;
height:21px;
font-size:10px;
color: #fff;
font-family: Tahoma, Geneva, sans-serif;
margin-left:-50px;
width: auto;
padding-left: 70px;
text-decoration: none;
}