/****************************************************************************************** TOP LEVEL NAVIGATION*/
#container {
	width: 800px;	/* width of navigatioon bar */	
	height:28px;
	padding-bottom:0px;	
	font-weight: normal;
	margin: 0 auto;
	padding-left:5px;
	z-index:500;
}

#nav, #nav ul {
	width: 800px;			/* width of navigation bar */
	height:28px;
	list-style: none;
	font-weight: normal;
	padding-top:14px;
	padding-left:14px;
	margin: 0 0 0 0;
	z-index:600;
}

#nav a {
	display: block;			/* this is where the colur of the dropdown menu can be set */
	color:#ffffff;
	margin-bottom:0px;
	text-decoration: none;
	font-family:Arial, Helvetica;
	text-align:left;
	font-weight: normal;
	font-size:14px; 
	
}

#nav a:hover {
	display: block;
	font-weight:normal;
	color:#000000;/* this is where the roll over colur of the top level navigation can be set */
	
}


#nav li {
	display:block;
	float: left;
	font-weight:normal;
	 /*Without this the nav bar acts funny over text in PC IE.6*/
}

#nav li li a {
	border-bottom: solid 1px #ffffff;
	font-weight: normal;
	color:#ffffff;				/* this is where the colur of the text can be set */
	padding-left:0.5em;			/* Padding for the left side of JUST the drop down list items */
	padding-bottom:4px;
	padding-top:4px;
	text-align:left;	/* this is where the colur of the dropdown menu can be set */
	
}

#nav li ul {
	margin-left:-15px;
	position:absolute;
	left: -999em;
	height:auto;
	width:12em; 				/* Width of the drop down back panel*/
	font-weight:normal;
	margin-top:0px;
	
}

#nav li li {
/*  Roll over colour element of the drop down list items */
	width: 12em; 				
	font-weight: normal;
	
	
}


#nav li ul ul {
	margin: 1.75em 0 0 0em;
	
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	margin-top:0px;
	
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	margin-top:0px;
	
}

#nav li li a:hover, #nav li li a.sfhover {
/* this is where the roll over colour of the dropdown menu can be set */
	background-color:#ac035f;
	font:Arial, Helvetica; 
	color:#ffffff;
	font-weight: normal;
	
}

#nav li:hover, #nav li.sfhover {
/* this is where the roll over colour of the top level navigation can be set */
	font:Arial, Helvetica;
	color:#74C8EC;
}

#sub_nav {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-align:center;
padding-top:20px;
}

#sub_nav a:hover {text-decoration:none;color:#000000;}

#sub_nav a:link {text-decoration:none;color:#000000;}

#sub_nav a:visited {text-decoration:none;color:#000000;}

#sub_nav a:active {text-decoration:none;color:#000000;}

