

#glossymenu{
padding: 0;
}

#glossymenu a{
color: #675c53;
}

.menuitem {
	color: #675c53;
	text-decoration: none;
	font-weight: normal;
}

#glossymenu  a.menuitem{
color: #675c53;
background: white url(glossyback.gif) repeat-x bottom left;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
height: 20px;
border-bottom: #e4e0db 1px solid;	
margin-top: 5px;
padding-left: 0px;
}

#glossymenu a.menuitem:link{
color: #333333;
}

#glossymenu a.menuitem:visited{
color: #333333;
}

#glossymenu a.menuitem:hover{
color: #0088ce;
background: #ffffff;
/*font-weight: bold;*/
}

#glossymenu a.menuitem:active{
color: #0088ce;
font-weight: bold;
}

#glossymenu .openitem{
	color:#0088ce;
	background: white url(glossyback.gif) repeat-x bottom left;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	height: 20px;
	border-bottom: #e4e0db 1px solid;	
	margin-top: 5px;
	padding-left: 0px;
}

#glossymenu a.openitem:link{
color: #0088ce;
/*font-weight: bold;*/
}

#glossymenu a.openitem:visited{
color: #0088ce;
/*font-weight: bold;*/
}

#glossymenu a.openitem:hover{
color: #0088ce;
background: #ffffff;
/*font-weight: bold;*/
}

#glossymenu a.openitem:active{
color: #0088ce;
/*font-weight: bold;*/
}

#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{
font-size: 80%;
height: 20px;
border-bottom: #e4e0db 1px solid;	
margin-left: 5px;
margin-top: 5px;
padding-bottom: 0px;
padding-top: 0px;
}

#glossymenu div.submenu ul li a.subcat{
display: block;
text-decoration: none;
}

#glossymenu div.submenu ul li a.subcat:active{
background: #ffffff;
color: #0088ce;
/*font-weight:bold;*/
}

#glossymenu div.submenu ul li a.subcat:hover{
background: #ffffff;
color: #0088ce;
}

#glossymenu div.submenu ul li a.subcatAlt{
background: #ffffff;
color: #0088ce;
/*font-weight:bold;*/
}



