/*** CSS Document menue-stylesheet for MCBC, Hans-Peter Nilsson 2009********/

*	{
	margin: 0;
	padding: 0;
	}
	
body	{
	background:url(../images/top_menue/fretboard.jpg) no-repeat;
	font-size: 70%;
	}
	
/************************************************************/

#wrapper	{
	width: 135px;
	margin: 20px 0 0 0;
	padding: 0px 0px 10px 15px;
	}
	
p	{
	font-size: 0.8em;
	}
	
#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: 1.0em Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	background: transparent url(../images/top_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/top_menue/menue-hover.gif) 100%;
}

	
.entry li a:active{
	color: #26370A;
	background:url(../images/top_menue/menue-active.gif) 100%;
}

.subtext	{
	width: 125px; /*width of menu*/
	border: 1px solid #333333;
	background: #CCCCCC;
	margin: 15px 0 0 0;
	padding: 5px 0 5px 0;
}

.subtext p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	
}
.subtext h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
/*************************************************************/

.subtext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #555555;
	text-decoration: none;
}

.subtext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #999999;
	text-decoration: none;
}
			

