#cssdropdown, #cssdropdown ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#cssdropdown li {
	float: left;
	position: relative;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CB001C;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-type: none;
}

.mainitems{

}

.mainitems a{
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
}
.subuls {
	display: none;
	position: absolute;
	top: 1.2em;
	left: 25px;
	background-image: url(images/nav-bloody-bg.png);
	background-repeat: no-repeat;
}

.subuls li{
	width: 100%;
}

.subuls li a{
	text-decoration: underline;
	font-size: 16px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	height: 35px;
	width: 160px;
	padding-top: 20px;
	padding-left: 20px;
	background-image: url(images/nav-bg-dropdown.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}


/*#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  {
	position: relative;
	left: 175px;
	top: 15px;
	width: 800px;
}

#dropdown a:link {
	color: #FFF;
	text-decoration: none;
}

#dropdown a:visited {
	text-decoration: none;
	color: #FFF;
}

#dropdown a:hover {
	color: #F00;
	text-decoration: none;
}

#dropdown a:active {
	text-decoration: none;
	color: #F00;
}

#dropdown ul li .current{
	text-decoration: none;
	color: #F00;
}
