﻿.glossymenu{
	margin: 0;
	padding: 10px 0 30px;
	width: 265px; /*width of menu*/
	background:#e86e61;
	margin-top:4px;
	-webkit-border-radius:10px;  
    -moz-border-radius:10px;  
    border-radius:10px;
    behavior: url(js/PIE.htc);
}
.glossymenu a.menuitem{
	font-family:"fx", "ie";
	font-size:13px;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 6px 0;
	padding-right: 13px;
	text-decoration: none;
	text-align:right;
	margin:1px 10px 1px 10px;
	background-image:url(Arrow_Item.png);
	background-repeat:no-repeat;
	background-position:right center;
	font-weight:normal;
}
.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{
	color: #000;
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background-color:transparent;
}
.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:"fx", "ie";
	color:#000;
	text-decoration: none;
	padding: 2px 0;
	margin-right:18px;
	background-image:url(Arrow_Item.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right: 13px;
}
.glossymenu div.submenu ul li a:hover{
	color:#FFF;
}