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

<style type="text/css">

.glossymenu{
	margin: 0px;
	padding: 0;
	width: 261px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.glossymenu a.menuitem{
	color: #000000;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #f3f5fa;
	background-repeat: repeat-x;
	background-position: left bottom;
}


.glossymenu a.glossymenu .menuitem:active{
color: #3d5a9a;
}

.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{
    color: white;
	background-color: #3d5a9a;
}


.glossymenu a.glossymenu a.menuitem:active{
color: #3d5a9a;
}

.glossymenu a.deadmenuitem{
	color: #FFFFFF;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #3d5a9a;
	background-repeat: repeat-x;
	background-position: left bottom;
}


.glossymenu a.glossymenu .deadmenuitem:active{
color: #3d5a9a;
}

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

.glossymenu a.deadmenuitem:hover{
    color: white;
	background-color: #3d5a9a;
}


.glossymenu a.glossymenu a.deadmenuitem:active{
color: #3d5a9a;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background-color: #dde3f1;
}

.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: #486ab5;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding-left: 40px;
	background-color: transparent;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	text-decoration: underline;
	background-color: #CCCCCC;
}
.glossymenu div.subdeadlink{ /*DIV that contains each sub menu*/
	background-image: url(images/nav/blue-arrow.gif);
	background-repeat: no-repeat;
}

.glossymenu div.subdeadlink ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
	background-image: url(images/nav/blue-arrow.gif);
	background-repeat: no-repeat;
}

.glossymenu div.subdeadlink ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #486ab5;
}

.glossymenu div.subdeadlink ul li a{
	display: block;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	background-image: url(images/nav/blue-arrow.gif);
	background-repeat: no-repeat;
}

.glossymenu div.subdeadlink ul li a:hover{
	colorz: white;
	text-decoration: underline;
	background-color: transparent;
	background-image: url(images/nav/blue-arrow.gif);
	background-repeat: no-repeat;
}

</style>