#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display:none;
}

#cssdropdown li {
	float: left;
	position: relative;
	display:none;
}

.mainitems{
	display:none;
}

.mainitems a{
	padding-left: 6px;
	padding-right: 8px;
	padding-top: 6px;
	text-transform: uppercase;
	text-align: center;
	height:25px;
	width:143px;
	background-image: url('topnav_tab.gif');
	background-repeat: no-repeat;
	text-decoration: none;
	display:none;
}
.mainitems a:visited{
	padding-left: 6px;
	padding-right: 8px;
	padding-top: 6px;
	text-transform: uppercase;
	text-align: center;
	height:25px;
	width:143px;
	background-image: url('topnav_tab.gif');
	background-repeat: no-repeat;
	text-decoration: none;
	display:none;
}
.mainitems a:active{
	padding-left: 6px;
	padding-right: 8px;
	padding-top: 6px;
	text-transform: uppercase;
	text-align: center;
	height:25px;
	width:143px;
	background-image: url('topnav_tab.gif');
	background-repeat: no-repeat;
	text-decoration: none;
	display:none;
}
.mainitems a:link{
	padding-top: 6px;
	text-transform: uppercase;
	text-align: center;
	height:25px;
	width:143px;
	background-image: url('topnav_tab.gif');
	background-repeat: no-repeat;
	text-decoration: none;
	display:none;
}
.mainitems a:hover{
	background-image: url('topnav_tabon.gif');
	background-repeat: no-repeat;
	text-decoration: none;
	display:none;
}

.subuls{
	display: none;
	width: 100%;
	position: absolute;
	top: 2.3em;
	left: 0;
	display:none;
}

.subuls li{
	width: 100%;
	border-bottom: 1px solid white;
	display:none;
}

.subuls li a{
	text-decoration: none;
	display:none;
}

#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;
	display:none;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
