@charset "UTF-8";
/* CSS Document */

#verticalNav ul li{
	width: 125px;
	list-style:none;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #533C27;
	margin:20px 0 20px -30px;
}
#verticalNav li hover{
	text-decoration:underline;
}
