/* *********************************************** */
/* CSS File created by CreeksideDesign.com 091022  */
/* Designed for FirstResponseDRS.com website       */
/* design@gocreekside.com  www.creeksidedesign.com */
/* *********************************************** */
/******************************************* Navigation Work *******************************************/
/*
#E70000; #E70000 is Old First Response red R:231 G:0 B:0
#D80000; #D80000 is First Response red R:216 G:0 B:0
*/
.nav {
width: 1000px;
height: 27px;
background-color: #D80000; /*#D80000 is First Response red R:216 G:0 B:0 */
}

a.main:hover
{	background:none;
	}
	
	
#top {
	height: 30px;
	background: url('../../media/pics/topnav.jpg') repeat-x;
	width: 100%;
	border-bottom: 1px solid #666;
}

#topbar {
	text-align: center;
	height: 30px;
	background: url('../../media/pics/topnav.jpg') repeat-x;
	width: 785px;
	margin: 0px auto;
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	voice-family: "";
	text-transform: uppercase;
}

#topbar ul {
	float: left;
	margin: 0px 0px 0px 4px;
	padding: 0px 0px;
	list-style: none;
	height: 30px;
}

#topbar li {
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
}

#topbar a {
	float: left;
	display: block;
	margin: 0 0 0 0;
	padding: 9px 10px 3px 8px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#topbar a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
}

#topbar a:hover {
	height: 18px;
	background: url('../../media/pics/topnav-h.jpg') repeat-x;
	padding: 9px 10px 3px 8px;
	display: block;
	color: #fff;
	text-decoration: none;
}		

/* #navcontainer { width: 100%; } */
#navcontainer ul {
margin: 2px 8px 2px 2px; /* top rgt btm lft */
padding-left: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .9em;
}
#navcontainer a {
display: block;
padding: 5px 3px 5px 3px;
width: 100%;
border-bottom: 1px solid #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navcontainer a:link, #navlist a:visited {
background: #D80000; /*#D80000 is First Response red R:216 G:0 B:0 */
color: #FFF;
text-decoration: none;
}
#navcontainer a:hover {
background: #000050;
text-shadow: 5px 3px 5px 3px #0E2022;
color: #FFF;
}
#navlist a:link#current {
text-shadow: 5px 3px 5px 3px #0E2022;
background:#486487;
color:#FFF;
}