@charset "utf-8";
@font-face{
	font-family: 'helveticacd';
	src: url('helveticacd.oft'),
	 	 url('helveticacd.ttf') format('truetype'),
		 url('helveticacd.svg#isocpeurregular') format('svg');
}
.nav {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	box-shadow:0px 1px 2px #CCC;
}
.nav li{
	float: left;
	position: relative;	
}
.nav li a{
	font-family: helveticacd;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: left;
	transition: all 0.3s ease-out;
	padding-top: 12px;
	padding-bottom: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5d5d5d;
	padding-right: 6px;
	padding-left: 6px;
	letter-spacing: 0.3px;
}
.nav li a:hover{
	color: #FFF;
	text-decoration: none;
}
/* sub menu */
.nav ul{
	display: none;
	position: absolute;
	list-style-type: none;
	z-index: 11;
	background-color: #000;
	width: 160px;
	margin-left: 15px;
	margin-right: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 15px;
	border-radius: 0px 0px 0px 0px;
	
}
.nav ul li{
	float: left;
		
}
.nav ul a{
	font-family: helveticacd;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: left;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	transition: all 0.3s ease-out;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	transition: all 0.3s ease-out;
	letter-spacing: 1px;
}
.nav ul a:hover{
	color: #F60;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-shadow:0px 1px 2px #000;
}
