.glossymenu{
	border-bottom-width: 0;
	margin: 0 auto;
	padding: 0;
	width: 165px; /*width of menu*/
}

.glossymenu .glossymenu .menuitem:active{
	color: #ED1C24;
}

.glossymenu .visited {
	background: url(images/button_o.gif) no-repeat;
	color: #1A6EBF;
	cursor: default;
	display: block;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 31px;
	line-height: 29px;
	text-decoration: none;
	text-indent: 10px;
}

.glossymenu a.menuitem{
	background: url(images/button.gif) no-repeat;
	color: #1A6EBF;
	display: block;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 31px;
	line-height: 29px;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	text-decoration: none;
	text-indent: 10px;
}

.glossymenu a.menuitem .statusicon{
	border: none;
	position: absolute; /*CSS for icon image that gets dynamically added to headers*/
	right: 5px;
	top: 10px;
}

.glossymenu a.menuitem:hover{
	background: url(images/button_o.gif) no-repeat;
	color: #ED1C24;
}

.glossymenu a.menuitem_vis {
	background: url(images/button_o.gif) no-repeat;
	color: #1A6EBF;
	display: block;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 31px;
	line-height: 29px;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	text-decoration: none;
	text-indent: 10px;
}

.glossymenu a.menuitem_vis:hover {
	background: url(images/button_o.gif) no-repeat;
	color: #ED1C24;
}

.glossymenu a.menuitemopen{
	background: url(images/button_o.gif) no-repeat;
	color: #1A6EBF;
	display: block;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 31px;
	line-height: 29px;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	text-decoration: none;
}

.glossymenu a.menuitemopen:hover{
	background: url(images/button_o.gif) no-repeat;
	color: #ED1C24;
}

.glossymenu div.submenu{
	background: #FFFFFF; /*DIV that contains each sub menu*/
}

.glossymenu div.submenu a{
	border-bottom: 1px solid #DDDDDD;
	color: #838383;
	display: block;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 10px 1px 20px;
	text-decoration: none;
}

.glossymenu div.submenu a:hover{
	border-bottom: 1px solid #ED1C24;
}

.glossymenu div.submenu span {
	border-bottom: 1px solid #ED1C24;
	background-color: #efefef;
	color: #646464;
	cursor: default;
	display: block;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px 1px 20px;
	text-decoration: none;
}
