ul.menu {

	list-style-type: none;
	overflow: none;
	padding: 0px;
	padding-bottom: 20px;
	float: left;
	width: 175px;
	height: 215px;
	margin: 0px;
	margin-left: 10px;

}

ul li.menu-con {

	width: 175px;
	height: 25px;
	background-image: url(../images/lnk-off.png);
	background-repeat: no-repeat;
}

ul li a {

	width: 174px;
	display: block;
	text-indent: 20px;
	font-family: arial, tahoma, verdana, arial, sans-serif;


}

h2 {

	width: 175px;
}

h2 a {

	font-family: arial, tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #474238;
	text-decoration: none;
	height: 25px;
	padding-top: 6px;

}

h2 a:hover {

	font-family: arial, tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/lnk-off.png);
	background-repeat: no-repeat;
	height: 20px;


}





