/*
  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 ***/
@charset "utf-8";

/*MENU LIST STYLES*/


#suckerfishnav, #suckerfishnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 9.5em;
	font-family: "Helvetica 45", Helvetica, Arial, sans-serif;
	font-size: 18pt;
		font-weight : lighter;

	}
	
#suckerfishnav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 9.5em;
			font-size: 18pt;
				font-weight : lighter;}
	
		
		
			#suckerfishnav, #suckerfishnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 9.3em;
	font-family: "Helvetica 45", Helvetica, Arial, sans-serif;
	font-size: 18pt;
		font-weight : lighter;

	}
	
	#suckerfishnav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 9.37em;
			font-size: 18pt;
				font-weight : lighter;
				background-image: url(../multi-level-navigation-plugin/images/tjMenuArrow.gif);
	
		
		
	}
	#suckerfishnav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
			font-size: 18pt;
				font-weight : lighter;

	/*MOVE 2ND LEVEL LEFT and ADJUST VERTICAL POSITION*/
		/*margin-left : 11.05em;
		margin-top : -1.35em;*/
		margin-left : 9.38em;
		margin-top : -1.81em;
		font-size: 18pt;
			font-weight : lighter;
	
		
		
	}
	
	#suckerfishnav li ul ul { /* third-and-above-level lists */
		left: -999em;
			font-size: 18pt;
				font-weight : lighter;
	
	}
/*WIDTH ETC FOR 1ST LEVEL NAV*/
	
	#suckerfishnav li a {
	/*width: 11em;*/
		/*w\idth : 10em;*/
	/*width: 8.55em;*/
	/*w\idth : 7.55em;*/
	display : block;
	color : white;
	font-weight : lighter;
	text-decoration : none;
	background-color : #324168;
	/*border : 1px solid black;*/
	padding : 0.28em 0.9em 0.28em;
	background-image: url(../multi-level-navigation-plugin/images/tjMenuArrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18pt;	
	}
	
	#suckerfishnav li a:hover {
		color:#000000;
		background-color : #e9bb04;
			font-size: 18pt;
				font-weight : lighter;
	}
	
	#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {
		left: -999em;
			font-size: 18pt;
				font-weight : lighter;
	}
	
	#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
			font-size: 18pt;
				font-weight : lighter;
	}