#dropmenu, 
#dropmenu ul {
	width: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: auto;	
	
}
#dropmenu li {
	list-style-type: none;
	text-align: center;
	width: auto;
	float: left;
	height: auto;
	display: block;
	margin-top:4px;
	margin-bottom:4px;
	margin-right:10px;
	margin-left:5px;
}
#dropmenu li li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 15em;
	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:3px 10px 3px 10px;	
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	color: #f4f4f4;
	margin: 0px;	
}


#dropmenu li a:hover {
	background-color: #f2337f;	
	display: block;
	
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	
}
#dropmenu li li a {
	margin: 0px;
	background-color: #333333;
	display: block;
	width: auto;
	background-image: none;
	padding: 10px;
}
#dropmenu li li a:hover {
	background-color: #555555;
	text-decoration: underline;
	
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
}

#dropmenu span {

}
#dropmenu li#home {
	display: block;
}
#dropmenu li#home a, 
#dropmenu li#home a:hover {
	background-color: #333333;
	
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}
#dropmenu ul {
	position:absolute;
	width: 10em;
	left: -999em;
	z-index: 9999;
	padding: 0px;
	margin:0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #222222;
}

#dropmenu ul ul {
	margin-top: -2.31em;
	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: #333333;
	
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	

}
#dropmenu .current_page_item li a {

	background-color: #111111;
	
	
}
#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;
}

