/* 
	WordPress Menubar Plugin
	custom.css stylesheet for the Suckerfish template

	Credits:
	Son of Suckerfish Dropdowns
	By Patrick Griffiths and Dan Webb
	http://www.htmldog.com/articles/suckerfish/dropdowns/
*/

.custom {
	margin:0;
	height: 30px;
	padding: 0;
	padding-top:0;
	text-align: left;
}

.custom ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9;
}

.custom ul ul {
	top: 30px;
	position: absolute;
	left: -999em;
	width: 218px;
	margin: 0;
	padding: 0;
	z-index:100;
	background: #5d80b7;
}
	
.custom ul ul ul {
	margin: -30px 0 0 199px;
}

.custom li {
	float: left;
	padding: 0;
	height: 30px;
	position: relative;
	z-index:100;
}

.custom li li {
	float: left;
	padding: 0;
	width: 218px;
	height:25px;
}

.custom a, 
.custom a:visited, 
.custom a:hover {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 40px;
	overflow: hidden;
}

.custom a:hover {
	color:#000;
	background: #f5a01d;
}

.custom li li a, 
.custom li li a:visited, 
.custom li li a:hover {
	padding: 0;
	text-indent: 15px;
	width: 215px;
	text-transform:none;
	height:25px;
	line-height:25px;
	font-size:11px;
}

.custom li li a:hover {
	color:#000;
}

.custom li li li a:hover {
	color:#fff;
}

.custom li:hover ul ul, 
.custom li:hover ul ul ul,
.custom li:hover ul ul ul ul,  
.custom li.wpmhover ul ul, 
.custom li.wpmhover ul ul ul, 
.custom li.wpmhover ul ul ul ul {
	left: -999em;
}

.custom li:hover ul, 
.custom li li:hover ul, 
.custom li li li:hover ul, 
.custom li li li li:hover ul,
.custom li.wpmhover ul, 
.custom li li.wpmhover ul, 
.custom li li li.wpmhover ul,
.custom li li li li.wpmhover ul{
	left: 0;
}

.custom li.selected, 
.custom li.current-cat, 
.custom li.current-cat-parent, 
.custom li.current_page_item, 
.custom li.current_page_parent,
.custom li.current_page_ancestor  {
	color:#000;
	background: #f5a01d;
}

.custom li:hover, 
.custom li.wpmhover {
}

.custom li.selected a, .custom li.selected a:hover
{
	color:#000;
}


.custom li li.selected, 
.custom li li.current-cat, 
.custom li li.current-cat-parent, 
.custom li li.current_page_item, 
.custom li li.current_page_parent,
.custom li li.current_page_ancestor  {
	background:#f5a01d;
	border-color:#f5a01d;
}

.custom li li:hover, 
.custom li li.wpmhover {
	background:#f5a01d;
	border-color:#f5a01d;

}

.custom li.selected li a
{
	color:#fff;
}

.custom li.selected li.selected a, .custom li.selected li a:hover
{
	color:#000;
}

.custom li.selected li.selected li a
{
	color:#fff;
}
.custom li.selected li.selected li a:hover
{
	color:#fff;
}

.custom li.selected li.selected li.selected a
{
	color:#fff;
}





.custom li {
	border-left: 0px solid #1f4c79;
	border-right: 0px solid #0b2e5c;
}

.custom li.first
{
	border-left:0;
}

.custom li.last
{
	border-right:0;
}

.custom li li {
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #6f97d9;
	border-bottom: 1px solid #48628c;
}

.custom ul ul {
	border-left: 1px solid #48628c;
	border-right: 1px solid #48628c;
}

.custom-after {
	clear: left;
	margin: 0;
	height: 0;
	font-size:0px;
}

.custom-before
{
	clear: both;
	margin: 0;
	height: 0px;
	font-size:0px;
	display:none;
}

.custom-after {
	clear: left;
	margin: 0;
	height: 0px;
	font-size:0px;
	display:none;
}

.custom .wide ul, .custom .wide li
{
	width: 242px;
}

.custom .wide ul li a
{
	width: 239px;
}

.custom .wide ul ul {
	margin-left:242px;
}