/* Pages Dropmenu */

#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;
	display: block;
	padding: 0px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-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: #464646;
}
#dropmenu li a {
	list-style-type: none;
	display: block;
	width: auto;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	color: #FFFFFF;
	margin: 0px;
	text-transform: uppercase;
	background-color: #000000;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	background-image: url(../images/navbar.png);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #464646;
	border-right-color: #464646;
	border-left-color: #464646;
}


#dropmenu li a:hover {
	text-decoration: none;
	background-color: #414034;
}
#dropmenu li li a {
	display: block;
	margin: 0px;
	background-image: url(../images/navbar2.png);
	font-size: 0.8em;
	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;
	background-repeat: no-repeat;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#dropmenu li li a:hover {
	text-decoration: underline;
}

#dropmenu span {

}
#dropmenu li#home {
	display: block;
}
#dropmenu li#home a, #dropmenu li#home a:hover {

}
#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-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #464646;
	border-left-color: #464646;
	border-right-color: #464646;
}
#dropmenu ul ul {
	margin-top: -1.70em;
	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 {


}