.menu{
	border:none;
	border:0px;
	padding:0px;
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#333333;
	margin-top: 62px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
.menu ul{
	height:15px;
	list-style:none;
	padding:0;
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	}
	.menu li{
	float:left;
	height: 20px;
		}
	.menu li a{
	color:#666666;
	display:block;
	font-weight:bold;
	line-height:25px;
	text-align:center;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-position: left center;
		}
		.menu li a:hover{
	color:#000000;
	text-decoration:none;
	background-image: url(../images/k1.gif);
	background-repeat: no-repeat;
	background-position: left center;
			}
	.menu li ul{
	display:none;
	filter:alpha(opacity=93);
	opacity:0.95;
	position:absolute;
	width:180px;
	z-index:200;
	background-color: #280009;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6C0015;
	border-bottom-color: #A40022;
	border-left-color: #A40022;
	background-image: url(../images/mbgd.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
	display:block;
	float:none;
	width:180px;
	margin-bottom: 12px;
		}
	.menu li ul a{
	display:block;
	font-size:11px;
	font-style:normal;
	text-align:left;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	padding-right: 12px;
	padding-left: 10px;
		}
		.menu li ul a:hover{
	color:#000000;
	opacity:1.0;
	filter:alpha(opacity=100);
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration: none;
			}
	.menu p{
		clear:left;
		}	
	.menu #current{
	color:#333333;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/k1.gif);
		}
		
