@font-face {
    font-family: 'proxima_novalight';
    src: url('fonts/proxima_nova_light-webfont.eot');
    src: url('fonts/proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima_nova_light-webfont.woff') format('woff'),
         url('fonts/proxima_nova_light-webfont.ttf') format('truetype'),
         url('fonts/proxima_nova_light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('fonts/proxima_nova_bold-webfont.eot');
    src: url('fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima_nova_bold-webfont.woff') format('woff'),
         url('fonts/proxima_nova_bold-webfont.ttf') format('truetype'),
         url('fonts/proxima_nova_bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


#nav {
width: 100%;
max-width: 1100px;
font-family: 'proxima_novalight', Arial, Helvetica, sans-serif;
font-size: 0.9em;
}
#nav, #nav ul{
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	display: block;
	line-height: 0.8em;
	margin-top: -14px;
	margin-left: auto;
	margin-right: auto;
}

#nav a{
	font-family: 'proxima_novalight', Arial, Helvetica, sans-serif;
	display: block;
	border: none;
	color: #666;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 11px;
	padding-right: 11px;
	

}

#nav a:hover{
	color: #333;
	text-decoration: underline;	
	
}



#nav li{
	
	float: left;
	position: relative;
	display: block;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	text-align: center;
	margin-bottom: 10px;
}

#nav ul {

	display: none;
	width: 20em;
	top: 1.5em;
	
}

#nav li ul a{
width:12em;
height:50px;
float:left;
}

#nav ul ul{
top:20px;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}


#nav .activepage a{
	font-family: 'proxima_novaboldrg', Arial, Helvetica, sans-serif;
	text-decoration: underline;	
}

#mobileNav {
	display: none;	
}
@media handheld, only screen and (max-width: 850px) {
#nav {
	margin-left: 5px;
}
#nav a{
	padding-left: .6em;
	padding-right: .6em;
	font-size: .9em;
}
}
@media handheld, only screen and (max-width: 480px) {

#nav {
	margin: 0px;
}
	
#nav li{
	display: block;
	text-align: center;
	background-color: #036;
	width: 100%;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #163f68;
}

#nav a{
	font-family: 'proxima_novalight', Arial, Helvetica, sans-serif;
	display: block;
	border: none;
	color: #fff;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 10px;
	

}

#nav a:hover{
	color: #fff;
	text-decoration: none;
}

#nav li:hover {
	background-color: #069;	
}
}