
.glossymenu{
color:#333333;
margin: 0 ;
padding: 0;
width: 210px; /*width of menu*/
border-bottom-width: 0;
}

.glossymenu a.category{
/*background:url(bg1.gif) repeat-x bottom;*/ 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#333;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0 0 0;
text-decoration: none;

}

.glossymenu a.category:hover{
/*background:url(bg2.gif) repeat-x bottom;*/

color:#FF9900;
}

.glossymenu a.menuitem{
text-align:left;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:14px;
color:#fff;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 10px 5px 0 ;
text-decoration: none;
border-bottom:1px dotted #fff;
}

.glossymenu a.menuitem:hover{
color:#FF0000;
padding: 10px 5px 0 ;
margin:0 0 0 0; 
}


.glossymenu a.submenu{
/*background:url(bg2.gif) repeat-x bottom;*/ 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0 0 20px;
text-decoration: none;
}

.glossymenu a.submenu:visited, .glossymenu .submenu:active{
/*background:url(bg2.gif) repeat-x bottom;*/
 
}

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

.glossymenu a.submenu:hover{
/*background:url(bg1.gif) repeat-x bottom;*/
color:#FF9900;
}




.glossymenu a.submenu2{
background:url(bg2.gif) repeat-x bottom;
height:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF9900;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0 0 30px;
text-decoration: none;
}

.glossymenu a.submenu2:visited, .glossymenu .submenu2:active{
background:url(bg2.gif) repeat-x bottom;
 
}

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

.glossymenu a.submenu2:hover{
background:url(bg1.gif) repeat-x bottom;
color:#ffff;
}