/* 
	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: 29px;
	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: 29px;
	position: absolute;
	left: -999em;
	width: 199px;
	margin: 0;
	padding: 0;
	z-index:100;
	background: #6cc6e4;
}
	
.custom ul ul ul {
	margin: -29px 0 0 199px;
}

.custom li {
	float: left;
	padding: 0;
	height: 29px;
	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: 13px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 29px;
	line-height: 29px;
	padding: 0 17px;
	overflow: hidden;
}

.custom a:hover {
	color:#76cfec;
}

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

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

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

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

.custom li.selected a, .custom li.selected a:hover
{
	color:#76cfec;
}


.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:#60a9cc;
	border-color:#60a9cc;
}

.custom li li:hover, 
.custom li li.wpmhover {
	background:#60a9cc;
	border-color:#60a9cc;

}

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

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

.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: 1px solid #1f4c79;
	border-right: 1px 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 #71cfee;
	border-bottom: 1px solid #60a9cc;
}

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

.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: 235px;
}

.custom .wide ul li a
{
	width: 232px;
}

.custom .wide ul ul {
	margin-left:235px;
}