/*
  CSS generated via the Multi-level Navigation Plugin ... http://pixopoint.com/multi-level-navigation/

  If you would like a similar menu for your own site, then please try the PixoPoint Web Development
  CSS generator for creating flyout, dropdown and horizontal slider menus ... http://pixopoint.com/suckerfish_css/


*** Main menu CSS code ***/
#pixopoint_menu1
{
	width:880px;
	height:50px;
	background-color:#3C6984;
	margin-top:0px;	
}
#suckerfishnav 
{
	width:730px;
	height:50px;
	position:relative;
	display:block;
	margin: 0 auto;	
	list-style:none;
	padding:0px;
}
#suckerfishnav a
{
        float:left;
	display:block;
	white-space:nowrap;	
	padding:7px 17px 7px 18px;
	margin: 10px 0px 0px 0px;
	color:#EEF7FB;
	font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
	font-size:14px;
	text-decoration:none;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: top;	
}
#suckerfishnav li 
{
	height:50px;
	float:left;	
	display:block;
	white-space:nowrap;	
	position:relative;
	text-align:center;
}
li:hover>ul
{
	left:auto;
}

#suckerfishnav a:hover 
{
	height:52px;
	background-color:#E5F4F7;
	margin-top:-10px;
	color:#036;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	float:left;
	display:block;
	line-height:50px;
	white-space:nowrap;	
	text-decoration:none;
}
#suckerfishnav .current-cat a, #suckerfishnav .current_page_item a, #suckerfishnav .current_item a
{
           height:52px;
	background-color:#E5F4F7;
	color:#036;
	margin-top:-10px;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	float:left;
	display:block;
	line-height:50px;
	white-space:nowrap;	
	text-decoration:none;
}
