/* SUCKERFISH COLOR SECTION*/
.menu_left{
height:50px;
width:6px;
/*background:url(../images/black/menu_left.gif) no-repeat left;*/
}
.menu_center{
/*background:url(../images/black/menu_center.gif) repeat-x ;*/
}

.menu_right{
/*background:url(../images/black/menu_right.gif) no-repeat left;*/
height:50px;
width:6px;

}

#suckerfish{
/*background:url(../images/black/menu_center.gif) repeat-x ;*/
width:auto;
font-size:100%;
line-height: 50px;

font-family: Arial Narrow, Helvetica, sans-serif;
}
#suckerfish li {
	margin: 0; /* all list items */
	padding: 0;
	float: left;
	display: block;
/*background:url(../images/black/divider.gif) no-repeat right ;*/
	cursor: pointer;
}

/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#suckerfish li a {
	color: #000;
	font-weight:;		
	text-transform: uppercase;		
	padding:6px 10px 0px 10px;
}

#suckerfish ul li a.active {
	color: #fff !important;
}

#suckerfish ul li a.active:hover,
#suckerfish ul li a.active:active,
#suckerfish ul li a.active:focus {
	color: #fff !important;
}
#suckerfish li ul a:hover,
#suckerfish li ul a:active,
#suckerfish li ul a:focus{
	color: #fff !important;
}

#suckerfish li ul a:hover,
#suckerfish li ul a:active,
#suckerfish li ul a:focus,
/*#suckerfish ul li:hover,
#suckerfish ul li.sfhover,*/
#suckerfish ul li.havesubchildsfhover,
#suckerfish ul li.havesubchild-activesfhover,
#suckerfish ul ul li:hover,
#suckerfish ul ul li.sfhover,
#suckerfish ul ul li.havesubchildsfhover,
#suckerfish ul ul li.havesubchild-activesfhover {
	color: #fff !important;
}
#suckerfish li.active a{  
	color:#fff;

}
#suckerfish li a:hover,
#suckerfish li a:active,
#suckerfish li a:focus {
	color: #fff;

}
/* 2nd level and above */
#suckerfish li ul {
	border: 1px solid #949698;
	border-top: 0;
	background: url(../images/black/trans.png);
}

#suckerfish li ul ul {
	border: 1px solid #949698;
}

#suckerfish li ul li {
	border-bottom: 1px solid #555;
	border-right: none;
	background: none;
}

#suckerfish li ul a {
	border-right: none;
	margin: 0;
	padding: 6px 10px;
	line-height: normal;
	height: auto;
	background: none !important;
	color: #949698 !important;
}
#suckerfish li.havesubchild,
#suckerfish li.havesubchild-active {
	background: url(../images/arrow.png) no-repeat 94% 50%;
}


#suckerfish li ul a:hover,
#suckerfish li ul a:active,
#suckerfish li ul a:focus,
/*#suckerfish ul li:hover,
#suckerfish ul li.sfhover,*/
#suckerfish ul li.havesubchildsfhover,
#suckerfish ul li.havesubchild-activesfhover,
#suckerfish ul ul li:hover,
#suckerfish ul ul li.sfhover,
#suckerfish ul ul li.havesubchildsfhover,
#suckerfish ul ul li.havesubchild-activesfhover {
	color: #fff !important;
		background: #222;

}

#suckerfish ul li a.active {
	color: #fff !important;
}

#suckerfish ul li a.active:hover,
#suckerfish ul li a.active:active,
#suckerfish ul li a.active:focus {
	color: #fff !important;
}
#suckerfish li ul a:hover,
#suckerfish li ul a:active,
#suckerfish li ul a:focus{
	color: #fff;
}



