@CHARSET "ISO-8859-1";

#globalnav {
	background-color:transparent;
	/*height: 30px;*/
	line-height:normal;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding: 0px;
	white-space:nowrap;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
}

#globalnav li {
	display: inline;
	margin-right: 0.3em;
}

#globalnav li a {
	/*background-color: #cccccc;*/
	background-image: url("../background/button_inactive.gif");
	background-repeat: repeat-x;
	/*border-color: #000000;
	border-style: solid;
	border-width: 1px;*/
	color: #555555;
	/*height: 30px;*/
	/*margin-right:0.5em;*/
	padding: 0px 10px 0px 10px;
	text-decoration:none;
	font-weight: bold;
}

#globalnav  a {
	background-color: #cccccc;
	color: #000000;
	/*height: 30px;*/
	/*margin-right:0.5em;*/
	padding: 6px 10px 6px 10px;
	text-decoration:none;
	font-weight: bold;
}

#globalnav li a:hover,
#globalnav li a:focus {
	/*background-color:#DEE7EC;*/
	color: #333333;
	background-image: url("../background/button_inactive_hover.gif");
	/*border-color:#8CACBB rgb(140, 172, 187) rgb(222, 231, 236);*/
}

#globalnav li.selected a {
	background-color: #ffffff;
	background-image: none;
	color: #000000;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-top: 1px #000000 solid;
	border-bottom: 1px #ffffff solid;
}

#menu {
	background-image: url("../background/bg_holz_hell.jpg");
	background-repeat: repeat;
	/*padding-top: 1px;
	padding-bottom: 1px;*/
	border-top: 1px solid #573d29;
	/*margin-left: 5px;
	margin-right: 5px;*/
}

.menuitem {
	/*margin: 10px 15px;*/
	font-size: 100%;
	font-weight: bold;
	
	/*Now the container attributes */
	position: relative;
	border-bottom: 1px solid #573d29;
	padding: 6px 15px;
}

.menuitem a {
	color: #ffffff;
	text-decoration: none;
}

.menuitem a:hover,
.menuitem a:focus {
	color: #ff6633;
	text-decoration: none;
}


/*
#leftmenu {
	background-color:transparent;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left: 10px;
	margin-top: 10px;

	padding: 0px;
	white-space:nowrap;
	font-size: 16px;
	color: #ffffff;
	
	position: relative;
	right: 0px;	
}

#leftmenu li {
	padding-bottom: 10px;
	min-width: 120px;
}

#leftmenu li a {
	letter-spacing: -0.05em;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #cccccc;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	padding: 2px 0px 2px 2px;
}
*/
