@charset "utf-8";
/* CSS Document */

nav {
	padding: 0px;
	}
nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
nav ul li {
	float: left;
	line-height: 41px;
	border-right: 1px solid #696969;
	}
nav ul li:last-child {
	border-right: none;
	}
nav ul li a {
	display: block;
	padding: 0px 12px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	}
nav ul li a:hover {
	background: #ababab;
	text-decoration: none;
	color: #fff;
	}
nav ul ul {
	background: #ababab;
	min-width: 130px;
	position: absolute;
	display: none;
	z-index: 999;
	}
nav ul ul li {
	float: none;
	text-align: left;
	border-bottom: 1px solid #999;
	border-right: none;
	}
nav ul ul li:last-child {
	border-bottom: none;
	}
nav ul li:hover {
	background: #ababab;
	}

nav ul ul li a:hover {
	background: #666;
	}
nav ul li:hover ul {
	display: block;
	}
.Selected {
	background: #ababab;
	}
.Selected_2 {
	background: #666;
	}
