a.pagelink:link {color:white; text-decoration: none; font-weight: none}

a.pagelink:visited {color:white; text-decoration: none; font-weight: none}

a.pagelink:active {color:white; text-decoration: none; font-weight: none}

a.pagelink:hover {color:white; font-weight: none}

body, td, th {
	font-family: Tahoma;
	font-size: 11px;
	color: #373737;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #373737;
}

.style1 {color: #FFFFFF; font-weight: bold; font-size: 12px;}

.style2 {color: #5B6C93}

.style3 {color: #FFFFFF}

a:link {
	color: green;
	text-decoration: none;
}

a:visited {
	color: green;
	text-decoration: none;
}

a:hover {
	color: green;
    font-weight: bold; 
}

a:active {
	text-decoration: none;
	color: green;
}

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: white url('images/glossyback.gif') repeat-x bottom left;
color: white;
display: block;
width: auto;
padding-left: 10px;
text-decoration: none; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Verdana, Helvetica, sans-serif; padding-right:0; padding-top:5px; padding-bottom:5px
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 190px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: url('images/arrow.gif') no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url('images/glossyback2.gif');
color: white;
}

/* hide from incapable browsers */
div#sizer { display:none; };

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */