﻿#topNav {
	width:100%;
	background-color: #d00010;
	clear:both;
	border: 2px solid #ffffff;
	text-align:center;
}
#topNav2 {
	width:100%;
	background-color: #d00010;
	clear:both;
	border: 2px solid #ffffff;
}
#cssdropdown, #cssdropdown2, {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#cssdropdown, #cssdropdown ul, #cssdropdown2, #cssdropdown2 ul{
	text-align:center;
	margin: 0;
	list-style: none;
	margin-left:-35px;
}

#cssdropdown li, #cssdropdown2 li {
	float: left;
	position: relative;

}

.mainitems{
	padding:3px 3px;
	border-right: 2px solid #ffffff;
	background-color: #d00010;
}

.mainitems a{
	FONT-SIZE: 13px;
	text-decoration: none;
	MARGIN-RIGHT: 10px;
	MARGIN-left: 10px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
	color:white;
	}

.mainitems a:link, .mainitems a:visited { color: white; }

.mainitems a:hover, .mainitems a:active { color: white;}

#dropmenudiv {

	margin-left:-13px;
	position:absolute;
	margin-top:5px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #ffffff;
	text-align:left;
}

#dropmenudiv a:link, #dropmenudiv a:visited, #dropmenudiv a:active {
	padding:2px 0;
	background-color: #ffffff;
	width: 100%;
	display: block;
	padding-left:10px;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #efad31;
	color:#000000;
}
