/* NAV MODULE SETTINGS */
#navigation {
	width:940px;
	float:left;
	clear:both;
	font-size:1em;
}
#navigation .moduleContent {
}
#navigation .moduleFooter {
	clear:both;
}
#navigation .moduleHeader {
	display:none;
}
#navigation h3  {
	display:none;
}

/* MAIN NAVIGATION MENU BOX */
#navigation .containerPadding {
}

#navigation ul {
	list-style: none;
	border: none;
}

/* MAIN NAV ITEMS */
#navigation li {
	text-align: left;
	display:inline;
	float:left;
}

#navigation li a, #navigation li .navNoLink {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	color:#000;
	text-indent:-9999px;
}

html>body #navigation li a {
	width: auto;
}

#navigation li a:hover {
	color:red;
}

/* Graphic nav buttons */

#navigation .navHome {
	display:block;
	width:46px;
	height:27px;
	background:url(../../images/nav-buttonSprite.gif) no-repeat;
	background-position:0px top;
}
#navigation .navNews {
	display:block;
	width:40px;
	height:27px;
	background:url(../../images/nav-buttonSprite.gif) no-repeat;
	background-position:-46px top;
}
#navigation .navWeather {
	display:block;
	width:59px;
	height:27px;
	background:url(../../images/nav-buttonSprite.gif) no-repeat;
	background-position:-86px top;
}
#navigation .navSports {
	display:block;
	width:50px;
	height:27px;
	background:url(../../images/nav-buttonSprite.gif) no-repeat;
	background-position:-145px top;
}
#navigation .navClassifieds {
	display:block;
	width:69px;
	height:27px;
	background:url(../../images/nav-buttonSprite.gif) no-repeat;
	background-position:-195px top;
}
#navigation .navObituaries {
	display:block;
	width:70px;
	height:27px;
	background:url(../../images/nav-buttonSprite.gif) no-repeat;
	background-position:-264px top;
}
#navigation .navCommunity {
	display:block;
	width:75px;
	height:27px;
	background:url(../../images/nav-buttonSprite.gif) no-repeat;
	background-position:-334px top;
}
#navigation .navForums {
	display:block;
	width:55px;
	height:27px;
	background:url(../../images/nav-buttonSprite.gif) no-repeat;
	background-position:-409px top;
}
#navigation .navContact {
	display:block;
	width:72px;
	height:27px;
	background:url(../../images/nav-buttonSprite.gif) no-repeat;
	background-position:-464px top;
}
#navigation .navAdvertise {
	display:block;
	height:27px;
	width:65px;
	background:url(../../images/nav-buttonSprite.gif) no-repeat;
	background-position:-536px top;
}

/* Graphic nav buttons Hover states*/

#navigation a.navHome:hover {
	display:block;
	width:46px;
	background:url(../../images/nav-buttonSprite.gif) no-repeat;
	background-position:0px -27px;
}
#navigation .navNews:hover {
	display:block;
	width:40px;
	background:url(../../images/nav-buttonSprite.gif) no-repeat;
	background-position:-46px -27px;
}
#navigation .navWeather:hover {
	display:block;
	width:59px;
	background:url(../../images/nav-buttonSprite.gif) no-repeat;
	background-position:-86px -27px;
}
#navigation .navSports:hover {
	display:block;
	width:50px;
	background:url(../../images/nav-buttonSprite.gif) no-repeat;
	background-position:-145px -27px;
}
#navigation .navClassifieds:hover {
	display:block;
	width:69px;
	background:url(../../images/nav-buttonSprite.gif) no-repeat;
	background-position:-195px -27px;
}
#navigation .navObituaries:hover {
	display:block;
	width:70px;
	background:url(../../images/nav-buttonSprite.gif) no-repeat;
	background-position:-264px -27px;
}
#navigation .navCommunity:hover {
	display:block;
	width:75px;
	background:url(../../images/nav-buttonSprite.gif) no-repeat;
	background-position:-334px -27px;
}
#navigation .navForums:hover {
	display:block;
	width:55px;
	background:url(../../images/nav-buttonSprite.gif) no-repeat;
	background-position:-409px -27px;
}
#navigation .navContact:hover {
	display:block;
	width:72px;
	background:url(../../images/nav-buttonSprite.gif) no-repeat;
	background-position:-464px -27px;
}
#navigation .navAdvertise:hover {
	display:block;
	width:65px;
	background:url(../../images/nav-buttonSprite.gif) no-repeat;
	background-position:-536px -27px;
}



/*
SUB NAV LIST 
	Set the width, background, and/or border
*/
#navigation li ul {
	width:157px;
	display: block;
	position: absolute;
	left: -9999px;
	height: auto;
	border:1px solid #375E7D;
	border-bottom:0px;
	float:none;
}

/* SUB-NAV ITEM */
#navigation li ul li {
	margin:0px;
	padding:0px;
	float:none;
}
#navigation li ul li a{
	border:0px;
	border-bottom:1px solid #375E7D;
	margin:0px;
	float:none;
	color:#fff;
	background:#6C88A1;
	text-indent:0px;
	font-size:1.1em;
	font-weight:bold;
	padding:.25em .25em .25em .25em;
}
#navigation li ul li a:hover, li ul li.sfhover{
	background:#BCC9D6;
	color:#CC0000;
}


/* YOU SHOULD NOT HAVE TO EDIT ANY OF THE STYLES BELOW */

#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {
	left: -9999px;
	z-index: 501;
}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul {
	left: auto;
	z-index: 501;
}

/* Support for the "iehover-fix.js" */
ul.navItems iframe {
	position: absolute;
	left: -0.1em;
	top: -0.1em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}


* html ul.navItems li { z-index: 501; }

/* this is for IE 5.0
	select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */

