.glossymenu{
margin: 0px 0;
padding: 0;
width: 176px; /*width of menu*/
border-bottom-width: 0;
}

a.menuitem{
color:#1F99EB;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0 4px 0px;
padding-left: 10px;
font-size:12px;
text-decoration: none;
font-weight:bold;
border-bottom:1px dotted #ccc
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;

right: 5px;
border: none;
display:none;
}

.glossymenu a.menuitem:hover
{text-decoration: none;background:#1F99EB;
	color:#fff;
}

.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{
background:url(../images/bgm.jpg);
border-bottom:1px solid #ccc;

}

.glossymenu div.submenu ul li a{
color:#333;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0 6px 5px;
padding-left: 25px;
text-decoration: none;
background:url(../images/ext.gif);
background-repeat:no-repeat;
background-position:bottom;
background-position:left;

}

.glossymenu div.submenu ul li a:hover{

color:#FF6600;
}