/* CSS Document */

#menuL {
	background : url(../img/bg.jpg);
}

/*.menu_S {
	background : url(../img/menu.gif) no-repeat;
}*/

#menuL li img {
	cursor : pointer;
}

#menuL li li {
	background : url(../img/menu.gif) no-repeat;
	background-position : 5px 3px;
	text-indent : 20px;
	margin : 5px 0;
}

#menuL a {
	color : #4d4d4d;
	text-decoration : none;
}
