#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;
	float: left;
	height: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#dropmenu li li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 10em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
}
#dropmenu li a {
	list-style-type: none;
	display: block;
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
}


#dropmenu li a:hover {
	background-color: #004891;

}
#dropmenu li li a {
	margin: 0px;
	background-color: #000000;
	padding: 10px;
	display: block;
}
#dropmenu li li a:hover {

	background-color: #004891;
}

#dropmenu span {

}
#dropmenu li#home {
	display: block;
}
#dropmenu li#home a, #dropmenu li#home a:hover {
	background-color: #004891;
}
#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-top-width: 1px;
	border-top-style: solid;
	border-top-color: #222222;
}

#dropmenu ul ul {
	margin-top: -2.30em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #222222;
}
#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 {
	background-color: #004891;
}
#dropmenu .current_page_item li a {

	background-color: #000000;
}
#dropmenu .current_page_item li a:hover {

	background-color: #004891;
}
#dropmenu #rss, #dropmenu #twit {
	display: block;
	margin: 0px;
	padding: 0px;
}
#dropmenu #rss img, #dropmenu #twit img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2px;
}
#dropmenu #rss a, #dropmenu #twit a {
	background-color: transparent;
	display: block;
	margin: 0px;
	padding: 0px;
}
#dropmenu #rss a:hover, #dropmenu #twit a:hover {
	background-color: transparent;
}
