﻿.glossymenu{
margin: 5px 0;
padding: 0;
width: 99%; /*width of menu*/
border-bottom-width: 0;
}
.glossymenu a
{
	display: block;
	background: url(/themes/title-bg1.png) no-repeat -9px center;
	font-size: 11pt;
	line-height:38px;
	border-bottom:1px solid #ddd;
	color:#333;
	font-weight:400;
	padding-left:18px;
}
.glossymenu a:hover{color:Red;}
.glossymenu span.menuitem{
	font-weight:bold;
	padding: 4px 0;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	float:right;
}
.glossymenu span.menuitem a{border:none;}

.glossymenu span.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu span.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 6px;
	right: 0px;
	border: none;
}
.glossymenu span.menuitem .statusicon:hover{ /*CSS for icon image that gets dynamically added to headers*/
	background-color:#017DC3;
	top:6px;
	cursor:pointer;
}

.glossymenu span.menuitem:hover{
}

.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{
border-bottom: 1px solid #e2e2e2;
line-height:30px;
}

.glossymenu div.submenu ul li a{
display: block;
color:#0018A8;
text-decoration: none;
padding: 0px 0;
padding-left: 5px;
border:none;
background:none;
}
.glossymenu div.submenu ul li strong{font-weight:300;font-size:11pt;}
.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}