@charset "UTF-8";

img, div, a, input
{
	behavior: url(../iepngfix.htc)
}

ul.MenuBarVertical
{
	padding: 0;
	list-style-type: none;
	cursor: default;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-right: 40px;
}

ul.MenuBarVertical li
{
	margin: 0px;
	padding: 4px 0 3px 0;
	list-style-type: none;
	font-size: 13px;
	font-weight:bold;
	height:18px;
	text-align: right;
	cursor: pointer;
	width: 181px;
}

ul.MenuBarVertical a
{
	display: block;
	width:181px;
	height:18px;
	cursor: pointer;
	padding: 0;
	color: #000;
	text-decoration: none;

}

ul.MenuBarVertical a:hover
{

	color: #3f5111;
	text-decoration: underline;
}

