.glossymenu{
	float: left; /* since this element is floated, a width must be given */
	width: 167px;
	background-image: url(../images/bg_sidebar.png);
	background-repeat: no-repeat;
	background-color: #4BAAE7;
	text-align: right;
	line-height: 30px;
	text-transform: lowercase;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 31px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

}
.glossymenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.glossymenu  .menuitem  li  a {
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the .statusicon icon image*/
	width: auto;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: auto;
	line-height: 30px;
	margin-top: 0px;
	list-style-type: none;
}
.glossymenu .menuitem li:hover {
	/* for IE */
     filter:alpha(opacity=85);
	/* CSS3 standard */
     opacity:0.85;
	background-color: #F7953C;
	height: auto;
	width: auto;
	margin-top: 0px;
	padding-top: 0px;
}
.glossymenu .menuitem li a:hover {
	/* CSS3 standard */
     opacity:0.85;
	color: #FFFFFF;
	height: auto;
	width: auto;
	margin-top: 0px;
	padding-top: 0px;
}


.glossymenu a.menuitem{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the .statusicon icon image*/
	width: auto;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: auto;
	line-height: 30px;
	margin-top: 0px;
}


.glossymenu a.menuitem:hover{
	/* for IE */
     filter:alpha(opacity=85);
	/* CSS3 standard */
     opacity:0.85;
	color: #FFFFFF;
	background-color: #F7953C;
	height: auto;
	width: auto;
	margin-top: 0px;
	padding-top: 0px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}


.glossymenu div.submenu{ /*DIV that contains each sub menu*/

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}


.glossymenu div.submenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	padding-right: 5px;
	height: auto;
	width: auto;
	line-height: 30px;
}
.glossymenu    div.submenu    ul    li  a:hover   {
	/* for IE */
     filter:alpha(opacity=85);
	/* CSS3 standard */
     opacity:0.85;
	color: #FFFFFF;
	background-color: #F7953C;
}
.glossymenu div.submenu ul li a:visited, a:active {
	color: #000000;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

