#menu {
position: fixed; 
z-index: 2;
background: url('barmid.gif') left;
top: 80px;
left: 0px;
width: 150px;
height: 375px;
padding-top: 27px;
}

#menu ul {
	display:block; 
	list-style-type: none; 
	padding: 0;
	margin:0;
}

#menu a { 
	display: block;
	color: black;
	background-image: url('buttons.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 93px;
	height: 41px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
   	border: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;
	line-height: 41px;
}

#menu a:hover {
	background-position: 0 -41px;
}

#menu a:active {
	background-position: 0 -81px;
}

#menu a.inner {
	background-image: url('menu.gif');
	background-repeat: repeat;
	background-position: top left;
	width: 93px;
	height: 20px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
   	border: 0px;
	border-bottom: 0;
	margin-bottom: 0px;
	line-height: 15px;
        font-size: 10pt;
}

#menu a.inner:hover {
	background-position: 0 -20px;
}

#menu a.inner:active {
	background-position: 0 -40px;
}

#menu ul#a3 {
	display: none;
}

#menu li:hover > ul#a3 {
	display:block; 
	position:absolute; 
	margin-top:-29px; 
	left:93px;
	text-align:left;
}
