/* 
	WordPress Menubar Plugin
	pbes.css stylesheet for the Suckerfish template

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

.pbes {
	clear:both;
	width:907px;
	height:40px;
	margin:10px 0 0 0;
	padding:0;
	text-align:left;
	border-top:1px solid #2EB0FF;
	background:transparent url(../../../themes/pbes/images/nav_bg.png) repeat-x bottom left; /*#1874CD;*/
	position:relative;
	left:22px;
	/*z-index:50;*/
}

.pbes ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	background-color:#2277CC; /* #1874CD; */
}

.pbes ul ul {
	top:33px;
	position:absolute;
	left:-999em;
	width:203px;
	margin:0;
	padding:0;
	z-index:70;
}
	
.pbes ul ul ul {
	margin:-33px 0 0 203px;
}

.pbes li {
	float:left;
	padding:0;
	height:33px;
	position:relative;
	font-family:'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
}

.pbes li li {
	float:left;
	padding:0;
	width:203px;
	height:26px;
}

.pbes a, .pbes a:visited, 
.pbes a:hover {
	font-size:14px;
	font-weight:bold;
	float:left;
	color:white;
	text-decoration:none;
	display:block;
	height:33px;
	line-height:33px;
	padding:0 10px;
	overflow:hidden;
	font-family:'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
}

.pbes li li a, .pbes li li a:visited, 
.pbes li li a:hover {
	padding:0;
	text-indent:15px;
	width:200px;
	height:26px;
	line-height:26px;
	font-size:13px;
}
.pbes li li a:hover { color:#E7FAA9; }

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

.pbes li:hover ul, 
.pbes li li:hover ul, 
.pbes li li li:hover ul, 
.pbes li li li li:hover ul,
.pbes li.wpmhover ul, 
.pbes li li.wpmhover ul, 
.pbes li li li.wpmhover ul,
.pbes li li li li.wpmhover ul{
	left:0;
}

.pbes li.selected, 
.pbes li.current-cat, 
.pbes li.current_page_item {
	background:#77AADD;
}

.pbes li.selected a, 
.pbes li.current-cat a, 
.pbes li.current_page_item a {
	color:#E7FAA9; /*green*/
	/*background:#77AADD;*/
}

.pbes li.selected a:hover, 
.pbes li.current-cat a:hover, 
.pbes li.current_page_item a:hover {
	color:#444433; /* brown 4B3D2C; */
}

.pbes li:hover, 
.pbes li.wpmhover {
	background:#1C86EE;
}

.pbes li {
	border-left:1px solid #2EB0FF;
	border-right:1px solid #104E8B;
}

.pbes li li {
	border-left:0;
	border-right:0;
	border-top:1px solid #2EB0FF;
	border-bottom:1px solid #104E8B;
}

.pbes ul ul {
	border-left:1px solid #2EB0FF;
	border-right:1px solid #104E8B;
}

/*.pbes-after {
	clear:left;
	margin:0;
	width:906px;
	height:6px;
	border-top:1px solid #104E8B;
	background:url(shadow.png) repeat-x;
	position:relative;
	left:23px;
	z-index:60;
}*/