#access {
	display: block;
	float:right;
	margin: 2% 4%;
	width: 470px;
	text-transform:uppercase;
	height:40px;
}

#access ul { 
	font-family: 'Montserrat', sans-serif;;
	font-weight:300;
	font-size: 14px;
	list-style: none;
	padding-left: 0;
	margin: 0;
}

#access li {
	float: left;
	position: relative;
	
} 

#access a {
	/*height:20px;*/
	display:block;
	color:#FFF;
	padding:7px 10px;
	cursor:pointer;
	margin:0 10px;
} 

.second #access a {
	color:#ccc;
}

#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 2.7em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 200px;
	top: 0;
}
#access ul ul a {
	background:#f6f6f6;
	color: #0694DD !important;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 15px;
	width: 190px;
	text-align:left;
}
#access li:hover > a,
#access a:focus {
	color:#EE9F02 !important;
	border-color:#EE9F02;
} 

#access ul ul li:hover > a,
#access ul ul a:focus {
	color:#EE9F02 !important;
}

#access ul ul :hover > a {
	background:#FFFFFF;
	color:#EE9F02;
}

#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	color:#EE9F02;
}