ul
{
	padding:0;
	margin:0;
	border:0;
	list-style: none;
}

.othermenu span b
{
	position:relative;
	font-weight:normal;
	padding:0px 0 0 15px;
	text-decoration:underline;
}

.othermenu span
{
	position:relative;
	background:url(../img/menu_l_pp1.jpg) no-repeat;
	width:296px;
	height:30px;
	display:block;
	color:#000;
	padding:3px 0;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
.othermenu span:hover
{
	position:relative;
	background:url(../img/menu_l_pp1.jpg) no-repeat;
	width:296px;
	height:30px;
	display:block;
	color:#944B1A;
	padding:3px 0;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

.level2 a
{
	display:block;
	padding:5px 0; 
	background: url(../img/menu_l_pp2.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	width:296px;
	height:31px;
	text-decoration:none;
}
.level2 a:hover
{
	display:block;
	padding:5px 0; 
	background: url(../img/menu_l_pp2.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CB5B11;
	width:296px;
	height:31px;
	text-decoration:none;	
}
.level2 a strong
{
	font-weight:normal;
	display:block;
	padding:0px 0 0 35px; 
}

#menu
{
	width:296px;
}

