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

ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(/img/nav-bg.gif) bottom repeat-y;
	font-size: 11px;
	z-index:999;
	}
	
#nav li {
	height: 32px;
	display: block; 
	float: left;
	z-index:999;
	}

#nav li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 9px 0px 9px 14px;
	/*border-left: 1px solid #FFF; */
	border-bottom: 0;
	background: url(/img/arrow-down-new.gif) right 50% no-repeat;
	background-color: none;
	}
	
#nav li#nav_media a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 9px 0px 9px 14px;
	/*border-left: 1px solid #FFF; */
	border-bottom: 0;
	background: url(/img/arrow-down-new.gif) right 50% no-repeat;
	}
	
/*
SON OF SUCKERFISH DROPDOWNS
See http://www.htmldog.com/articles/suckerfish/dropdowns/
--------------------- */

/* 2nd and 3rd level menus */
#nav ul {
	position: absolute;
	z-index: 99999;
	left: -999em;
	margin: 0px 0 0 -1px;
	padding: 0;
	width: 19.4em;
	w\idth: 18.9em;
	height: auto;
	border: solid #FA1919;
	border-width: 1px 1px 0;
	background: #FA1919;
}

/* 3rd level menus only */

#nav ul ul {
	margin: -1.3em 0 0 13em;
}

/* 2nd and 3rd level menus */
#nav li li {
	height: 30px;
	padding: 0px 1em 2px 0;
	width: 18em;
	border-bottom: 1px solid #da1717;
}

#nav li li.twolinesoftext {
	height: 45px;
	padding: 0px 1em 2px 0;
	width: 18em;
	border-bottom: 1px solid #da1717;
}

/* 2nd and 3rd level menus */
#nav ul a {
	width: 18em;
	w\idth: 14em;
	border-right: 0;
}

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

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#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;
	z-index: 999;
	min-height: 0; 
}

/* 2nd and 3rd level menus */
#nav ul li:hover, #nav ul ul li:hover, #nav ul li.sfhover, #nav ul ul li.sfhover {
	background: #da1717;
}

/* 2nd and 3rd level menus */
#nav ul li a, #nav ul ul li a {
	background: none;
	color: #fff;
	}

/* 2nd level menus only */
#nav a.sub {
	background: url(/img/arrow-right.gif) right 52% no-repeat;
}

/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		
