/* 
	WordPress Menubar Plugin
	sf-ehpress.css stylesheet for the Suckerfish template

	Credits:
	Son of Suckerfish Dropdowns
	By Patrick Griffiths and Dan Webb
	http://www.htmldog.com/articles/suckerfish/dropdowns/
*/

.sf-ehpress {
	background-color: #339999;
	height: 26px;
	border-top: 1px solid #43CCCC;
	margin-left:132px;
	padding: 0;
	text-align: left;
}

* html .sf-ehpress {
	margin-left: 129px;
}

.sf-ehpress ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #339999;
	z-index: 9;
}

.sf-ehpress ul ul {
	top: 26px;
	position: absolute;
	left: -999em;
	width: 170px;
	margin: 0;
	padding: 0;
}
	
.sf-ehpress ul ul ul {
	margin: -26px 0 0 170px;
}

.sf-ehpress li {
	float: left;
	padding: 0;
	position: relative;
}

.sf-ehpress li li {
	float: left;
	padding: 0;
	width: 170px;
}

.sf-ehpress a, 
.sf-ehpress a:visited, 
.sf-ehpress a:hover {
	font-size: 12px;
	font-weight: bold;
	float: left;
	color: white;
	text-decoration: none;
	display: block;
	padding: 4px 15px;
	overflow: hidden;
}

.sf-ehpress li li a, 
.sf-ehpress li li a:visited, 
.sf-ehpress li li a:hover {
	
}

.sf-ehpress li:hover ul ul, 
.sf-ehpress li:hover ul ul ul,
.sf-ehpress li:hover ul ul ul ul,  
.sf-ehpress li.wpmhover ul ul, 
.sf-ehpress li.wpmhover ul ul ul, 
.sf-ehpress li.wpmhover ul ul ul ul {
	left: -999em;
}

.sf-ehpress li:hover ul, 
.sf-ehpress li li:hover ul, 
.sf-ehpress li li li:hover ul, 
.sf-ehpress li li li li:hover ul,
.sf-ehpress li.wpmhover ul, 
.sf-ehpress li li.wpmhover ul, 
.sf-ehpress li li li.wpmhover ul,
.sf-ehpress li li li li.wpmhover ul{
	left: 0em;
}

.sf-ehpress li.selected, 
.sf-ehpress li.current-cat, 
.sf-ehpress li.current-cat-parent, 
.sf-ehpress li.current_page_item, 
.sf-ehpress li.current_page_parent,
.sf-ehpress li.current_page_ancestor  {
	background: #2a8080;
}

.sf-ehpress li:hover, 
.sf-ehpress li.wpmhover {
	background: #2a8080;
}

.sf-ehpress li {
	border-left: 1px solid #43cccc;
	border-right: 1px solid #226666;
}

.sf-ehpress li li {
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #43cccc;
	border-bottom: 1px solid #226666;
}

.sf-ehpress ul ul {
	border-left: 1px solid #43cccc;
	border-right: 1px solid #226666;
}

.sf-ehpress-after {
	clear: left;
	margin-left: 132px;
	background: url(shadow.png) repeat-x;
	height: 6px;
	border-top: 1px solid #226666;
	border-left: 2px solid #339999;
}

