/* suckerfish css ----------------------------------------------- */
.nav, .nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
}
.nav a {
	display: block;
	margin:0px;
	padding:0px;
	color:#FFF;
	background-color:#CD1904;
}
.nav li {
	float: left;
	width: 10em;
	padding:0px;
}
.nav li ul {
	position: absolute;
	left: -999em;
	padding:0px;
}
.nav li ul ul {
	margin: -1em 0 0 10em;
}
.nav li:hover ul {
	left: auto;
}
.nav li:hover ul, .nav li.sfhover ul {
	left: auto;
}
.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;
}
/* Image Swap Nav ----------------------------------------------- */
ul.IR li {
	position: relative;
	font-size: 0.9em;
}
.IR em {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
/* For IE5.x mac only */
* html>body .IR {
	position: static;
	overflow: visible;
	font-size: 10px;
}
* html>body .IR em {
	position: static;
}
.nav {
	list-style: none;
	padding:0px;
}
.nav li {
	float: left;
	padding-bottom: 0px;
}
.nav li, .nav li em {
	width: 147px;
	height: 31px;
}
* html .nav a {
	height: 1%;
}
.nav li ul {
	position: absolute;
	z-index: 10; /* show the dropdowns above the images */
	top: 31px; /* position the dropdowns a set distance from the top of the image */
	left: -999em;
	list-style: none;
}
.nav li:hover ul {
	left: auto;
}
/* Top Nav Drop Down Styles ----------------------------------------------- */
.nav li li {
	height: auto;
	padding-bottom: 0; /* reset the height set on the IR list items */
	width:182px;
}
.nav li li a{
	font-size: 12px;
	border-top: 1px solid #e26355;
	display:block;
	padding:8px 10px 8px 12px;
	text-decoration:none;
}
.nav a:hover {
	background-color:#b7200f;
}
.nav a.active{
	background-color:#961b0d;
}
/* Top Navigation Image Placement ----------------------------------------------- */
.link1 em, .link2 em, .link3 em, .link4 em, .link5 em {
	background: url(/images/nav/_top_nav.gif) no-repeat;
	cursor: pointer;
}
.nav li.link1 {
	left: 0;
	width:76px;
}
.nav li.link1 em {
	background-position: 0 0;
	width:76px;
}
.nav li.link1:hover em, .nav li.link1 a em.active {
	background-position: 0 -31px;
}
.nav li.link2 {
	left: 0px;
	width:83px;
}
.nav li.link2 em {
	background-position: -76px 0;
	width:83px;
}
.nav li.link2:hover em, .nav li.link2 a em.active {
	background-position: -76px -31px;
}
.nav li.link3 {
	left: 0px;
	width:111px;
}
.nav li.link3 em {
	background-position: -159px 0;
	width:111px;
}
.nav li.link3:hover em, .nav li.link3 a em.active {
	background-position: -159px -31px;
}
.nav li.link4 {
	left: 0px;
	width:127px;
}
.nav li.link4 em {
	background-position: -270px 0;
	width:127px;
}
.nav li.link4:hover em, .nav li.link4 a em.active {
	background-position: -270px -31px;
}
.nav li.link5 {
	left: 0px;
	width:182px;
	width:131px;
}
.nav li.link5 em {
	background-position: -397px 0;
	width:182px;
	width:131px;
}
.nav li.link5:hover em, .nav li.link5 a em.active {
	background-position: -397px -31px;
}
