@charset "utf-8";
/* CSS Document */
#MainNavigation{
	width:180px;
}
#LeftMenuTop {
	width:180px;
	margin: 140px 0 10px 0;
	background:url(../images/bg_lft_menu_head.png) no-repeat 0 0px;
}
#LeftMenuBottom{
	background:url(../images/bg_lft_menu_foot.gif) no-repeat bottom;
	padding: 0 0 30px 0;
}

#LeftMenu {
	width:180px;
	z-index:999;
}


#LeftMenu .menu{
	width:100%;
	margin: 30px 0 0px 0;
}
#LeftMenu .menu td{ 
	background:url(../images/bullet_lft_menu.gif) no-repeat left;
}
#LeftMenu .menu td a{
	z-index:99;
	display:block;
	color:#CC0000;
	padding: 3px 0px 3px 20px;
	font-weight:bold;
	font-size:12px;
	margin-left:5px;
	text-decoration:none;
	
}
#LeftMenu .menu td a:hover{
	color:#0A0F95;
	text-decoration:

}
