/*

STYLES SPECIFIC TO THE NAV REGION

*/


#Nav {
	/*width: 770px;	
	height: 200px;
	margin: 0px;
	border: 1px solid #CCC;
	background: #251E1F url(/images/logo_black.jpg) center no-repeat;
	color: #FFECB9;
	padding: 0px;*/
	border-bottom: 2px solid #fff;/**/
}

#Nav #NavHeader {
	/*height: 75px;
	margin: 0px;
	background: #251E1F url('/images/logo_black.jpg') center no-repeat;#251E1F*/
	color: #FFECB9;
	padding: 0px;
	font-weight: bold;
	text-align: center; 
}

#Nav #NavHeader .MaximizeBanner {
	height: 100px;
	background: #251E1F url('/images/maximize-title2.jpg') bottom no-repeat;/*#251E1F*/
}

#Nav #NavHeader .DiscountAds{
	height: 120px;
	background: #251E1F url('/images/logo_black.jpg') center no-repeat;/*#251E1F*/
}

#Nav ul {
	text-align: left;
	margin: 10px 50px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

#Nav li {
	display: inline;
}

#Nav a,
#Nav a:link {
	color: #000;
	text-decoration: none;
	border-bottom: none;
	padding: 0px 30px;
	font-weight: bold;
}

#Nav .NavLinks {
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
}

#Nav .NavLinks a:hover {
	margin: -1px;
	text-decoration: none;
	border: 1px solid #666;
	background: #990000;
	color: #FFECB9;
	
}

