/* ######################################################################################################################## 
BASELINE MENU
######################################################################################################################## */
nav ul,nav ol,.widget ol,.widget ul,.comment-list { 
list-style: none; list-style-image: none; list-style-type: none;
}
.menu {
	clear: both;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	color: #333;
}

#subnav .menu {
	background-color: #e8e8e8;
}

#subnav {
	border-top: 3px solid #AA1A2B;
}

.menu ul {
	list-style: none;
}

.menu li {}

.menu li a {
	color: #645e52;
	display: block;
	font-size: 0.87em; 
	position: relative;
	text-decoration: none;
	padding: 10px 3%;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	text-transform: uppercase;
	
}
			
/* hover & current page highlight */
.menu li a:hover,
.menu li a:active,
.menu .current_page_item a,
.menu .current-cat a,
.menu .current-menu-item a {
	background-color: #fff;
	color: #333;
}

.menu li ul {
display: none;
background: #333;
position: inherit;
}

.menu li li a, 
.menu li li a:link,
.menu li li a:visited {
color: #fff;
}

#menu-main-menu {
	margin: 0px;
	padding: 0px;
}

/* ######################################################################################################################## 
END BASELINE MENU
######################################################################################################################## */


/* ######################################################################################################################## 
DESKTOP MENU
######################################################################################################################## */
@media only screen and (min-width: 960px) {
.menu {
	clear: both;
	color: #333;
	background: none;
}

.menu-primary {
	border: 0px;
}

.menu-secondary {
	border-top: 0;
}

.menu ul {
	padding:0; 
	margin:0; 
}

.menu li {
	float: left;
}

.menu li a {
	display: block;
	padding: 5px 15px 2px;
	border-bottom: 0;
}

/* hover & current page highlight */
.menu li a:hover,
.menu li a:active,
.menu .current_page_item a,
.menu .current-cat a,
.menu .current-menu-item a {}

/* drop downs & sub menus */
.menu li ul {
	display: block;
	position: absolute;
	height: auto;
	left: -9999em;
	margin: 0 0 0 -1px;
	width: 160px;
	z-index: 8999;
}

/* show sub-menu on hover */
.menu li:hover > ul {
left: auto;
}

.menu li li a, 
.menu li li a:link,
.menu li li a:visited {
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
	border-top: 0;
	font-size: 0.75em;
	padding: 5px 10px;
	width: 138px;
	text-transform: none;
}

	.menu li ul li:first-child a {
		border-top: 1px solid #ddd;
	}

.menu li ul a {
	width: 140px;
}

.menu li li a:hover, 
.menu li li a:focus,
.menu li li a:focus {
	background-color: #f5f5f5;
}

.menu li li a:active {}

/*
if you change the font, size, or text-transform of the
menu than you'll need to adjust the top margin so things
line up neatly.
*/
.menu li ul ul {
	margin: -30px 0 0 159px;
}



	#nav {
		width: 960px;
		margin: auto;
		margin-top: -4px;
	}

	
	#menu-main-menu {
		height: 31px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 6px;
		padding-bottom: 1px;
		width: 716px;
	}
	
	#menu-main-menu li a:hover {
		border-bottom: 4px solid #aa1a2b;
	
	}
	
	#menu-main-menu li li a:hover {
		border-bottom: 1px solid #ccc;
	
	}
	
	#menu-main-menu li a {
		font-weight: bold;
		color: #6d6658;
		border-bottom: 4px solid #fff;
	}
	
	#menu-main-menu li li a {
		border-bottom: 1px solid #ccc;
	}
	
	#menu-main-menu .sf-sub-indicator {
		display: none;
	}
	
	#subnav {
		width: 960px;
		margin: auto;
		margin-top: -1px;
		margin-bottom: 5px;
		border-top: 0px;
	}
	#subnav .menu {
		border-bottom: 0px;
		padding: 0px;
		font-size: 13px;
		background: none;
	}
	#subnav .menu li a {
		font-size: 13px;
		padding-top: 0px;
	}

}
/* ######################################################################################################################## 
END DESKTOP MENU
######################################################################################################################## */
/* BEGIN COLLAPSE MENU CSS ========================================================================================================================================================== */
/* You will need to tweak the positioning of elements and the thresholds of when the responsive adjustments kick in to suit your template. */

@media only screen and (min-width: 600px) and (max-width: 760px) {

#top-bar-container{
	display: none;
	visibility: hidden;
}

.header-image #header #title-area {
	width: auto;
	height: 140px;

}
.vieomenuclick {
  color: #fff;
  cursor: pointer;
  position: relative;
  width: 100%;
  position: absolute;
  top: 96px;
  left: 0;
  text-align: center;
  background: #f3f3f3;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.vieomenu {
  overflow: hidden;
  display: none;
}
} /* END MEDIA QUERY */

@media only screen and (min-width: 960px){
.vieomenuclick {
  display: none;
}

.vieomenu {
  height: auto;
  display: block !important;
  overflow: hidden;
}


}/* END MEDIA QUERY */
/* END COLLAPSE MENU CSS ========================================================================================================================================================== */