body {
	background-color: White;
	color: Black;
}
.main {
	width: 670px;
}
.navblank {
	width: 100%;
	height: 30px;
	background-image : url(navback.gif);
	background-repeat : repeat-x;
}
.nav2blank {
	width: 100%;
	height: 30px;
	background-color: #EB0083;
}
.menubar {
	width:100%;
	height:30px;
}
a.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	height: 30px;
	text-decoration: none;
	display: block;
	background-image: url(navback.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}
a.topnavcurrent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	height: 30px;
	text-decoration: none;
	display: block;
	background-image: url(navback.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}
a.topnavsel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606A71;
	height: 30px;
	text-decoration: none;
	display: block;
	background-image: url(navover.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}
.blnk {
	background-image : url(navdiv.gif);
	background-repeat : repeat-x;
}
.blnkg {
	background-image : url(navback.gif);
	background-repeat : repeat-x;
	height:30px;
}
.menuspacer {
	width:1px;
	height:10px;
}
.menu {
	position : absolute;
	left : 0px;
	top : 0px;
	FILTER:progid:DXImageTransform.Microsoft.Blinds(Bands=1,direction=down,duration=0) progid:DXImageTransform.Microsoft.Shadow(color=#222222,direction=135,strength=1);
	border-bottom: 1px solid Silver;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-top: 0px;
}
a.nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #606A71;
	background-image:url(over.gif);
	background-repeat:no-repeat;
	width : 100%;
	text-decoration : none;
	display:block;
	font-weight: normal;
	/* filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90; */
	padding-bottom : 3px;
	padding-top : 3px;
}
a.nav:hover {
	/*
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1; */
	color: #C00175;
}
