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

a:link {	
	color: #666666;	
	text-decoration: none;
	}
a:hover {	
	color: #000000;
	text-decoration: underline;
	}
a:visited {	
	color: #666666;	
	text-decoration: none;
	}
body {	
	background-color: #ffffff;
	font-family: times new roman, Times, serif;	
	font-size: 9pt;	
	line-height: 11pt;	
	color: #000000;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
	}

.glossymenu{
margin: 2px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 0px;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background-color: #FFFFFF;
font: 11px "Times New Roman", Times, serif;
color: black;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 2px 0;
padding-left: 10px;
text-decoration: none;
}


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

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

.glossymenu a.menuitem:hover{
background-color: #FFFFFF;
font: 11px "Times New Roman", Times, serif;
color: #666666;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 2px 0;
padding-left: 10px;
text-decoration: none;
}

.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: 0px;
}

.glossymenu div.submenu ul li a{
background-color: #FFFFFF;
font: 11px "Times New Roman", Times, serif;
color: black;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 2px 0;
padding-left: 15px;
text-decoration: none;
}

.glossymenu div.submenu ul li a:hover{
background-color: #FFFFFF;
font: italic 11px "Times New Roman", Times, serif;
color: #666666;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 2px 0;
padding-left: 15px;
text-decoration: none;
}

