.glossymenu{
	padding: 0;
	width: 185px;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	color: #0055A5;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	text-decoration: none;
	background-image: url(../images/arrow-down-title-on.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 10px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #0055A5;
}

.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-image: url(../images/arrow-down-title-on.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

.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{
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px center;

}

.glossymenu div.submenu ul li a{
	display: block;
	color: #215dc6;
	text-decoration: none;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
}

.glossymenu div.submenu ul li a:hover{
	color: #428eff;
	text-decoration: underline;
}
.contetboxdetail .headingsub {
	color: #4982E0;
	text-transform: uppercase;
}

