/* navbar------ */
#navigationbar
{
	display: block;
	float: none;
	height: 38px;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 1px;
	margin-left: 20px;
}

ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li li a {
	text-decoration: none;
	font-size: 11px;
	color: #80828E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	opacity:.95;
	filter: alpha(opacity=95);
-moz-opacity: 0.95;
	margin: 0px;
	background-image: none;
	float: left;
	width: 160px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCE5EC;
	font-weight: bold;
	background-color: #FFFFFF;
}

#nav li li a:hover {
	background-image: none;
	background-color: #EEE;
	opacity:1;
	filter: alpha(opacity=100);
-moz-opacity: 1;
	border-bottom-color: #DCE5EC;
	font-weight: bold;
}

li.navig {
	float: left;
	position: relative;
	cursor: default;
}
li.navig a{
	float: left;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px;
}li.navig a:hover {
	color: #FF6600;
}li.navig .active {
	color: #FFFFFF;
	background-color: #009933;
}

li.navig ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	width: 130px;
	padding-top: 0.1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0em;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DCE5EC;
	border-bottom-color: #DCE5EC;
}

li>ul {
	margin: 0px;
	padding: 0px;
}

li.navig li {
	display: block;
	float: left;
	border: 0;
}

li.navig:hover ul, li.navig.over ul {
	display: block;
}

hr {
	display: none;
}


