﻿.glossymenu{
	margin: 0;
	padding:0;
	width:217px; /*width of menu*/
}
.glossymenu a.menuitem{
	font-family:"GEfx","GEie";
	font-size:14px;
	color:#FFF;
	display:block;
	position:relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width:auto;
	padding:6px 0;
	padding-right:15px;
	text-decoration: none;
	text-align:right;
	margin:1px 15px 1px 15px;
	background-image:url(Arrow_Item.png);
	background-repeat:no-repeat;
	background-position:right center;
	border-bottom:1px #FFF solid;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color:#FFF;
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position:absolute;
	top:25px;
	left:10px;
	border:none;
}
.glossymenu a.menuitem:hover{
	background-image:url(Arrow_Over.png);
	color:#239796;
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background-color:transparent;
	margin:12px auto;
}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type:none;
	margin:0;
	padding:0;
}
.glossymenu div.submenu ul li{
	text-align:right;
}
.glossymenu div.submenu ul li a{
	display: block;
	font-family:"GEfx","GEie";
	color:#FFF;
	text-decoration: none;
	padding: 2px 0;
	margin-right:30px;
	font-size:14px;
	line-height:22px;
}
.glossymenu div.submenu ul li a:hover{
	color:#FFF;
}