/* Inside Page Style Sheet for KayHagan.com */
/* Author: Ted @ Bullseye Interactive */


/* Inside Pages Top Navigation ------------------------------------- */

#insideNav {
	border-top: #215c96 2px solid;
	border-left: #215c96 2px solid;
	border-right: #215c96 2px solid;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../interface/insideNavBarBG.png) #76abe9;
	float: left;
	height: 48px;
	width: 956px;
	}
	
#navListLeft {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}

#navListLeft ul {
	margin: 0;
	padding: 0;
	}

#navListLeft li {
	float:left;
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	list-style: none;
	text-transform: uppercase;
	}

#navListLeft a {
	float:left;
	display:block;
	padding: 17px 12px 21px 12px;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	background: url(../interface/insideNavDivider.png) top right no-repeat;	
	}

#navListLeft li a:hover, body#action #action a, body#about #about a, body#issues #issues a, body#news #news a, body#press #press a, body#blog #blog a, body#tv #tv a, body#photos #photos a, body#home #home a {
    color: #0C1761;
    background: url(../interface/insideNavActiveBG.png) repeat-x top left;
}
	
#contributeButtonDiv {
	float: right;
	}
	
#contributeButtonDiv a:link, #contributeButtonDiv a:visited {
	width:209px;
	height:46px;
	background:url(../interface/contributeInsideStacked.png) 0 0;
	display:block;
	text-indent:-1500px;
	overflow:hidden;
}

#contributeButtonDiv a:hover { 
	background-position: 0 -48px;
	}	

