div.jqueryslidemenu {
width: 100%;
}


.jqueryslidemenu{
width: 100%;
z-index: 30; 
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 30; 
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
z-index: 30; 
}

/*Top level menu link items style*/
ul.mainmenu li a {
display: block;
border-right: 0px solid #778;
color: #ccc;
text-decoration: none;
z-index: 30; 

	background: url(images/button.gif) no-repeat;
	background-position: 0px 0px;
	width: 111px;
	text-align: left;
	color: #ccc;
	font-size: 11px;
	padding-top: 12px;
	text-decoration: none;
	font-weight: bold;
	vertical-align:bottom;
	overflow: hidden;
}


.menu2 a.center, .menu2 a.first, .menu2 a.last {
	display: block;
	border-left: 1px solid white;
	border-right: 1px solid white;
	width: 160px;
	margin-left: 1px;
	overflow: hidden;
}

ul.menu2 {
	border-top: 1px solid white;
	margin-top: -2px;
	margin-left: -1px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}


* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
z-index: 30; 
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #fff;
z-index: 30; 
}

.nav ul li a:hover, .nav .aktiv a:visited, .nav .aktiv a:link   {
 /*tab link background during hover state */
	background-position: 0px 0px;
	color: #fff;
	z-index: 30; 
}

	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
z-index: 30;
background: none no-repeat;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
z-index: 30; 
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
z-index: 30; 
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #eee;
z-index: 30; 
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
z-index: 30; 
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
z-index: 30;
display: none;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
z-index: 30;
display: none;
}


span.menusubtitle {
	width: 98px;
	margin: 2px 5px 0px 10px;
	height: 80px;
	display: block;
	vertical-align: bottom;
	display: none;
	

}

.menusubtitle p {
	color: #f5f5f5;
	font-size: 9.2px;
	width: 98px;
	vertical-align: bottom;
	border: 0px solid white;
	bottom: 40px;
	position: absolute;
	line-height: 120%;
	display: none;
	
}

.hidden {
	display: none;
}

a.e1l {
	height: 87px;
}

li.e1 {
	width: 111px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	margin-left: 1px;
}

* html .jqueryslidemenu ul li { /*IE6 hack to get sub menu links to behave correctly*/
display: block;
z-index: 30;
width: 111px;
overflow-x: hidden;
}

* html .jqueryslidemenu ul li ul li { /*IE6 hack to get sub menu links to behave correctly*/
display: block;
z-index: 30;
width: 111px;
overflow-x: visible;
}


ul.mainmenu {
	width: 906px;
}

li.mencol01 {
	background: url(../img/menu1.jpg) no-repeat bottom left;
	border-left: 0px solid white;
}
li.mencol02 {
	background: url(../img/menu2.jpg) no-repeat bottom left;
}
li.mencol03 {
	background: url(../img/menu3.jpg) no-repeat bottom left;
}
li.mencol04 {
	background: url(../img/menu4.jpg) no-repeat bottom left;
}
li.mencol05 {
	background: url(../img/menu5.jpg) no-repeat bottom left;
}
li.mencol06 {
	background: url(../img/menu6.jpg) no-repeat bottom left;
}
li.mencol07 {
	background: url(../img/menu7.jpg) no-repeat bottom left;
}
li.mencol08 {
	background: url(../img/menu8.jpg) no-repeat bottom left;
}

 .mencol01 ul li, .mencol04 ul li , .mencol01 , .mencol04 {
	background-color: #788991;
}

 .mencol02 ul li, .mencol08 ul li , .mencol02 , .mencol08 {
	background-color: #5f686f;
}

 .mencol03 ul li, .mencol06 ul li, .mencol03 , .mencol06 {
	background-color: #97AEBE;
}

.mencol07 ul li, .mencol05 ul li, .mencol07 , .mencol05  {
	background-color: #404548;
}

