#glossymenu {
	padding: 0;
	text-align: left;
	margin-left: 10px;	
}
#glossymenu a {
	color: #675c53;
	padding-top: 4px;
	padding-bottom: 8px;	
}
.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: 200px;
	height: 20px;
	border-bottom: #e4e0db 1px solid;
	margin-top: 4px;
	padding-left: 10px;
}
#glossymenu a.menuitem:link {
	color: #675c53;
}
#glossymenu a.menuitem:visited {
	color: #675c53;
}
#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: 200px;
	height: 20px;
	border-bottom: #e4e0db 1px solid;
	margin-top: 5px;
	padding-left: 10px;
}
#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: 85%;
	height: 20px;
	border-bottom: #e4e0db 1px solid;
	margin-left: 20px;
	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;
}

