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

.glossymenu a.menuitem{
background-image:url(../gfx/category_menu_back.jpg);
background-repeat:no-repeat;
width:244px;
height:32px; 
font-size:13px; 
font-weight:bold;
color:#FFFFFF;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
text-decoration: none;
}

.glossymenu a.menuitem_last{
background-image:url(../gfx/category_menu_last.jpg);
background-repeat:no-repeat;
width:244px;
height:30px; 
font-size:13px; 
font-weight:bold;
color:#FFFFFF;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
text-decoration: none;
}

.glossymenu .glossymenu .menuitem:active{

}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/

}

.glossymenu a.menuitem:hover{
text-decoration:underline;
}

.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{

}

.glossymenu div.submenu ul li a{
background-image:url(../gfx/subcategory_menu_back.jpg);
width:244px;
height:28px;
background-repeat:no-repeat;
display: block;
font-size:13px; 
color: #FFFFFF;
text-decoration: none;
}

.glossymenu div.submenu ul li .first{
background-image:url(../gfx/subcategory_menu_back_first.jpg);
width:244px;
height:34px;
background-repeat:no-repeat;
display: block;
font-size:13px; 
color: #FFFFFF;
text-decoration: none;
}

.glossymenu div.submenu ul li a:hover{
text-decoration:underline;
}