/* Main Menu*/
#header nav {
	margin-top: 2px;
	height: 38px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #aaa;
	z-index: 1000;
	border: 1px solid #666;
}
#header nav >ul {
	list-style-type: none;
	margin: 0px;
	z-index: 1000;
	padding: 0px;
}


#header nav >ul >li{
	list-style-type: none;
	float: left;
	position: relative;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#header nav a{
	text-decoration: none;
	letter-spacing: 1px;
	white-space: nowrap;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px;
	display: block;
}
#header nav>ul>li >a{
	text-align: center;
	color: #000;
	margin: 4px;
	background-color: #ddd;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #CCC;
	background-image: url(../images/menu.png);
	background-repeat: repeat-x;
	background-position: center center;
	font-size: 13px;
}

#header nav>ul>li> a.active{
	color: #fff;
}
#header nav>ul>li>a:hover ,nav>ul>li:hover{
	color: #FFC;
}
#header nav>ul>li:hover >*{
	display: block;
	list-style-type: none;
	color: #FFC;
}
#header nav > ul ul{
	margin: 0px;
	position: absolute;
	top: 36px;
	z-index: 999;
	display: none;
	background-color: #999;
	list-style-type: none;
	overflow: visible;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	left: 6px;
	padding: 1px;
	min-width:180px;
}
#header nav > ul ul li{
	padding: 4px;
	list-style-type: none;
	margin: 0px;
}
#header nav > ul ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

#header nav > ul ul li:hover {
	background-color: #004993;
	color: #FF9;
	list-style-type: none;
}
#header nav > ul ul li a.active {
	color: #FF0;
}

#header nav li.hidden {
	display:none;
}
aside h2  {
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #004993;
	padding: 10px;
	margin: 0px;
	font-weight: normal;
}


/* side menu*/
aside nav ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

aside nav ul li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding: 10px;
}

aside ul li a {
	font-size: 13px;
	color: #333;
	text-decoration: none;
	display: block;
	letter-spacing: 1px;
}
aside ul li:hover {
	text-decoration: underline;
	background-color: #f5f5f5;
}

aside ul li a:hover {
	text-decoration: none;
}


footer nav ul {
	list-style-type: none;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	text-align: center;
}

footer nav ul li {
	display: inline;
	list-style-type: none;
	line-height: 18px;
}

footer nav ul li a {
	color: #000;
	text-decoration: none;
	line-height: 20px;
}
