/* ------ TOP NAV FOR FUTURE USE --------*/

#topNav {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
} 
#topNav a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#topNav a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#topNav a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
/*-------- MAIN NAVIGATION BAND Camrud set up 5/23/10 11:25 pm Denver --------------*/

#navigation {
	background-color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 32px;
	color: #FFFFFF;
	text-align: center;
} 
#navigation a:link {
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}
#navigation a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	/*background-image: url(images/bg_f77o.jpg);*/
}
#navigation a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}


#pulldownMenu{
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	width:950px;
	left:0px;
	display:none;
}
#pulldownMenu ul{margin:0;padding:0;}
#pulldownMenu li{list-style:none; float:left;}
#pulldownMenu ul li {position: relative;}
#pulldownMenu a{
	display:inline-block;
	font-size:12px;
	color:#EEEEEE;
	font-weight:bold;
	text-decoration:none;
	height:18px;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
}
#pulldownMenu ul li a:hover{
	color:#FFFFFF;
	text-decoration:none
}

.Home{
	/*border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #EEEEEE;*/
	margin-left: 0px;
}
.lawFirmOverview{
	/*border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #EEEEEE;*/
	}
.dogAttackStatistics{
	/*border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #EEEEEE;*/
	}
.dogBiteLaw{
	/*border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #EEEEEE;*/
	}
.contact{
	/*border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #EEEEEE;*/
}
.legalLinks{
	/*border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #EEEEEE;*/
	}
.Sitemap{
	/*width:80px*/
}

#subMenu{
position:absolute;
left:0px;
top:32px;
margin-left:auto;
margin-right:auto;
width:200px;
padding:10px;
background-color:#000000;
border:1px solid #FFFFFF;
}

#subMenu a{height:20px;padding:0px;display:block;width:159px;text-align:left;}

#subMenu a, #subMenu a:hover, #subMenu a:visited{
    background-color: #000000;
	margin-top: 0px;
	height: 32px;
	color: #FFFFFF;
}
/*#pulldownMenu ul {
	margin-bottom: 0px;
}*/

