@charset "UTF-8";
/**********************************************************************
 * Copyright (c) 2007-2009 take11 networks - All rights reserved. *
 * take11 networks - Platenstr. 64 - 90441 Nuernberg - Germany        *
 * Author: Ansgar Hengst - Mail: ahengst@take11.de - Web: www.take11.de  *
 *********************************************************************/

@media screen {

.menu {
	position: relative;
	z-index: 100;
	width: auto;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 102px;
	padding-right: 0px;
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;	
	
	list-style: none;
	width: 818px !important;
    height: 26px !important;	
	background: url(Images/bg_navi.png) no-repeat left top !important;
	background-color:#FFF;
}

* html .menu ul 
{
	margin-bottom: -6px;
	background: url(Images/bg_navi_ie6.png) no-repeat left top !important;
}

/* Standard und IE8 */
.menu ul ul 
{
    padding-left: 10px;
    padding-bottom: 3px;
    
    width: 131px !important;
    height: auto !important;	
	background: url(Images/menue_hintergrund.png) repeat left top !important;
}

/* IE6 Korrektur */
* html .menu ul ul 
{
    width: 131px !important;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
    (enabled=true, sizingMethod=crop src='Images/menue_hintergrund.png');
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li 
{
	display:inline;
	float: left;
	width: 140px;
	position: relative;
	top:0px;
}

* html .menu li 
{
	width: 130px;
	top:0px;
}

/* style the links for the top level */
.menu a:link, .menu a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	width: 141px;
    height: 26px;

	padding-top: 6px;
	padding-left: 0px;
	padding-right: 0px;
	
	/*text-transform: uppercase;*/
	font: normal 12px/13px Arial, Helvetica, sans-serif, Georgia !important;
	text-align:center;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a:link, * html .menu a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	width: 141px;
    height: 26px;
    
	padding-top: 6px;
	padding-left: 0px;
	padding-right: 0px;
	
	border-left: 1px solid #FFF;
		
	
	/*text-transform: uppercase;*/
	font: normal 12px/13px Arial, Helvetica, sans-serif, Georgia !important;
	text-align:center;	
}

/* style the second level drop background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: url(Images/69_blue_navigation_button_sub-drop.png) no-repeat right center !important;/**/
}

/* style the second level drop hover */
.menu ul ul a.drop:hover{
	background: url(Images/69_blue_navigation_button_sub-drop_hover.png) no-repeat right center !important;/**/
}

.menu ul ul :hover > a.drop {
	background: url(Images/69_blue_navigation_button_sub-drop_hover.png) no-repeat right top !important;/**/
}

/* style the second level nodrop hover */
.menu ul ul a.nodrop:hover{
	background: url(Images/69_blue_navigation_button_sub_hover.png) no-repeat right top;/**/
}

.menu ul ul :hover > a.nodrop {
	background: url(Images/69_blue_navigation_button_sub_hover.png) no-repeat right top;/**/
}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background: #787878;
}

.menu ul ul ul a.thirdsecond, .menu ul ul ul a.thirdsecond:visited {
	border-top: 1px solid #ccc;
	display: block;
	margin-top: -1px;
	position: relative;
}

/* hack for IE5.5 + 6 */
* html .menu ul ul ul a.thirdsecond, * html .menu ul ul ul a.thirdsecond:visited {
	margin-top: 3px;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background: url(Images/69_blue_navigation_button_sub_hover.png) repeat-x left top !important;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 26px;
	left: 0px;
	width: 140px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top: 26px;
	t\op: 26px;
}

/* position the third level flyout menu */
.menu ul ul ul {
	left: 168px;
	top: 0;
	width: 140px;
}

* html .menu ul ul ul {
	left: 166px;
	top: -6px;
	position: relative;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left: -168px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position: absolute;
	top: 0;
	left: 0;
}

/* style the second level links */
.menu ul ul a:link, .menu ul ul a:visited 
{
    display:block;
    float:left;

	line-height: 30px;
	
	width: 118px;
	height: auto !important;

	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 0px;
	
	border-top: 1px solid #FED07B;
	
	border-left: none;
	border-right: none;
    
	font: normal 12px/13px Arial, Helvetica, sans-serif !important;
	color:#00315A  !important;
	text-transform: none;
	text-align:left;
}

.menu ul ul a.first, .menu ul ul a.first:visited 
{
	margin-top: 6px;
	border-top: 0px solid #e4e4e4;
	border-right: 0px solid #e4e4e4;
	border-bottom: 0px solid #e4e4e4;
	border-left: 0px solid #e4e4e4;
}

* html .menu ul ul a.first, * html .menu ul ul a.first:visited 
{
	margin-top: 6px;
	border-top: 0px solid #e4e4e4;
	border-right: 0px solid #e4e4e4;
	border-bottom: 0px solid #e4e4e4;
	border-left: 0px solid #e4e4e4;
}

* html .menu ul ul a:link {
	width: 115px;
	w\idth: 115px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color: #000000 !important;
	background: url(Images/take11_navigation_button_sub_hover_dark.png) repeat-x left top;
}

/* make the first level active */

.topActive 
{
    /*
	color: #000 !important;
	background: url(Images/menue_hintergrund_full_transparent.png) repeat-x left top !important;
    */
}

.menu :hover > a:link, .menu ul ul :hover > a {
	color: #000 !important;
	background: url(Images/take11_navigation_button_sub_hover_dark.png) repeat-x left top;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible; 
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul { 
	visibility: hidden;
}

}