ul.menu {
	padding: 0 0 0 0px;
	margin:5px 0px 0 0px;
	width: 215px;
	border: 0px red solid;
	
}

.menu li {
	list-style: none;
	margin: 0;
	overflow: hidden;
	margin-bottom: 5px;
	background: url('../images/bgMenu.gif') no-repeat left top;
}

.menu a, .menu a:link, .menu a:visited {
    display: block;
	font-size: 1.3em;
	font-weight: normal;
 	text-decoration: none;
	padding: 0px 0 0 28px;
	COLOR: white;
	LINE-HEIGHT: 50px;
	HEIGHT: 53px;
} 

.menu a:hover{
	text-decoration: none;
	color: yellow;
}

.menu2 {
/*	background: #c7be87 url('images/menu_bg.gif') repeat-x 0 0px;*/
}

.menu2 ul {
	text-align: left;
	list-style: none;
	padding: 0px 5px 0 0px;
	overflow: hidden;
	margin:0;
}

.menu2 li {
	display: block;
	margin: 0;
	padding: 0;
	background: url('../images/white_arrow.gif') no-repeat 11px 3px;
	height: 20px;
}

.menu2 a, .menu2 a:link, .menu2 a:visited {
    display: block;
	font-size: 0.85em;
 	text-decoration: none;
	padding: 0px 0 0 25px;
	color: white;
	line-height: 1.2;
	border-bottom:0;
	width: 220px;
	height: 20px;
	font-weight: normal;
} 

.menu2 a:hover{
	text-decoration: none;
	border-bottom: 0;
	color: yellow;
	background: 0;
}

li.m1 a:link, li.m1 a:visited {
	border-bottom: 0;
}

li.m2 a:link, li.m2 a:visited {
 	border-bottom: 0;
}

