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

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

.custom ul ul {
	top: 39px;
	position: absolute;
	left: -999em;
	width: 208px;
	margin: 0;
	padding: 0;
	z-index:100;
	background: #e4edf9;
}


	
.custom ul ul ul {
	margin: -31px 0 0 199px;
}

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

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

.custom a, 
.custom a:visited, 
.custom a:hover {
	font-size: 11px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	color: #eeeeee;
	text-decoration: none;
	text-transform:uppercase;
	display: block;
	height: 39px;
	line-height: 35px;
	padding: 0 11px;
	overflow: hidden;
	border-bottom:0;
}

.custom a:hover {
	color:#fff;
	background:#265463;
}

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

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

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

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


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

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

}

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

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

.custom li.selected li.selected li a
{
	color:#061624;
}
.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 #265463;
	border-right: 0px solid #0c1a26;
}

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

.custom li.first a
{
}

.custom li li {
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #c3d2e5;
}

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

.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 .personal-insurance ul, .custom .personal-insurance li
{
	width: 201px;
}

.custom .personal-insurance ul li a
{
	width: 198px;
}

.custom .commercial-insurance ul, .custom .commercial-insurance li
{
	width: 219px;
}

.custom .commercial-insurance ul li a
{
	width: 216px;
}
