#cssdropdown, #cssdropdown ul {
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	font-family: "Trebuchet MS";
	font-size: 14px;
}

#cssdropdown li {
	float: left;
	position: relative;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: none;
	height: 24px;
	width: 174px;
	text-align: center;
	padding-top: 8px;
}




#cssdropdown li ul li {
	margin: 0px;
    padding-top: 0px;
}

#cssdropdown li ul{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.mainitems {
	margin: 0px;
}

.mainitems a {
	margin-left: 6px;
	margin-right: 8px;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
}

.mainitems a:link {
	color: #000000;	
}

.mainitems a:visited {
	color: #000000;	
}

.mainitems a:hover {
	color: #AD0224;	
}

.mainitems a:active {
	color: #AD0526;	
}

.mainitems2 {
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	background-image: url(images/bar.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

.mainitems2 a{
	margin-left: 6px;
	margin-right: 8px;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
}

.mainitems2 a:link {
	color: #000000;	
}

.mainitems2 a:visited {
	color: #000000;	
}

.mainitems2 a:hover {
	color: #AD0224;	
}

.mainitems2 a:active {
	color: #AD0526;	
}



.subuls {
	display: none;
	position: absolute;
	top: 15px;
	left: 0;

}

.subuls li{
	margin-left: 10px;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.subuls ul{
	position: relative;
	top: 25px;
	margin: 0px;
	padding: 0px;
}

.subuls li a{
	background-color: #F9DF79;
	text-align: left;
	float: left;
	width: 158px;
	font-size: 14px;
	padding-left: 15px;
	margin: 0px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS";
	color: #000000;
}

.subuls li a:link {
	color: #000000;
}

.subuls li a:visited {
	color: #000000;	
}
.subuls     li     a:hover   {
	color: #FFFFFF;
	background-color: #AD0224;	
}

.subuls li a:active {
	color: #FFFFFF;	
}



/*#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
/*top: auto;
left: auto;
} */

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	padding-top: 5px;
	list-style-type: none;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}
#dropdown  {
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
#dropdown a  {
	text-decoration: none;	
}
/*#dropdown a:link {
	color: #000000;
	text-decoration: none;
}

#dropdown a:visited {
	text-decoration: none;
	color: #000000;
}

#dropdown a:hover {
	text-decoration: none;
}

#dropdown a:active {
	text-decoration: none;
} */
#dropdown   ul   li   .current{
	text-decoration: none;
	color: #AD0224;
}


#nav-container {
	background-image: url(images/navbg.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 910px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	background-position: 0px 3px;
z-index:1;
}
