﻿/* =Menu
-------------------------------------------------------------- */

#access {
	position: relative;
	clear: both;
	display: block;
	float: left;
	margin: auto;
	width: 100%;
}
#access ul {
	font-size: 1.2em;
    font-weight: 600;
    margin: 0;
    text-align: left;
    list-style: none;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	background-color: #fff;
	color: #999;
	display: block;
	line-height: 2.0em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 1.65em;
	left: -30px;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	position: absolute;
	top: 0;
	left:148px;
}

#access ul ul a 
{
	color: #444;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}

#access ul li:last-child li,
#access ul ul a {
	background: #a6dbed;
	border-bottom: 1px dotted #FFF;
}

#access ul li:last-child li:last-child,
#access ul li:last-child a {
    border-bottom: none;
}

#access ul ul :hover > a,
#access ul ul > a:focus {
	background: #8AD2EA;
}
#access li:hover > a,
#access a:focus {
	color: #373737;
}
#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: bold;
}

#access ul ul a.incomplete
{
    background-color: #B7C9E5;
}

#access ul ul a.depricated
{
    background-color: #E27878;
}