/* Ark Animal Homecare, PLLC - CSS Navigation.css - Designed by Bateau Blanc Design, LLC. */


#nav {
width:988px;
padding:0;
margin:162px 0 0 12px;
border:0px solid #eee;
display:block;
position:absolute;
height:48px;
float:left;
text-align:center;
}

#menu {
	margin: 0;
	padding: 0;
	height: 1em; 
	z-index:1000;
	}

#menu li {
	list-style: none;
	float: left; 
	}

#menu li a {
	display: block;
	padding: 3px 8px;
	margin:6px 20px 0 0 ;
	text-align:left;
	color: #ddd;
	text-decoration: none; 
	font-family: Raleway;
	
	font-size:26px;
	font-weight:normal;
	}

li.dropdown{
display: block;
	padding: 3px 8px;
	margin:6px 20px 0 0 ;
	text-align:left;
	color: #ddd;
	text-decoration: none; 
	font-family: Raleway;
	
	font-size:26px;
	font-weight:normal;

}

/*a[title]:hover:after {
  font-size:14px;
  content: attr(title);
  padding: 4px 8px;
  color: #333;
  position: relative;
  left: 20px;
  top: 100%;
  white-space: nowrap;
  z-index: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}*/

#menu li a:hover {
	background-image:url(../images/bullet_line.png); 
	background-position:right bottom;
	display: block;
	padding: 3px 8px;
	margin:6px 20px 0 0 ;
	color: #111;
	text-decoration: none; 
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-family: Raleway;
	font-size:26px;
	
	
	}

#menu li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: black;
	border-radius: 10px;
	border:3px solid #000;
	margin:0;
	}
	
	
#menu li:hover ul {
	z-index:1001;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; 
	
	}

#menu li:hover li {
	float: none; 
	}

#menu li:hover li a {
	background-color: transparent;
	border-bottom: 0px solid #fff;
	color: #FFF; 
	font-family: Raleway;
	margin:0;
	
	}
#menu li li a:hover {
	background-color:#fff;
	background-image:url(../images/bullet_line.png); 
	background-position:right bottom;
	background-repeat: no-repeat;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #333;
	}	
	


	