/* banner and menu styles */
#buttonlayer      { visibility: visible; display: block; position: relative; top: 175px; left: 400px; width: 400px; height: 29px}
#loginlogout        { color: white; font-size: 9pt; visibility: visible; position: absolute; top: 17px; left: 555px; width: 203px; height: 18px }
#loginlogout a:link		 { color: #ffffff; text-decoration: underline }
#loginlogout a:visited	 { color: #ffffff; text-decoration: underline }
#loginlogout a:hover 	 { color: #ffffff; text-decoration: underline }
#loginlogout a:active 	 { color: #ffffff; text-decoration: underline }

.menustyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
    font-weight: bold;
}
.menustyle a:link 	{ color: #333333; }
.menustyle a:visited	{ color: #333333; }
.menustyle a:active	{ color: #333333; }
.menustyle a:hover 	{ color: #888888; }

.tabstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
    font-weight: bold;
}
.tabstyle a:link 	{ color: #333333; }
.tabstyle a:visited	{ color: #333333; }
.tabstyle a:active	{ color: #333333; }
.tabstyle a:hover 	{ color: #888888; }

#mainmenu {
	position:absolute;
	width:760px;
	height:18px;
	z-index:2;
	left: 190px;
	top: 30px;
	font-size:12px;
	visibility: hidden;
}
#tabs {
	position:absolute;
	width:760px;
	height:25px;
	z-index:3;
	left: 190px;
	top: 50px;
	font-size:12px;
	visibility: visible;
}