
#nav
{
	width:960px;
	height:35px;
	float:left;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 192px;
	background:transparent url(Images/navbtn3.jpg) no-repeat 0px 0px;
	padding:8px 1px 0px 1px;
	text-align:center;
	color:#fff;
	height:27px;
}

#nav li {
	float: left;
	width: 192px;
}
#nav li ul {
	position: absolute;
	width: 300px; /*was 260*/
	left: -999em;
	margin-top:-6px;
	z-index:50;
}
#nav li ul li{
	
	width: 260px;/*was 249*/
	padding:0px 6px 0px 0px;
}
#nav li ul li a
{
	border-right:1px solid #777777;
	border-left:1px solid #777777;
	border-bottom:1px solid #C9C9C9;
	color:#4E4E4E;
	width: 260px;/*was 240*/
	text-align:left;
	padding:3px 3px 3px 10px;
	background:none;
	background-color:#fff;
	height:17px;
}
#nav li ul li a.hasSub
{
	background:#fff url(images/navarrow.gif) no-repeat right 3px;
}
#nav li ul li a:hover
{
	
	color:#fff;	
	background-color:#777777;
	 
}
#nav li ul li a.hasSub:hover
{
	background:#777777 url(images/navarrowon.gif) no-repeat right 3px;
}
#nav li:hover ul {
	left: auto;
}

#nav li:hover {
	position:static;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li ul li.subnavtop
{
	background:none;
	height:1px;
	border-bottom:1px solid #777;

}
#nav li ul li.subnavbtm
{
	background:transparent url(images/nav-btm.gif) no-repeat 0px 0px;
	height:7px;
	width:275px;
}
#nav ul li ul li.lastElement a
{

border-bottom:none;
}




/*for third tier*/
#nav li ul ul {
	margin: -2em 0 0 275px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
#nav li ul li ul li.subnavtop
{
	background:transparent url(images/nav-top.gif) no-repeat 0px -0.5px;
	height:7px;
	border-bottom:none;
	width:275px;
}
#nav li ul li ul li.subnavbtm
{
	background:transparent url(images/nav-btm.gif) no-repeat -11px -1px;
	height:7px;
	width:275px;
}

#nav ul li ul li.lastElement ul.third li a
{
	border-bottom:1px solid #C9C9C9;
}
#nav ul li ul li.lastElement ul.third li.lastElement a
{
	border-bottom:none;
	
}
#nav a.navtop:hover {
	
	background:transparent url(images/navbtn3.jpg) no-repeat -192px 0px;
	
}
#nav a.current {
	
	background:transparent url(images/navbtn3.jpg) no-repeat -192px 0px;
	
}
