#dropmenu, #dropmenu ul {
	width: 100%;
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#dropmenu li {
	float: left;
	list-style-type: none;
	text-align: center;
	width: auto;
	display: block;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/nav-r.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#dropmenu li li {
	float: left;
	list-style-type: none;
	width: 13em;
	display: block;
	text-align: left;
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #282828;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#dropmenu li a {
	list-style-type: none;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	height: auto;
	background-image: url(../images/nav-c.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 18px;
}
#dropmenu li a:hover {
	list-style-type: none;
	text-decoration: none;
}
#dropmenu li li a {
	background-image: none;
	padding: 7px;
	margin: 0px;
	width: auto;
	font-size: 11px;
}
#dropmenu li li a:hover {
	list-style-type: none;
	text-decoration: none;
	color: #ABC153;
}

#dropmenu span {
	margin: 0px;
	padding: 2px 0px 0px;
	text-align: center;
	width: 100%;
	display: block;
	font-size: 12px;
	font-family: Tahoma, Verdana, "Lucida Grande", sans-serif;
}
#dropmenu li#home {
	display: block;
	background-image: url(../images/nav-r.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#dropmenu li#home a, #dropmenu li#home a:hover {
	background-image: url(../images/nav-c.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	margin-right: 18px;
}
#dropmenu ul {
	position:absolute;
	width: 13em;
	left: -999em;
	z-index: 9999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #282828;
	border-bottom-color: #282828;
	border-left-color: #282828;
}

#dropmenu ul ul {
	margin-top: -2.3em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 13em;
}
#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 li.current_page_item {

}
#dropmenu li.current_page_item a {

}
