
#nav
    {	
	/* Distance from top of page to top of main page graphics */
	padding: 112px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    width: 972px;
    margin:0px auto; 	
	}

ul.toolbar {	
	list-style: none;
	list-style-position: outside;
	margin:0px;
	padding:0px;
	border:0px;
	line-height:100%;
    width: 972px;
    margin:0px auto; 	
}
ul.toolbar li {display:inline;}

.toolbar a:link, .toolbar a:visited {
	margin:0px;
	border:0px;
	padding:14px;
	text-decoration:none;
	/* Text size of topmost navigation level e.g. Home Products Clients etc. */
	font-size: 9pt;

}
.toolbar a:hover {
	/* Distance from top of page to top of main page graphics */

	margin:0px;
	border:0px;
	padding:0px;
	/* unknown */
	color:#334E53;
	text-decoration:none;
}
	
/* Set the Navbar sizes */
#n-nav, #n-nav.sfhover {
	position:absolute;
	width:972;
	/* Vertical distance between top of window and nav bar */	
	top: 80px;
	margin:0;border:0;padding:0;
	background-repeat:no-repeat;
	display:block;clear:both; height:31px;
	color: red;
}
	/* First LI in Each Nav bar, typically the name of the navbar */
	/* Set Specific Colors */

#n-nav, #n-nav ul { /* all lists */
	margin:0px;
	padding:0px;
	border:0px;
	list-style: none;

}
#n-nav a:link,#n-nav a:visited {
	display:block;
	/* Text spacing of the topmost level of the navbar e.g. Home Products Clients */
	margin: 30px 0px 0px 60px;
	padding: 0px 0px 10px 0px;
	border: 0;
	font-weight: bold;
	line-height: 100%;
	/* Text color of the topmost level of the navbar e.g. Home  Products Clients*/
	color: #B9C2C4;
	/* Background color of the topmost level of the navbar e.g. Home  Products Clients*/
	text-align: left;
}
#n-nav a:hover {
	/* ON HOVER: Background color of the topmost level of the navbar e.g. Home  Products Clients*/
	color: #E1FA2D;
	display: block;
	/* ON HOVER: Text spacing of the topmost level of the navbar e.g. Home Products Clients */
	margin: 30px 0px 0px 60px;
	padding: 0px 0px 10px 0px;
	border: 0px;
	font-weight: bold;
	line-height: 100%;
	text-align: left;	
}

#n-nav #first {margin-left:00px;}
#n-nav #last {margin-right:0px;}
#n-nav li { /* all list items */float: left;}

#n-nav li ul { /* second-level lists */
	position:absolute;
	margin: 17px;
	padding:0px;
	border:0px;
	left: -999em; 
}

#n-nav li ul li { /* all second level list items */
	display:block;
	margin:0;
	border:0;
	padding:0;
	clear:both;
	float: left;
	width: 180px;
	line-height:110%;
}



#n-nav li ul li a:link, #n-nav li ul li a:visited {
	background-color: #E1FA2D ;	
	
	filter: alpha(opacity=95);
	moz-opacity:0.95;
	khtml-opacity: 0.95;
	opacity: 0.95;
	
	
	
	margin: 0;
	display: block;
	clear: both;
	background-image: none;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #365056 #365056 #365056 #365056;
	/* THe amount of Padding around the second level menu items */
	padding: 6px;
	color: #808080;
	font-weight: normal;
	line-height: 130%;
}
	/* Hover states should be listed last to maximise compatibility */
#n-nav li:hover ul, #n-nav li.sfhover ul {left: auto;top:31px;}
#n-nav li ul li a:hover {
	background-color: #365056;
	background-image: url(../images/menu_option_bg_hover.gif);
	background-repeat:repeat-x;
	padding: 6px;
	margin:0;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color:#EFEFEF #EFEFEF #EFEFEF #EFEFEF;
	font-weight: bold;
	color:#DDEA23;
	line-height:130%;}
