/* 
	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: 47px;
	padding: 0;
	padding-top:37px;
	text-align: left;
}

.custom ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9;
	border-right:solid 1px #fbfaf4;
}

.custom ul ul {
	top: 47px;
	position: absolute;
	left: -999em;
	width: 229px;
	margin: 0;
	padding: 0;
	z-index:100;
	background: #f8f8f6;
}
	
.custom ul ul ul {
	margin: -31px 0 0 229px;
}

.custom li {
	float: left;
	padding: 0;
	height: 47px;
	position: relative;
	z-index:100;
}

.custom li li {
	float: left;
	padding: 0;
	width: 229px;
	height:33px;
}

.custom a, 
.custom a:visited, 
.custom a:hover {
	font-size: 12px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	color: #565656;
	text-decoration: none;
	display: block;
	height: 42px;
	line-height: 35px;
	padding: 0 35px;
	padding-top:5px;
	overflow: hidden;
	border-bottom:0;
}

.custom a:hover {
	color:#3f3f3f;
	background:#cdcdcd;
}

.custom li li a, 
.custom li li a:visited, 
.custom li li a:hover {
	padding: 3px 0 0 0;
	text-indent: 15px;
	width: 226px;
	text-transform:none;
	height:30px;
	line-height:25px;
	color:#205b82;
}

.custom li li a:hover {
	color:#454545;
	background:#eaeae8;
}

.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:#fff;
}

.custom li:hover, 
.custom li.wpmhover {
	color:#fff;
}

.custom li.selected a, .custom li.selected a:hover
{
	color:#3f3f3f;
	background:#cdcdcd;

}
.custom li.selected 
{
	border-right-color:#cdcdcd;
}


.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:#eaeae8;
	border-color:#cdcdcd;
}

.custom li li:hover, 
.custom li li.wpmhover {
	background:#eaeae8;
	border-color:#cdcdcd;

}

.custom li.selected li a
{
	color:#205b82;
	background:none;
}

.custom li.selected li.selected a, .custom li.selected li a:hover
{
	color:#3f3f3f;
	background:#eaeae8;
}

.custom li.selected li.selected li a
{
	color:#205b82;
}
.custom li.selected li.selected li a:hover
{
	color:#fff;
}

.custom li.selected li.selected li.selected a
{
	color:#fff;
}





.custom li {
	border-left: 1px solid #fbfaf4;
	border-right: 1px solid #cdcdcd;
}

.custom li.first
{
	border-left:0;
}

.custom li.first a
{
}

.custom li li {
	border-left: 0;
	border-right: 0;
	border-top: 0px solid #f4f1e2;
	border-bottom: 1px dotted #555555;
}

.custom ul ul {
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
}

.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;
}
