#dropmenu, #dropmenu ul {
	width: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#dropmenu li {
	list-style-type: none;
	text-align: center;
	width: auto;
	height: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;

}
#dropmenu li li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 10em;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1E1E1E;
}
#dropmenu li a {
	list-style-type: none;
	display: block;
	width: auto;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	height: auto;
	color: #FFFFFF;
	margin: 0px;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;

}
#dropmenu li a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4295DC;
}
#dropmenu li li a {
	display: block;
	padding: 5px;
	margin: 0px;
	background-color: #202020;
	background-image: none;
	border: 0 none;
}
#dropmenu li li a:hover {
	text-decoration: underline;
	background-color: #404040;
	border: 0 none;
}
#dropmenu span {}
#dropmenu li#home {

	display: block;
}
#dropmenu li#home a, #dropmenu li#home a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4295DC;
}
#dropmenu ul {
	position:absolute;
	width: 10em;
	left: -999em;
	z-index: 9999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1E1E1E;
	border-left-color: #1E1E1E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1E1E1E;
}
#dropmenu ul ul {
	margin-top: -1.7em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10em;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	left: -999em;
}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	left: auto;
}

#dropmenu .current_page_item {
	display: block;
}
#dropmenu .current_page_item li {}
#dropmenu .current_page_item a {}
#dropmenu .current_page_item li a {}
#dropmenu .current_page_item li a:hover {}
