@charset "UTF-8";/* CSS Document */#cssdropdown, #cssdropdown ul {	padding: 0;	margin: 0;	list-style: none;	font-family: Arial, Helvetica, sans-serif;	color: #FFFFFF;	font-size: 12px;}#cssdropdown li {	float: left;	position: relative;	font-family: Arial, Helvetica, sans-serif;	color: #FFFFFF;}.mainitems{	background-color: #9d000d;	background-image:;	background-repeat: repeat-x;	padding: 1px;	color: #FFFFFF;	border-top-width: 0px;	border-right-width: 1px;	border-bottom-width: 0px;	border-left-width: 1px;	border-top-style: solid;	border-right-style: solid;	border-bottom-style: solid;	border-left-style: solid;	border-top-color: #9d000d;	border-right-color: #dd0315;	border-bottom-color: #9d000d;	border-left-color: #9d000d;	background-image: url(home-images/navback.jpg);	margin-bottom: 0px;	text-align: center;}.mainitems a{	margin-left: 2px;	margin-right: 2px;	text-decoration: none;	margin-top: 10px;}.subuls{	display: none;	width: 10em;	position: absolute;	top: 20px;	left: 0px;	background-color: #9d000d;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #9d000d;	line-height: normal;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;	margin-left: 0px;	padding-top: 0px;	padding-right: 0px;	padding-bottom: 0px;	padding-left: 0px;}.subuls li{	width: 100%;	color:#FFFFFF	font-size: 11px;	line-height: 25px;}.subuls li a{	font-size: 11px;	color:#FFFFFF	line-height: 30px;}#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: -75px;	left: 0px;	background-image: url(home-images/navrollback.jpg);}#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */	display: block;	color: #FFFFFF;	background-color: #dd0315;}#restofcontent { /*wrap rest of content of the page inside this div*/	clear: left;	color: #dd0315;}a:link {	color: #FFFFFF;	text-decoration: none;}a:visited {	text-decoration: none;	color: #FFFFFF;}a:hover {	text-decoration: none;	color: #FFFFFF;	background-color: #dd0315;	background-image: url(home-images/navrollback.jpg);	background-repeat: repeat-x;}a:active {	text-decoration: none;}</style>