/* Pages Dropmenu */

#dropmenu, #dropmenu ul {
	list-style-type: none;
	display: block;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#dropmenu li {
	list-style-type: none;
	text-align: center;
	width: auto;
	display: block;
	float: left;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#dropmenu li li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 10em;
	text-align: left;
	background-image: none;
}
#dropmenu li a {
	list-style-type: none;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-right: 6px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: auto;
	line-height: 27px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
	height: 27px;
	background-image: url(../images/navleft.png);
	background-repeat: no-repeat;
	background-position: left top;
	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;
}
#dropmenu li a:hover {
	text-decoration: underline;
	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;

}
#dropmenu li a span {
	background-image: url(../images/navright.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: auto;
	height: auto;


}
#dropmenu li li a {margin: 0px;}
#dropmenu li li a:hover {}
#dropmenu span {}
#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;
}
#dropmenu ul ul {
	margin-top: -1.22em;
	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 #home {display: block;}
#dropmenu #home a {}
#dropmenu .current_page_item {display: block;}
#dropmenu .current_page_item li {}
#dropmenu .current_page_item li a {}
#dropmenu .current_page_item li a:hover {}
