/*################################
Suckerfish naigation Start
##################################*/
#na, #na ul {
	width: auto;
	height: auto;
	padding: 0;
	margin-top: 6px
	list-style: none;
	text-align: left;
	background: #003053 url(http://s208594620.onlinehome.us/wp-content/themes/rockinsuckerfish2-20/images/menu-bg.gif) repeat-x;
}
#na li {
	float: left;
	width: 100px;  height: auto;
	border: none;
	text-align: left;
	padding: auto;
}
#na li a {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100px; height: auto;
	overflow: hidden;
	text-align: center;
	line-height: auto;
	border: none;
	padding: auto;
	
}
#na li a:hover {
	/* border-left: 0px solid #FFFFFF; */
	background: url(http://s208594620.onlinehome.us/wp-content/themes/rockinsuckerfish2-20/images/menu-bg-hover.gif) repeat-x; 
}
/* ----------- */
/* sub menus */
/* ----------- */
#na li ul, #na li ul li ul {
	position: absolute;
	/* top: 0px; */
	width: 185px;
	height: auto;
	left: -999em;
	text-align: left; 
	background: #FFFFFF;
	
 }
#na li .pages, #na li .recent, #na li .archives, #na li .categories, #na li .meta {
	border:  solid #003053;
	border-top:  solid #003053;
	height: auto;
}

/* shows the drop - downs */
#na li:hover ul, #na li.sfhover ul, #na li:hover ul li:hover ul {
	left: auto;
}

/* sets background when hovering over drop-down menu items */
#na li ul a:hover {
	color: #000000;
	background: #B8ED63;
}

/* style of each sub menu item listing */
#na li ul li, #na li ul li a {
	color: #003053;
	float: left;
	text-align: left;
	width: 185px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	line-height: auto;
	height: auto;
	margin: 0px;
	text-indent: 2px;
}
#na li ul li .bottom, #na li ul li a .bottom {
	height: auto;
	line-height: auto;
}
* html #na li ul li, * html #na li ul li a {
	border-left: 2px solid #003053;
	border-right: 2px solid #003053;
}
/*################################
Suckerfish naigation End
##################################*/
