/* 
	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: 41px;
	padding: 0;
	padding-top:22px;
	text-align: left;
	background:url(menu-right.gif) no-repeat 100% 22px;
}

.custom ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9;
}

.custom ul ul {
	top: 38px;
	position: absolute;
	left: -999em;
	width: 199px;
	margin: 0;
	margin-left:6px;
	padding: 0;
	z-index:100;
	background: #f0f0f0;
}
	
.custom ul ul ul {
	margin: -31px 0 0 199px;
}

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

.custom li li {
	float: left;
	padding: 0;
	width: 199px;
	height:25px;
}

.custom a, 
.custom a:visited, 
.custom a:hover {
	font-size: 12px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 38px;
	line-height: 35px;
	padding: 0 15px 0 25px;
	overflow: hidden;
}

.custom a:hover {
	color:#fff;
	text-decoration:underline;
	/*background:#e0e0e0;*/
}

.custom li li a, 
.custom li li a:visited, 
.custom li li a:hover {
	padding: 0;
	text-indent: 15px;
	width: 196px;
	text-transform:none;
	height:25px;
	line-height:25px;
	color:#387aa7;
}

.custom li li a:hover {
	color:#fff;
	text-decoration:none;
}

.custom li li li a:hover {
	color:#fff;
	text-decoration:none;
}

.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:#fff;
	/*background:#e0e0e0;*/

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


.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:#bebebf;
	border-color:#e0e0e0;
}

.custom li li:hover, 
.custom li li.wpmhover {
	background:#bebebf;
	border-color:#e0e0e0;

}

.custom li.selected a
{
	text-decoration:underline;
}

.custom li.selected li a
{
	color:#387aa7;
	background:none;
	text-decoration:none;
}

.custom li.selected li.selected a, .custom li.selected li a:hover
{
	color:#fff;
	text-decoration:none;
}

.custom li.selected li.selected li a
{
	color:#387aa7;
	text-decoration:none;
}
.custom li.selected li.selected li a:hover
{
	color:#fff;
	text-decoration:none;
}

.custom li.selected li.selected li.selected a
{
	color:#fff;
	text-decoration:none;
}





.custom li {
	background:url(menu-divide.gif) no-repeat;
}

.custom li.first
{
	border-left:0;
	background:url(menu-left.gif) no-repeat;
}

.custom li.first a
{

}

.custom li li {
	background-image:none;
	border-top: 1px solid #fdfdfd;
	border-bottom: 1px solid #e0e0e0;
}

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

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