@charset "utf-8";

/* CSS Document */





.glossymenu{

margin: 0px 0;

padding: 0;

width: 177px; /*width of menu*/

border: 1px solid #83BCF5;

border-bottom-width: 0;

}



.glossymenu a.menuitem{

background: black url(../images/glossyback.gif) repeat-x bottom left;

font: 12px "Tahoma","Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;

color: white;

display: block;

position: relative; /*To help in the anchoring of the ".statusicon" icon image*/

width: auto;

padding: 5px 0;

padding-left: 5px;

text-decoration: none;

padding-right:0px;

height:20px;

}





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

right: 5px;

border: none;

}



.glossymenu a.menuitem:hover{

background-image: url(../images/glossyback2.gif);

font: 12px "Tahoma","Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;

}



.glossymenu div.submenu{ /*DIV that contains each sub menu*/

background: #EDF5FF;

}



.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 solid #FFFFFF;
	height:18px;

}



.glossymenu div.submenu ul li a{

	display: block;
	
	font: normal 11px "Tahoma","Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	
	color: black;
	
	text-decoration: none;
	height:18px;
	
	padding: 0px 0;
	
	padding-left:5px;
	text-align:left;


}



.glossymenu div.submenu ul li a:hover{

font: 11px "Tahoma","Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;

background: white;

padding-left:10px;

colorz: white;

}



body,td,th {

	font-family: Tahoma;

	font-size: 11px;

}

a:link {

	text-decoration: none;

}

a:visited {

	text-decoration: none;

}

a:hover {

	text-decoration: none;

}

a:active {

	text-decoration: none;

}

.style1 {

	color: #5285E6;

	size:1px;	

	}