
/*navbar*/
#navbar {
	position:absolute;
	top:100px;
}

#navbar ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#navbar ul li a{_margin-left:10px;}


#navbar ul li { /* Do not float left - Chrome and Safari*/
	margin:0;
	padding:0; 
	border-right:1px solid #4d88c9;
	border-bottom:1px solid #4d88c9;
	line-height:30px;
	font-size:14px;
	font-family:"Trebuchet MS",Verdana,Helvetica,sans-serif;
	_width:85px;
text-align:left;
}

#navbar li li {

	_width:250px !IMPORTANT;
}



/* -- Sub-Menus - size and position-- */
ul.menu ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0;
	z-index: 10000;
}

ul.menu li {
	float: left;
	line-height:29px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	position:relative;
	white-space:nowrap;
	list-style-image:none;
	background-image:none;
		margin: 0;

}

ul.menu ul li {
	float: none;
	margin: 0 !IMPORTANT;
	width:100%;
	background-color:#98B4D6; /* light blue */
	background-image:none;
	list-style:none;
	display:block;
	text-align:left;
	padding:0;
}

ul.menu ul {
	height: auto;
}

* html ul.menu ul {
	width: 1%;
}

ul.menu li li {
	width:100%;
	*width:250px;
	_width:250px;
}

/* link colour for all*/
ul.menu li a {
	color:#034da2; /* drk blue */
	text-decoration: none;
}


/*Top level navigation - normal and visited*/
#nav  a:link, #nav a:visited {
	color:#034da2; /*drk blue*/
	font-weight: normal;
	text-decoration:none;
	width:100%;

	padding:0;
}


#nav li#class_375 > a:link, #nav li#class_375 > a:visited {
background-color:#afc94e ;


}
/*Top level navigation -  hover and active* - Do not add 100% width - Opera*/
#nav a:hover, #nav a:active {
	color:#FFF;
	text-decoration:none;
	background-color:#034da2; /*drk blue*/
	padding:0;
		width:100%;
_margin-left:10px;}

#nav ul li a {
	display:inline-block;
}


#nav ul li span  {
	padding:0 20px;
	_padding:0;

}

/*second tier navigation - background colour*/

#nav ul li ul li{	display:block !IMPORTANT;

}

#nav ul li ul li a, #nav ul li ul li a:link, #nav ul li ul li a:visited  {
	float:none;
	width:100%;
	padding:0;

}

/*second tier navigation - normal text and visited*/
#nav ul li ul a:link, #nav ul li ul a:visited {
	color:#034da2; /*drk blue*/
	text-decoration:none;
		width:100%;

}

/* second tier navigation - hover and active text */
#nav ul li ul a:hover, #nav ul li ul a:active {
	color:#FFF;
	text-decoration:none;
	background:#034da2 !IMPORTANT; /*drk blue*/
		width:100%;

}


/*third tier navigation background colour - normal*/
#nav ul li ul li ul a{color:#034da2; /*drk blue*/
	width:100%;
}


#nav ul li ul li ul {


	position:absolute;
	top:0;
	background-color:#98B4D6; /* light blue */
	z-index:99999;
		width:120%;
			_width:100%;
				*width:100%;
}


/*third tier navigation - link and visited text*/
#nav ul li ul li ul a:link, #nav ul li ul li ul a:visited {
	color:#034da2; /*drk blue*/
	text-decoration:none;
		width:100%;
			_width:100%;
				*width:100%;
}

/*third tier navigation - hover and active text*/
#nav ul li ul li ul li a:hover, #nav ul li ul li ul li a:active {
	color:#fff;
	text-decoration:none;
	background-color:#034da2; /*drk blue*/
	width:100%;
	_width:100%;
	*width:100%;
	
}









/*MenuMaticCSS*/
#matic li
{
	font-weight:bold;
}

#matic li ul li {
	font-weight:normal;
}

#matic li.active, #matic li.active a {
	color:#FFF;
	background-color:#98B4D6; /* light blue */
}

#matic li.active > a, #matic li ul li.active > a, #matic li ul li ul li.active > a, #matic li ul li ul li.active > a, #matic li ul li ul li ul li.active > a  {
	color:#FFF;
	background-color:#034da2; /*drk blue*/
}

#matic li.active > a li a {
	font-weight:normal;
}

#matic li.active ul a {
	color:#FFF;

}



 #matic li.active ul li.active ul li.active ul a{color:#fff;}

#matic li.active ul a:hover, #matic li.active ul li.active ul a:hover, #matic li.active ul li.active ul li.active ul a:hover {
	background-color:#034da2; /*drk blue*/
color:#fff;



}




