div.menu
{
	cursor:pointer;
	color:#292929;
}

div.level1
{
	position:absolute;
	font-weight:bold;
	float:left;
	color:white;
	margin-top:25px;
	margin-right:7px;
	border:1px solid #22411d;
	border-right:2px solid #043f00;
	border-bottom:2px solid #043f00;
	width:120px;
	background-image:url('../images/bg_menu_l0.png');
}

div.level1 a
{
	color:white;
}

div.item1
{
	padding-top:1px;
	height:20px;
	color:white;
	width:120px;
	background-image:url(../images/bg_menu_l0.png);
}

div.level2
{
	font-weight:normal;
	width:120px;
	border-top:1px solid #043f00;
	background-image:url(../images/bg_menu_l2.png);
}

div.level2 a
{
	color:#292929;
}

div.item2
{
	padding-top:2px;
	height:22px;
	width:116px;
	margin-left:4px;
}

div.level3
{
	color:white;
	font-weight:normal;
	width:116px;
}
div.item3
{
	padding-top:2px;
	height:22px;
	width:103px;
	margin-left:17px;
}

.menu a
{
	text-decoration:none;
}

