/*MENUE */
.menu {
	width:753px;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 32px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/nav-bg.gif);
	background-repeat:repeat-x;

}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

/* 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;
width:105px;
position:relative;
}

.menu ul li.longMenuItem { /* Added settings for extra long menuItems on level 1 */
width:123px;
}

.menu ul ul {
width:140px;
}

.menu ul li.longMenuItem ul {
width:175px;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color: #684F40;
	width:94px;
	height:32px;
	border:1px solid #fff;
	border-width:0px 1px 0 0;
	padding-left:10px;
	line-height:29px;
	background-image: url(../images/nav-bg.if);
}

.menu ul li.longMenuItem a, .menu ul li.longMenuItem a:visited { /* link-width on extra long first-level item */
	width:112px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:105px;
w\idth:94px;
}

* html .menu ul li.longMenuItem a, * html .menu ul li.longMenuItem a:visited {
width:120px;
w\idth:112px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {

}
/* style the second level hover */
.menu ul ul a.drop:hover{

background:#E0E1E9;
}
.menu ul ul :hover > a.drop {

background:#c9ba65 url;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#EFF0F3;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#E0E1E9;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	position:absolute;
	height:0;
	top:31px;
	left:0;
	width:auto;
	visibility: hidden;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:161px; 
top:0;
width:140px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-105px;
}

/* 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, .menu ul ul a:visited {
background:#EFF0F3; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:140px;
/* yet another hack for IE5.5 */
}


* html .menu ul ul a {
width:205px;
w\idth:140px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#684F40; 
background:#E0E1E9;
}

.menu :hover > a, .menu ul ul :hover > a {
color:#684F40;
background:#E0E1E9;
}


/* 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:visible;
}




/* added by Linus */

.menu ul ul.shortMenuItem {
	width:84px;
}

.menu ul ul.shortMenuItem a, .menu ul ul.shortMenuItem a:visited {
	width:84px;
}

.menu ul ul.shortMenuItem a:hover {
	width:84px;
}



.menu ul li.longMenuItem ul a, .menu ul li.longMenuItem ul a:visited {
	width:154px;
}

.menu ul ul.longMenuItem ul a:hover {
	width:154px;
}



/* position the third level flyout menu */
.menu ul ul.shortMenuItem ul{
left:105px; 
top:0;
width:140px;

