@charset "utf-8";
/* CSS Document */

#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#cssdropdown li {
	float: left;
	position: relative;
}

.mainitems{
	height:24px;
	text-align: center;
	width: 55px;
}

.mainitems a{
	text-decoration: underline;
	width: 130px;
	text-align: left;
	padding-left: 5px;
}

.subuls li{
	height: 20px;
	padding-top: 5px;
	width: 130px;
}

.subuls li a{
	text-decoration: none;
	width: 130px;
}

#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 */
	left: auto;
	top: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	top:20px;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
	clear: left;
}

a.horizontal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
a.horizontal:link {
	text-decoration: none;
}
a.horizontal:visited {
	text-decoration: none;
	color: #000;
}

.subuls{
	display: none;
	top: 30px;
	left: 0;
	background-color: #F7F3F2;/* border: 1px solid black; */
	width: 130px;
	position: absolute;
}
a.horizontal:hover {
	text-decoration: none;
	color: #F00;
	font-weight: bold;
}
a.horizontal:active {
	text-decoration: none;
	color: #F7F3F2;
}
a.drop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: block;
}
a.drop:link {
	text-decoration: none;
}
a.drop:visited {
	text-decoration: none;
	color: #000000;
}
a.drop:hover {
	text-decoration: none;
	color: #F00;
	font-weight: bold;
}
a.drop:active {
	text-decoration: none;
	color: #000000;
}
