#cssdropdown, #cssdropdown
	{
	margin:0px;
	padding:0px;
	padding-top:41px;
	}

#cssdropdown li.mainitems 
	{
	position: relative;
	list-style:none;
	float:left;
	width:110px;
	height: auto !important;
	height: 28px; /* IE */
	min-height: 28px;
	border-top:3px solid #2A476F;
	border-right:1px solid #ffffff;
	text-align:left;
	z-index:10;
	}

#cssdropdown li.longer
	{
	width:238px;
	position: relative;
	list-style:none;
	float:left;
	height: auto !important;
	height: 28px; /* IE */
	min-height: 28px;
	border-top:3px solid #2A476F;
	border-right:1px solid #ffffff;
	border-left:0px;
	text-align:left;
	z-index:10;
	}

#cssdropdown a
	{
	font-family:"Tahoma", sans-serif; 
	color:#284870;
	font-weight:normal;
	text-decoration:none;
	display:block;
	height: auto !important;
	height: 21px; /* IE */
	min-height: 21px;
	padding-top:6px;
	background:#c6d3e4;
	font-weight:bold;
	padding-left:10px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	}

#cssdropdown a:hover
	{
	background:#ff7012;
	color:#ffffff;
	}

.subuls
	{
	margin:0px;
	padding:0px;
	padding-top:0px;
	display: none;
	width:152px;
	position: absolute;
	top: 2.4em;
	left: 0;
	background-color: #ffffff;
	border: 1px solid #8b8b8b;
	z-index:10;
	}

.subuls li
	{
	text-align:left;
	list-style:none;
	width:150px;
	height: auto !important;
	height: 18px; /* IE */
	min-height: 18px;
	border-top:0px solid #2A476F;
	border-left:1px solid #ffffff;
	}

ul.subuls li a
	{
	background-image:none;
	display:block;
	font-weight:normal;
	margin-left:0px;
	height: auto !important;
	height: 18px; /* IE */
	min-height: 18px;
	}

ul.subuls li a:hover
	{
	background-image:none;
	display:block;
	background-color:#F9CF34;
	font-weight:normal;
	text-decoration:none;
	margin-left:0px;
	color:#000F60;
	}

#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: 29px !important;
	left: 0px;
	}

#cssdropdown li:hover ul, li.over ul 
	{ /* lists nested under hovered list items */
	display: block;
	}

#restofcontent 
	{ /*wrap rest of content of the page inside this div*/
	clear: left;
	}