#menu{
    margin: 0;
    padding: 0;
    font: bold 12px Verdana;
    list-style-type: none;
    border: 0 none;
    width: 905px; /*For KHTML*/
}
.main_li{
    color:#ffffff;
	position:relative;
	top:0px;
	float:left;
	overflow:hidden;
	width:113px;
    margin-right:1px;
    vertical-align:bottom;
    cursor:pointer;
}
.main_li_l{
    color:#ffffff;
	position:relative;
	top:0px;
	float:left;
	overflow:hidden;
	width:165px;
    margin-right:1px;
    vertical-align:bottom;
    cursor:pointer;
}


.li_sub_menu{
	float:left;
	font-weight:600;
	clear:both;
	cursor:pointer;
	margin:0;
    padding:0;
    width:185px;
	
	
}
.ul_sub_menu{
	position:absolute;
	left:0px;
	list-style:none;
    list-style-image:none;
	margin:0;
	padding:0 0 10px 0;
	text-align:left;
	font-weight:bold;
	z-index:5000;
	width:185px;
	background: #010101;
}
      
#menu UL{
	list-style:none;
	margin:0px;
	padding:0px;
	z-index:5000;
}
#menu li{
    padding-left:0px;
    text-indent:0px;
    list-style-type:none;
    list-style-image: none;
    list-style: none;

}


a.main_li_link{
	width:113px;
    height:56px;
    display:block;
    text-align:center;
    color:#ffffff;
    text-decoration:none;
    vertical-align: baseline;
	line-height:56px;
    border:none;
    vertical-align:middle;
    background: url('../images/design/bg_button.gif') left top repeat-x;
    text-transform: uppercase;
    cursor:pointer;
}


a.main_li_link:hover{
    background: url('../images/design/bg_button_activ.gif') left top repeat-x;
}	
a.main_li_link_l{
	width:165px;
    height:56px;
    display:block;
    text-align:center;
    color:#ffffff;
    text-decoration:none;
    vertical-align: baseline;
	line-height:56px;
    border:none;
    vertical-align:middle;
    background: url('../images/design/bg_button.gif') left top repeat-x;
    text-transform: uppercase;
    cursor:pointer;
}


a.main_li_link_l:hover{
    background: url('../images/design/bg_button_activ.gif') left top repeat-x;
}	
.mn_menu{
    font-size:12px;
    height:56px;
	width:100px;
	display:block;
	overflow:hidden;
}
.mn_menu_l{
    font-size:12px;
    height:56px;
	width:160px;
	display:block;
	overflow:hidden;
}

             
a.sub_menu_link{
	float:left;
	font-weight:600;
	clear:both;
	cursor:pointer;
	margin:0;
    width:185px;
	padding: 5px 0px 5px 10px;
	background: #010101;
	color:#f1edd8;
	text-decoration:none;
	line-height:15px;
}
a.sub_menu_link:hover{
    background: #c3bb95;
	color:#010101;
	text-decoration:none;
}	


