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

<style type="text/css">

.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 230px; /*width of menu*/
	border: 0px solid #999999;
	border-bottom-width: 0;
}
.glossymenu {
	margin: 2px 0;
	padding: 0;
	width: 190px; /*width of menu*/
	border: 0px solid #999999;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	background: #c7004d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	font-variant: normal;
	padding-right: 10px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.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(glossyback2.gif);
	background-color: #FF6699;
}

.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 #e179a1;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	background: #d12f6e;
	padding-right: 10px;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	background-color: #FF6699;
}
form { margin-bottom: 0 ; }
.normal_white {font-family: Verdana,Arial; font-size:8pt; font-weight:normal; color:white;}
a.white {text-decoration:none; font-family: Verdana,Arial; font-weight:bold; font-size:7pt; color:#ffffff}
a.white:hover {text-decoration:underline; font-family: Verdana,Arial; font-weight:bold; font-size:7pt; color:#ffffff}

</style>
