@charset "utf-8";
/* CSS Document */

/* =Menu
-------------------------------------------------------------- */

#access {
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 0px;
	width: 100%;
}
#access ul {
	font-size: 16px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
	list-style:none;
	list-style-type:none;
	float:right;
}
#access li {
	float: left;
	position: relative;
	/*background: url("images/vr.jpg") no-repeat scroll right center transparent;*/
		list-style:none;
	list-style-type:none;
	margin: 0 5px;
	
}

#access li a {
	/* This generators the gradient on top of the solid color */
	background: #e5ebf1;
	color: #003e74; /* IE */
	display: block;	
	font: normal 14px 'Open Sans', sans-serif;		
	outline:none;
	padding: 5px 15px;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}


#access a {
	color: #003e74;
	display: block;
	line-height: 3.0em;
	padding: 0 15px;
	font-size:16px;
	text-decoration: none;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	left: -5px;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 97%;
	top: 0;
}
#access ul ul a {
	background: #b9b9b9;
	border-bottom: 1px dotted #ddd;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	line-height: 1.0em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #E5EBF1;
	font-size:14px;
	color:#003E74;
}
#access li:hover > a,
#access a:focus {
	background: #b9b9b9; /* Show a solid color for older browsers */
	font-size:14px;
	color: #ffffff;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: normal;
	color:#fff;
	background:#b9b9b9;
}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #1c1c1c;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #1c1c1c;
	border-color: #000;
	color: #fff;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #1c1c1c;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}
