
#nav {
	float:right;
}
#mainlevel {

}
#nav ol, #nav ul {
	list-style: none;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu { 
	position:relative; height:36px; z-index:10000; 
	background:#3985B3;
}



/* remove all the bullets, borders and padding from the default list styling */
.menu ul { width:930px; }
.menu ul li ul { 
	visibility:hidden; position:absolute; height:0; left:0; 
	/*border-top:1px solid #fff; */
	width:120px; 
	
}

/* 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; }

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li { float:left; position:relative; margin:0 1px 0 8px; background: no-repeat scroll 0 0 transparent; font: 10pt trebuc;}
.menu ul li.last { /*width:140px;*/ }

/* style the links for the top level */
.menu ul li a,
.menu ul li a:visited { text-transform:uppercase;display:block; padding:9px 9px 9px 9px; text-decoration:none !important; color:#ffffff; font-weight:normal; font-size:16px; }
/*.menu ul li a:hover { color:#333333; }*/

.menu ul ul {
	padding:0;
}
.menu ul ul li { 
	width:180px;
	/*border:1px solid #f1f2f7;
	background:#3985B3;*/
	/*border-radius:2px;*/
	margin:0;
	padding:5px;
	background: #3985B3;
}

/* another hack for IE */
* html .menu ul ul { top:35px; }

/* style the second level links */
.menu ul li ul li a,
.menu ul li ul li a:visited { 
	color:#063862; font-size:11px; font-weight:normal; height:auto; line-height:12px; padding:5px 5px 5px 7px;
	background: #3985B3 url(../../../export/sites/druckhaus/.content/_res/hover.png) scroll -200px 0px no-repeat;
}

/* style the second level hover */
/*.menu ul a:hover{ color:#000;}
.menu ul :hover > a { color:#000;}*/

/* style the top level hover */
.menu a:hover,
.menu ul li ul li a:hover { color:#000; text-decoration:none; }

.menu ul li ul li a:hover { color:#000; text-decoration:none;}
.menu :hover > a,
.menu ul li ul :hover > a { color:#000; text-decoration:none;}

/* 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;}

.menu ul ul li.active a { background-color:#3488cf !important; }
.menu ul ul li.active a:hover { color:#fff; }
.menu ul ul li.active:hover a { color:#fff; }

.menu a.nava, .menu a.nava:visited {
	color:#333333;
}


#navigation-panel {
	overflow:visible;
	position:relative;
}