#nav {
	background: #ffffff;
	padding-bottom: 21px; 
	background: url(http://media.buffalonews.com/static/images/shared/bg_top_nav.gif) bottom left repeat-x;	
	border-bottom: 1px solid #000000; 
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size: 11px; 
	word-spacing: .2em;
	position: relative;
	width: 940px;
	text-align: center;
	}
	
#nav ul {
	border-top: 1px solid #000000;	
	border-bottom: 2px solid #000000; 
	padding: 3px 0 1px 154px; 
	background: #E6D9C8;
	list-style-type: none;
	z-index: 1000;
	text-align: center;
	width: 786px;
	height: 16px;}
	
	#nav ul li {float: left;}
	
	#nav a {
	display: inline;
	color: #000000; 
	text-decoration: none;
	padding: 0 5px;}
	
	#nav a:hover{
		color:#9C013A;
		}
	
	#nav a.on {font-weight: bold;}
	


/*
+------- Style for Drop Down Menu ---------+ 
											*/
											
.dropmenudiv{
	height: 30px; 
	background: transparent url(http://media.buffalonews.com/static/images/shared/bg_subnav.gif) bottom left repeat-x;
	border: 0;
	padding: 5px 0 0 0;
	width: 940px;
	position: absolute;
	left: -999em;
	font-size: 10px;
	text-align: center;
	display:inline;
	text-transform:normal;
	}
	
.dropmenudiv p{
	padding-top:5px;
	}


.dropmenudiv a:link{
	display: inline;
	text-indent: 3px;
	padding: 5px 0;
	text-decoration: none;
	color: #736E71;
	}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	display: inline;
	color:#736E71;
	}

.dropmenudiv a:hover{ 
	color: #9C013A;
	display: inline;
	}
	
.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.menustyle ul{
	border-top: 1px solid #000000;	
	border-bottom: 2px solid #000000; 
	padding: 3px 0 1px 130px; 
	background: #E6D9C8;
	list-style-type: none;
	z-index: 1000;
	text-align: center;
	width: 810px;
	height: 16px;
	}

.menustyle ul li{
	display: inline;
	}

.menustyle ul li a{
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	display: inline;
	}

.menustyle ul li a:hover{
	color:#990000;
	display: inline;
	}
	

/*
+------- Style for Current Section Menu ---------+ 
											*/

.staticdiv{
	height: 30px; 
	background: transparent url(http://media.buffalonews.com/static/images/shared/bg_subnav.gif) bottom left repeat-x;
	border: 0;
	padding: 5px 0 0 0;
	width: 940px;
	position: absolute;
	left: 0px;
	top:18px;
	font-size: 10px;
	text-align: center;
	display:inline;
	visibility:hidden;
	}
	
.staticdiv p{
	padding-top:5px;
	}


.staticdiv a:link{
	display: inline;
	text-indent: 3px;
	padding: 5px 0;
	text-decoration: none;
	color: #736E71;
	}

.staticdiv a:hover{ 
	color: #9C013A;
	display: inline;
	}


p.navsize a {font-size:11px !important;}
