/* Suckerfish-Style Navigation for CMSimple using sosf.php */

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: normal;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}
#navcontainer {
	background-image: url(../sfnav/topbar_bg.png);
	height: 29px;
}
#menulevel1 .roundend {

}
#menulevel2 .roundend {

}
#nav a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9; 
	opacity: 0.9;
	line-height: 27px;
	font-family: "Segoe UI", Verdana;
	font-size: 13px;
	font-weight: normal;
}
#menulevel1 a {
	color: #fcfcfe;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../sfnav/topbar.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav ul a:hover {
	background-image: url(../sfnav/topbar_over.png);
	font-size:10pt;
	color:#000000;
}
#nav ul ul a:hover {
	background-image: none !important;
	background-color: #fcd917;
	font-size:10pt;
	color:#000000;
}
#menulevel1 .doce a{
}
#menulevel2 a {
	padding-right: 4px;
	background-color: #5f5f5f;
	background-image: none;
}
#menulevel2 a:hover {
	background-color: #5f5f5f;
}
#nav ul ul .navactive {
	background-color: #fcd917;
	background-image: none;
}
#nav li {
	float: left;
	text-align: left;
	padding: 0;
}
#nav .navactive {
	background-image: url(../sfnav/topbar_active.png);
	background-position: right top;
	font-size:10pt;
	color:#000000;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	font-weight: normal;
	margin: 0;
}
#nav li li {
	padding-right: 1em;
	width: 14.4em
}
#nav ul ul {
	z-index: 2 !important;
}
#nav li ul a {
	width: 11.1em;
}
#nav li ul ul {
	margin-top: -1.75em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto; min-height: 0;
}
#nav .doc{background-image: none;}
#nav .docs{background-image: none;}
#nav .sdoc{background-image: none;}
#nav .sdocs{background-image: none;}