/* Pages Dropmenu */

#dropmenu, #dropmenu ul {
	list-style-type: none;
    margin: -2px;
    display: block;
    width: auto;
    height: auto;
    padding: 0px;
    float: left;
    margin-left: 0px;
	border-right: solid 1px black;
}
#dropmenu li {
	list-style-type: none;
	text-align: center;
	width: auto;
	display: block;
	float: left;
	height: auto;
	padding: 0px;
	list-style-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}
#dropmenu li li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 10em;
	text-align: left;
	background-image: none;
}
#dropmenu li li:hover {
	background-image: none;
}
#dropmenu li a {
	list-style-type: none;
    display: block;
    width: auto;
    text-decoration: none;
    font-size: 0.82em;
    height: auto;
    color: #f2f2f2;
    text-transform: uppercase;
    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;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(102, 102, 102, 0.83);
    padding-top: 20px;
    padding-right: 18px;
    padding-bottom: 20px;
    padding-left: 18px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	border-left: solid 1px black;
}
#dropmenu li#home>a:hover {
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px; 
}
#dropmenu li a:hover, #dropmenu li.current_page_item>a, #dropmenu li.current-cat>a, #dropmenu li.current-cat>a:hover, #dropmenu li.current_page_item>a:hover {
	background-image: url(../images/navbg-h.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #333333;
	text-shadow: 0px 1px 1px #fff;
}
#dropmenu li li a {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	margin: 0px;
}
#dropmenu li li a:hover {
	color: #dddddd;
	text-shadow: 0px 1px 1px #000;
	background-image: none;
}
#dropmenu span {}

#dropmenu ul {
	position:absolute;
	width: 10em;
	left: -999em;
	z-index: 9999;
	background-color: #232323;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border: 1px solid #303030;
	margin: 0px;
}
#dropmenu ul ul {
	margin-top: -2.2em;
	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;
}
