@charset "utf-8";
/* CSS Document */


/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2008 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */

#container {
		width:950px; 
		height:45px; 
		position:relative; 
		background:url(images/nav-bar-background2.jpg); 
		z-index:999;
	}


#nav, #nav ul {
		padding:0; 
		margin:0; 
		list-style:none; 
		width:950px;
	}

#nav li {
		float:left;
	}
	
#nav li a {
		float:left; 
		text-decoration:none; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size:14px; 
		color:#585858;
	}
	
#nav li {
		color:black;
	}
	
#nav li a b {
		display:block; 
		float:left; 
		height:30px; 
		line-height:28px; 
		padding:6px 12px 6px 13px; 
		font-weight:normal; 
		cursor:pointer;
	}
	
#nav li.sub a b {
		background:url(down.gif) no-repeat right 6px;
	}

#nav b.hover {
		color:#767676;
	}
	
#nav i {
		color:#fff;
	}
	
#nav i.hover {
		color:#fff;
	}
	
#nav em.hover {
		color:#fff;
	}
	
#nav ul ul ul a:hover {
		color:#767676;
	}





/* Second Tier */

#nav ul {
		display:none; 
		background-image:url(images/secondtierbg.gif);
		background-repeat: no-repeat;
	}
	
#nav ul {
		position:absolute; 
		left:0px; 
		top:43px; 
		/*background:#ddecf9;*/
	}
	
#nav ul li {
		float:left; 
		position:relative; 
		color: #fff;
	}
	
#nav ul li a {
		display:block; 
		padding:0 11px 0 11px; 
		font-size:12px; 
		line-height:25px; 
		cursor:pointer;
	}
	
#nav ul li a i {
		display:block; 
		font-style:normal; 
		cursor:pointer; 
		color:#fff;
	}
	
#nav ul li a em {
		color:#fff;
	}
	
#nav ul li a.sub {
		background:url(down.gif) no-repeat right 3px;
	}
	
	
	
	

/* Third Tier */

#nav ul ul {
		width:130px; 
		left:-17px; 
		top:25px; 
		text-align:center; 
		background-image:none; 
		background-color:maroon; 
		color:#fff; 
		border-style: solid; 
		border-color: white; 
		border-width: 1px 1px 1px 1px;
	}
	
#nav ul ul li a {
		display:block; 
		line-height:20px; 
		padding:5px; 
		width:120px;
	}
	
#nav ul ul li a.fly {
		background:url(right.gif) no-repeat right center;
	}
	
#nav ul ul li a em {
		font-style:normal; 
		display:block; 
		width:120px; 
		cursor:pointer;
	}
	
	
#nav ul ul li a em:hover {
		font-style:normal; 
		display:block; 
		width:120px; 
		cursor:pointer;
	}

#nav ul ul ul {
		left:135px; 
		top:0;
	}
