#Menu {
	position: absolute;
	width: 200px;
	top: 0px;
	right: 20px;
	opacity: 0.9; 
    -moz-opacity: 0.9; 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter:alpha(opacity=90);
	z-index: 99;
}
#nav {
	width: 200px;
	z-index: 100;
	list-style-type: none;
	
}
#nav li.slidemenu {
	width: 200px;
	height: 50px;
	margin-bottom: 3px;
}
#nav li.slidemenu a {
	position: absolute;
	width: 200px;
	height: 50px;
	background-color: #505050;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	line-height: 52px;
	font-size: 14px;
	color: #d1d1d1;
}
#nav li.slidemenu a:hover {
	background-color: #eeeeee;
	text-decoration: none;
	color: #505050;
	cursor: pointer;
}
#nav li.slidemenu a.selected {
	background: none;
	background-color: #d1d1d1;
	color: #505050;
}
#nav li.subnav a.selected:hover,
#nav li.slidemenu a.selected:hover {
	background-color: #341313;
	color: #ffffff;
}

#nav li.subnav {
	width: 200px;
	height: 40px;	
	margin: 0px;
}
#nav li.subnav a {	
	position: absolute;
	width: 200px;
	min-height: 40px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	line-height: 40px;
}
#nav li.subnav a.selected {
	background: none;
	background-color: #f2e7be;
	color: #484b43;
}
#nav li.subnav a:hover {
	background: none;
	background-color: #eeeeee;
	color: #505050;
	text-decoration: none;
}
#nav li.subnav labell {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 10px;
	vertical-align: baseline;	
	width: inherit;
	text-align: center;
	cursor: pointer;
}
#nav li labell.selected,
#nav li.subnav label.selected {
	color: #341313;
	color: #ffffff;
}

#menubtn {	
	position: relative;
	width: 200px;
	height: 30px;
	letter-spacing: 3px;
	cursor: pointer;
	list-style-type: none;
}
.menubtnup {
	background: url(menubtn_up.png) no-repeat 0 0;
}
.menubtnup:hover {
	/*opacity: 0.5; 
    -moz-opacity: 0.5; 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter:alpha(opacity=50); */
	background: url(menubtn_upW.png) no-repeat 0 0;
}
.menubtndown {
	background: url(menubtn_down.png) no-repeat 0 0;
}
.menubtndown:hover {
	background: url(menubtn_downW.png) no-repeat 0 0;
}