/* Main product menu is styled by parent theme's style.css except for this 
   line to make a narrow width browser window not wrap the menu */
#branding .only-search + #access div {
	padding-right: 0;
}


/* Zymbiotic theme menus are styled with the below */


#top-menu div,
#sub-menu div {
	margin: 0 7.6%;
}
#top-menu {
	clear: both;
	display: block;
	float: right;
	margin: -36px auto;
	width: 100%;
}
#sub-menu {
	clear: both;
	display: block;
	float: right;
	margin: -10px auto;
	width: 100%;
}
#menu-container {
	display: block;
	width: 100%;	
    	position: relative;
    	z-index: 2;
}
#footer-menu {
	display: block;
	border-top: solid 1px #ccc;
	padding-top: 0.8125em;
	width: 100%;
	margin: 6px auto;
	z-index:999;
	position:relative;
	text-align:center;
}
#top-menu ul,
#sub-menu ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#top-menu li,
#sub-menu li {
	float: right;
	position: relative;
}
#top-menu li { /* top menu items */
	font-family: Orbitron, sans-serif;
	font-size: 24px;
	margin-top: -0.15em;
	float: left;
	margin-left: 0.3em;
}
#top-menu li:first-child, 
#top-menu li:first-child + li { /* top menu right-most item and neighbour */
	font-family: sans-serif;
	font-size: 12px;
	margin-top: 0em;
	float: right;
	margin-left: 0em;
}
#top-menu li:first-child { /* top menu right-most item */
	border-left: solid 1px #ccc;
}

#top-menu li:last-child a:focus,
#top-menu li:last-child a:link, 
#top-menu li:last-child a:visited,
#top-menu li:last-child a:hover,
#top-menu li:last-child a:active {
	color: #ffffff;
}

#footer-menu ul{
	display:inline-block;
	border-left: solid 1px #ccc;
}
#footer-menu li {
	float: left;
	position: relative;
}
#footer-menu li {
	border-right: solid 1px #ccc;
}
#top-menu a,
#sub-menu a {
	display: block;
	line-height: 1.4em;
	padding: 0 0.75em;
	text-decoration: none;
}
#top-menu ul ul,
#sub-menu ul ul {
	display: none;
	float: right;
	margin: 0;
	position: absolute;
	top: 1.4em;
	left: 0;
	width: 150px;
	z-index: 99999;
}
#top-menu ul ul ul,
#sub-menu ul ul ul {
	left: 100%;
	top: 0;
}
#top-menu ul ul a,
#sub-menu ul lu a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#top-menu li:hover > a,
#top-menu ul ul :hover > a,
#top-menu a:focus {
	color: #ffffff;
}
#top-menu ul li:hover > ul {
	display: block;
}
#top-menu .current_page_item > a,
#top-menu .current-menu-item > a,
#top-menu .current_page_ancestor > a {
	color: #ffffff;
}
#sub-menu li:hover > a,
#sub-menu ul ul :hover > a,
#sub-menu a:focus {
	color: #373737;
}
#sub-menu ul li:hover > ul {
	display: block;
}
#sub-menu .current_page_item > a,
#sub-menu .current-menu-item > a,
#sub-menu .current_page_ancestor > a {
	color: #373737;
}
