﻿@charset "UTF-8";

#nav-center{
	margin-right: auto;
	margin-left: auto;
	/*width: 631px;*/
	width: 680px;
	font-size: 13px;
	
}

#nav-center ul{
	clear:both;
	}

#nav-center ul li{
	display: block;
	float: left;
}

#nav-center a{
	float:left;
	color: #014975;
	text-decoration: none;
	padding: 10px;
}

#nav-center a:hover{
	color:#006BFF
}

#nav-center .hide{
	display: none;
}

#nav-center .show{
	display: inline;
}

#nav-center a.nav-select{
		color:#006BFF
}

#nav-center ul#sub-epifix_safety ,
#nav-center ul#sub-amniofix_safety{
	display:none;
	position:absolute;
	top:173px;
	margin-left:10px;
	z-index:1;
}

#nav-center ul#nav-main {
	height: 35px;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


/* removes padding for first nav element */

#nav-center li.nav-alpha a{
	margin-left: 0px;
	padding-left: 0px;
}
/* removes padding for last nav element  */
#nav-center li.nav-omega a{
	margin-right: 0px;
	padding-right: 0px;}

*/



