@charset "utf-8";
/* Menu Styles */


.footernav {
	width: 960px;
	clear:both;
	margin: 0 auto;
	padding: 0;
	margin-top:20px;
	height: 31px;
	position: relative;
	background: url(../images/navbg.jpg) repeat-x top left;	
	text-align:center;	
}

.footernav ul {
	text-align:center;
	width:920px;
	list-style: none;
	padding: 0;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin:0 auto;
	margin-left:28px;
}

.footernav li {
	float:left;
	text-align: center;
	position:relative;
	margin: 0;
	padding: 0 14px;
	margin-top:8px;
	border-right: 1px solid #0a0044;	
}

.footernav li.last {
	padding-right: 15px;
	border: none;
}

.footernav li.first {
	padding-left: 15px;
}

.footernav li a {
	color: #fff;
	text-decoration: none;
}

.footernav li a:hover {
	color: #cf2127;
}

/* drop down menu styles 
----------------------------*/

/* hide the sub levels and give them a positon absolute so that they take up no room */
ul.level2 {
	visibility:hidden;
	position:absolute;
	top:47px;
	left:0;
	margin:0;
	padding:0;
	width:250px;
	border-top:1px solid #fff;
	z-index: 400px;
}

*html ul.level2 {
	top: 40px;
}

ul.level2.short {
	width: 150px;
}

.level2 li {
	width:250px;
	margin:0;
	padding: 0;
	left:0;
	display: block;
	border-top: 1px solid white;
	text-align: left;
	background: #ddd;
	font-size: 12px;
	line-height: 40px;
	font-weight: normal;
	text-indent: 2px;
	color: #333;
	height: 40px;
}

.level2.short li {
	width: 150px;
}

.level2 li a  {
	text-decoration: none;
	display: block;
	padding:0;
	margin:0;
	background: #ddd;
	color: #333;
	height: 38px;
}


/* zero the styles on the table used by IE6 */
.footernav table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}


/* style the top level hover */
.footernav a:hover, .footernav ul ul a:hover{color:#fff;}
.footernav :hover > a, .footernav ul ul :hover > a {color:#fff;}


/* make the second level visible when hover on first level list OR link */
.footernav ul li:hover ul, .footernav ul a:hover ul{visibility:visible; }

.footernav ul ul li.topfooternav {
border-top:none;
}
