/* CSS Document */
/* Menu and text Color setting for website */

a:link, a:visited {
	color: #46c;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/*
a:link, a:visited {
	color: #46c; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #95b444;	text-decoration: none;
	font-weight: bold;
}*/

ul{
margin: 0;
padding: 0;
list-style: none;
}

a {
text-decoration:none;
font-weight:bold;
}

li{
line-height: 15px !important;
line-height: 15px;
/*padding-left: 15px;*/
padding-top: 0px;
/*background-image: url(../images/arrow.png);*/
background-repeat: no-repeat;
background-position: 0px 2px;
}

ul li a {
font-weight:bold;
}

td {
	text-align: left;
	font-size: 11px;
}


/* Main Level Navigation - Left Menu Styles */

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.gif) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	
	text-decoration: none;
	color: #333333;
	background: url(../images/menu_bg.gif) no-repeat;
}

a.mainlevel#active_menu {
	color:#46c;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #46c;
}

a.sublevel:link, a.sublevel:visited {
	
	padding-left: 14px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-align: left;

}

a.sublevel:hover {
	color: #46c;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #46c;
}


/* Main Level Navigation - Left Menu Styles 
a.mainlevel:link,a.mainlevel:hover,a.mainlevel:visited {
color:#333333;
display:block;
padding-left:13px;
min-height:21px;
background:url(../images/pfeil.gif) no-repeat;
font-weight:normal;
}

a.sublevel:link,a.sublevel:hover,a.sublevel:visited {
color:#333333;
display:block;
padding-left:10px;
margin-left:6px;
height:21px;
background:url(../images/pfeil.gif) no-repeat;
font-weight:normal;
}

#active_menu {
font-weight:bold;
}*/

/* ExtendedTop Drop Down CSS Styles - all lists */
#nav #nav ul { 
	padding: 0;
	margin: 0;
}

/* all list items */
#nav li { 
	float: left;
	list-style: none !important;
}

/* second-level lists */
#nav li ul { 
	position: absolute;
	background:#ECECEC;  /* Change Bg colour of drop down */
	width:165px !important;
	width:165px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li li {
	border-bottom:1px solid #5F5F5F;
}

/* Top Menu Settings*/
#nav a {
	display: block;
	height:22px !important;
	height:22px;
	width:1%;
	padding:7px 15px 3px 15px;
	color:#ffffff; /*333333*/
	font:bold 11px Arial, Helvetica, Sans Serif;
	text-align:center;
	white-space:nowrap;
}

/* Top Menu Hover Settings*/
#nav a:hover, #nav a#active_menu {
	background:#FDD949;
	color:#333;
	/*border-left:1px solid #B5A171;
	border-right:1px solid #B5A171;*/
}

html>body #nav a:hover, #nav a#active_menu {
	background:#FDD949;
	border:none;
	margin:0;
	padding:7px 15px 3px 15px;
}

#nav li:hover, #nav li.mainlevel_current {
	background:#FDD949;
	/*border-left:1px solid #B5A171;
	border-right:1px solid #B5A171;*/
	margin:0 0px;
}

/*Second Level style*/
#nav li li a {
	display:block;
	height:22px;
	width:157px !important;
	width:165px;
	padding:8px 0 0px 8px;
	color:#000;
	font:bold 11px Arial, Helvetica, Sans Serif;
	text-align:left;
	margin:0;
		
}

/*Second Level Hover style*/
#nav li li a:hover, #nav li li a#active_menu {
	background:#FDD949;
	color:#000;
	border:none;
	margin:0;
	padding:8px 0 0px 8px;
}

/*THIS CREATE AND ACTIVATES THIRD LEVEL MENU*/
#nav li ul ul { /* third-and-above-level lists */
	margin-top: -24px !important;  /* Firefox Position of Third menu */
	margin-top: -22px;  /* IE Position of Third menu */
	margin-bottom: 0px;  
	margin-left: 165px; 
	margin-right: 0px; 
}

/*Following the same logic you can accommodate as many levels of dropdown menus as you want:
For three levels of dropdowns:*/
#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;
}

/*Four levels of dropdowns:*/
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}



