#mnuMobile
{
	cursor: hand ; 
	background: #000 url(/src/img/texture.gif) ; 
	position: absolute ; 
	margin: 0 ;
	padding: 2px ;
	padding-top: 20px ;
	padding-bottom: 20px ;
	text-align: left ;
	z-index: 500 ;
}
#mnuMobile a
{
	color: black ;
}
#mnuMobileIn
{
	cursor: hand ; 
	background-color: #ddd ; 
	position: relative ; 
	top: 0px ;
	left: 0 ; 
}
#mnuMobile ul#mnuLeft li a
{
	display: block ;
	background: #060 ;
}
#mnuMobile ul#mnuLeft li a.inactive
{
	background: none ;
}
#mnuMobile ul#mnuLeft li a:hover
{
	background: red ;
}