@charset "utf-8";
/*** CSS Document menue-stylesheet for MCBC, Hans-Peter Nilsson 2009********/

*	{
	margin: 0;
	padding: 0;
	}
	
body	{
	background:url(../images/menue/fretboard.jpg) no-repeat;
	}
	
/************************************************************/

#wrapper	{
	width: 145px;
	margin: 20px 0 0 0;
	padding: 0px 0px 10px 15px;
	}
	
p	{
	font-size: 0.5em;
	}
	
#menue {
	width: 125px;
	}
	
.entry{
	width: 125px; /*width of menu*/
	border: 1px solid #333333;
	
}

.entry ul{
	list-style-type: none;
	margin: 0;
	
}
	
.entry li a{
	font: 0.7em Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	background: transparent url(../images/menue/menue.gif) 100%;
	height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.entry li a:link, .entry li a:visited {
	color: #333333;
}

.entry li a:hover{
	color: #000000;
	background: url(../images/menue/menue-hover.gif) 100%;
}

	
.entry li a:active{
	color: #26370A;
	background:url(../images/menue/menue-active.gif) 100%;
}

/*************************************************************/

#menue a {
	width: 125px;
	font: 0.7em Arial, sans-serif;
	background:#ff6600;
	color: #000000;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	padding: 3px 6px;
		}

#menue a:hover {
	width: 125px;
	font: 0.7em Arial, sans-serif;
	background:#000000;
	color: #ff6600;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 6px;	
}

		
.footnot {	font-family: Verdana;
			color: #ff6600; 
			text-decoration: bold; 
			font-size: 1.3em;
			}
			
#legal	{
	width: 125px;
	padding: 0px;
	}			
			
#legal a {
		font-size: 1.3em; 
		color:#ffffff;
		text-decoration: none;
		padding: 6px 0px;
		}

#legal a:hover {
		font:  1.3em;
		color: #ff6600;
		text-decoration: none;
		padding: 6px 0px;
		}			
