/*********************************************/
.FL{float:left;
}
.CL{clear:both;}


.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 214px; /*width of menu*/
	padding-left:10px;
}

.glossymenu a.menuitem{
	background: url("../images/arrow-down-title.jpg") no-repeat 0 0;
	background-position:right;
	background-repeat:no-repeat;  
	line-height: 30px;
	font: normal 12px Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 6px 0;
	padding-left: 10px;
	text-decoration: none;
	font-weight:bold;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color:#fff;
	font-weight:bold;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
    background: url("../images/submenu.jpg") no-repeat 0 0;
	background-position:right;
	background-repeat:no-repeat;
}

.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{
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 11px Arial, Helvetica, sans-serif;
font-family:Arial, Helvetica, sans-serif;
color:#0879b1;
text-decoration: none;
padding: 2px 0;
padding-left: 8px;
   	/*background: url("../images/submenu.jpg") no-repeat 0 0;*/
	background-color:#fff;
	border-bottom:1px solid #CCCCCC;
	background-position:right;
	background-repeat:no-repeat;
	width: 206px;
	line-height: 26px;
}

.glossymenu div.submenu ul li a:hover{
	color:#fff;
/*    background: url("../images/subhover.jpg") no-repeat 0 0;*/
	background-color:#0879b1;
	border-bottom:1px solid #CCCCCC;
	background-position:right;
	background-repeat:no-repeat;
}
