#nav img {
	display: block;
}

#nav, #nav ul {
	list-style: none;
	width: 748px;
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 7px 5px 7px 20px;
}

#nav ul li a.sub_start {
	padding: 10px 5px 7px 20px;
}

#nav a.sub_start {
	background: url(../images/tab_top.gif) no-repeat 0 top;
}

#nav a.sub_start:hover {
	color: #fff;
	background: url(../images/tab_top2.gif) no-repeat 0 top;
}

#nav ul li a.sub_start2 {
	padding: 10px 5px 7px 20px;
}

#nav a.sub_start2 {
	background: url(../images/tab_topb.gif) no-repeat 0 top;
}

#nav a.sub_start2:hover {
	color: #fff;
	background: url(../images/tab_topb2.gif) no-repeat 0 top;
}

#nav ul li a.sub_start3 {
	padding: 10px 5px 7px 20px;
}

#nav a.sub_start3 {
	background: url(../images/tab_topc.gif) no-repeat 0 top;
}

#nav a.sub_start3:hover {
	color: #fff;
	background: url(../images/tab_topc2.gif) no-repeat 0 top;
}

#nav a.sub {
	background: #0f4aad url(../gifs/arrow_off.gif) no-repeat left 5px;
	
}

#nav a.sub:hover {
	color: #fff;
	background: #0d326e url(../gifs/arrow_on.gif) no-repeat left 5px;
}

#nav a.sub_end {
	background: url(../images/tab_bottom.gif) no-repeat 0 bottom;
}

#nav a.sub_end:hover {
	color: #fff;
	background: url(../images/tab_bottom2.gif) no-repeat 0 bottom;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 20em;
	font-weight: normal;
	margin: 0 0 0 0px;

}

#nav li li {
	width: 195px;
}

#nav li ul a {
	width: 220px;
	w\idth: 204px;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#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;
}



/* This fixes bug in IE7 with tabs sticking */
#nav li:hover {
	background-position: 0;
}
