#menu {
	width:148px;
	margin: 17px auto 20px auto;
	border-left: #91aa08 1px solid;
}

#menu a {
	display: block;
	padding: 5px 0px 0px 38px;
	text-decoration: none;
	font-size: 13px;	
}

#menu a:hover {
	text-decoration: underline;
}

.menuitem1 {
	background: url("menu1a.png") left top no-repeat;
	color: #fff;
	height:27px;
	width:165px;
}
.menuitem1b {
	background: url("menu1b.png") left top no-repeat;
	color: #fff;
	height:45px;
	width:145px;
	_width: 145px;
}
.menuitem2 {
	background: url("menu2a.png") left top no-repeat;
	color: #6c6a6a;
	height:27px;
	width:165px;
}
.menuitem2b {
	background: url("menu2b.png") left top no-repeat;
	color: #6c6a6a;
	height:45px;
	width:145px;
	_width:145px;
}

