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

<style type="text/css">

.glossymenu{
	margin: 0px;
	padding: 0;
	width: 149px;
	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: 10px;
	font-weight: bold;
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: left bottom;
	
}



.glossymenu a.glossymenu .menuitem:active{
color: #000000;
}

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


.glossymenu a.glossymenu a.menuitem:active{
color: #000000;
}

.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: 10px;
	font-weight: bold;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: left bottom;
}


.glossymenu a.glossymenu .deadmenuitem:active{
color: #000000;
}

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


.glossymenu a.glossymenu a.deadmenuitem:active{
color: #000000;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background-color: #dde3f1;	
	overflow: hidden;
}
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


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

.glossymenu div.submenu ul li a{
	display: block;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding-left: 20px;
	background-color: transparent;
	padding-top: 0px;
	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: none
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.glossymenu div.subdeadlink ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: none
	background-repeat: no-repeat;
	text-decoration: underline;
}
}

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

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

.glossymenu div.subdeadlink ul li a{
	display: block;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: underline;
	padding: 2px 0;
	padding-left: 10px;
	background-image: none;
	background-repeat: no-repeat;
}

.glossymenu div.subdeadlink ul li a:hover{
	colorz: white;
	text-decoration: underline;
	background-color: white;
	background-image: none;
	background-repeat: no-repeat;
}

</style>
