
body                { font-size: 10pt; font-family: Arial, Arial, Helvetica; background-color: #3866cc }
td { background-color: white; }
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(IMAGES/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(IMAGES/glossyback2.gif);
}

#tabs { float:left; width:100%; font-size:8pt; line-height:normal; text-align: center; border-bottom:1px solid #666; margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden; }

#tabs ul { text-align: center; margin:0; padding:10px 10px 0 0; list-style:none; }

#tabs li { text-align: center;  display:inline; margin:0; padding:0; }

#tabs a {
	float:left;
	background:url(/IMAGES/left.png) no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span { float:left; display:block; background:url(/IMAGES/right.png) no-repeat right top; padding:6px 15px 4px 6px; margin-right:2px; color:#fff; width: 150px; }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
