.droplist, .droplist ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.droplist li{
	float: left;
	position: relative;
}

.droplist a{
	text-decoration: none;
}

.droplist li>ul {/* non IE browsers */
	top: auto;
	left: auto;
}

.droplist li:hover ul, li.over ul {
	display: block;
}
.DropListMainItems{
	padding: 0;
	background-color: #EEEEEE;
	text-align: center;
	border: 1px solid #666666;
}

.DropListHeaderLinks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.DropListSubMenus{
	display: none;
	position: absolute;
	left: 0;
	background-color: #DDEEFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

.DropListSubMenus li{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.DropListSubMenus li a{
	display: block;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-indent: 3px;
	text-align: left;
}

.DropListSubMenus li a:hover{
	background-color: #336699;
	color: #FFFFFF;
}

html>body .DropListSubMenus li a{ /* non IE browsers */
	width: auto;
}

