/* navigation stuff */
/*
body {
	behavior: url("/global/nav/csshover.htc");  
}

#services, #products, #medical_info, #specials, #order_now, #company {
	position: relative;
	float:left;
	width:124px;
	height:33px;
	margin-bottom:0;
	margin-left:7px;
}


#services {
	width:130px;
	margin-left:0px;
}

#services a, #services a:visited {background:url("/img/btn-services.gif") top left no-repeat;}

#services a:hover {background:url("/img/btn-services.gif") top right no-repeat;}

#products a, #products a:visited {background:url("/img/btn-products.gif") top left no-repeat;}

#products a:hover {background:url("/img/btn-products.gif") top right no-repeat;}

#medical_info a, #medical_info a:visited {background:url("/img/btn-medical-info.gif") top left no-repeat;}

#medical_info a:hover {background:url("/img/btn-medical-info.gif") top right no-repeat;}

#specials a, #specials a:visited {background:url("/img/btn-specials.gif") top left no-repeat;}

#specials a:hover {background:url("/img/btn-specials.gif") top right no-repeat;}

#order_now a, #order_now a:visited {background:url("/img/btn-order-now.gif") top left no-repeat;}

#order_now a:hover {background:url("/img/btn-order-now.gif") top right no-repeat;}

#company {width:129px;}

#company a, #company a:visited {background:url("/img/btn-company.gif") top left no-repeat;}

#company a:hover {background:url("/img/btn-company.gif") top right no-repeat;}

ul#nav {
	position:absolute;
	top:124px;
	left:0px;
	width:790px;
	height:33px;
	background-color:#000;
	background-image:url("/img/bg-nav.gif");
	background-position:top left;
	background-repeat:no-repeat;
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

#nav a {
	display:block;
	height:33px;
	border:0px solid black;
}
*/

li#search ul li a {background:none;}

ul#nav li ul li:hover {
	background: #dd5c1c; /*changes dropdown hover bg color in MOZ*/
}

ul#nav li ul li.submenu:hover {
	background-color:#dd5c1c; /*changes dropdown hover bg color*/
}

ul#nav li a {
	display: block; 
	padding: 0px;	
	font:12px arial, verdana, sans-serif;
	color:#41403d; 
	text-decoration: none;
}

ul#nav li {
	z-index:22;
}

ul#nav ul {
	position: absolute; 
	width:138px;  
	display: none; 
	z-index: 23;
}

ul#nav ul li { 
	border-bottom:1px solid #fff;
}

ul#nav ul li.last { 
	border-bottom:0px solid #404040;
}


ul#nav li.submenu li.submenu {
	width:138px; 
	padding:0px;
}

ul#nav li.submenu:hover ul.level2, ul#nav ul.level2 li.submenu:hover ul.level3 {
	display: block;
}

ul#nav ul.level2 {

	top: 51px; 
	left: 6px; 
	width:138px; 
	padding:0;
	margin:0;
	background-color: #005895;
	list-style-image:none;
	border: 1px solid #fff; 
	border-bottom:0px;
	border-top:0px;
}

ul#nav li.submenu ul.level2 li a {
	background-image:none;
	
}

ul#nav li ul.level2 li {
	width:138px; 
	margin:0;
	padding:0;
}

ul#nav ul.level2 a {
	height:auto;
	font:14px arial, verdana, sans-serif; /*change subnav font*/
	color:#fff; 
	padding:0px; 
	padding-top:5px;
	padding-left:12px;
	padding-bottom:5px;
	padding-right:10px;
	width:128px;/* border-left:5px solid #747474;*/ 
}


