@charset "UTF-8";
/* CSS Document */

H3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0B1517;
}

/*Accordion menu css styles*/
.glossymenu{
	margin: 0px 0px 0px 10px;
	padding: 0;
	width: 160px;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	background-image: url(../images/basis/titlebar.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #0B1517;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	text-transform: none;
	height: 12px;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #0B1517;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 10px;
	right: 10px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background-image: url(../images/basis/titlebar-active.png);
	color: #004D9A;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	padding-left: 10px;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom-color: #0B1517;
	border-bottom-style: solid;
	border-bottom-width: 0px;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #0B1517;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 5px;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	background-color: #6483BD;
	color: #FFFFFF;
}

