
#leftmenu
{	margin: 0;
	padding: 0;
	float: top;
	}
	

#leftmenu li
{	
	list-style: none;

	font: bold 12px arial}

#leftmenu li a
{	background: transparent url('../images/leftmenu_off.jpg') no-repeat left top;
	display: block;
	padding-top:6px;
	padding-left:20px;
	width: 160px;
	height: 25px;
	color: #FFF;
	text-align: left;
	text-decoration: none}

#leftmenu li a:hover
{	background: transparent url('../images/leftmenu_on.jpg') no-repeat left top;}


#leftmenu_b
{	margin: 0;
	padding: 0;
	float: top;
	}
	

#leftmenu_b li
{	
	list-style: none;

	font: bold 11px arial}

#leftmenu_b li a
{	background: transparent url('../images/leftmenu_off.jpg') no-repeat left top;
	display: block;
	padding-top:1px;
	padding-left:20px;
	width: 160px;
	height: 30px;
	color: #FFF;
	text-align: left;
	text-decoration: none}

#leftmenu li a:hover
{	background: transparent url('../images/leftmenu_on.jpg') no-repeat left top;}

