@charset "utf-8";
/* css document */

.ddsmoothmenu{ 
    float: right; 
    font-size:18px; 
    color:#dbdbdb; 
    /*width:700px;*/
    height:80px; 
/*	margin-top:25px; */
	font-family: "微软雅黑"; 
	color:#333; 
	
}

.ddsmoothmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}


.ddsmoothmenu ul li{
	display: inline;
	float: left;
	width:80px;
	/*border-left:1px solid #c1c1c1;*/
	color:#333;
	font-size:15px;
	/*padding-right: 15px;*/
}
/*.ddsmoothmenu ul li:last-child{
	border-right:1px solid #c1c1c1;
}*/

.ddsmoothmenu ul li a{
	display: block;
	color: #5a070c;
	line-height:20px;
	text-align:center;
    font-size: 14px;
	text-decoration: none;
	position: relative;


}
.ddsmoothmenu>ul>li:hover>a:after,.ddsmoothmenu>ul>li>a.cur:after{
	content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 3px;
    background-color: #5a070c;
    width: 80px;
}




.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{}

/*.ddsmoothmenu .cur,.ddsmoothmenu ul li a.selected,.ddsmoothmenu ul li a:hover{ 
   background:#f7f7f7;
   color: #2a2a2a;
 }*/


	

.ddsmoothmenu ul li ul{display: none;visibility: hidden;}


.ddsmoothmenu ul li ul li{display: list-item;float: none;}


.ddsmoothmenu ul li ul li ul{}


.ddsmoothmenu ul li ul li a{
	/*background: #fff;*/
    color: #fff;
    font-size: 12px;
	font-weight: normal;
}

.ddsmoothmenu ul li ul li a.submenu{
	color: #000;
	font-size: 12px;
	font-weight: normal;
	width:100%;
	height:35px;
	border-bottom:1px solid #c1c1c1; 
	line-height:35px;
}

.ddsmoothmenu ul li ul li a.selected{

}
.ddsmoothmenu ul li ul li a:hover{
	background:#5a070c;
	color: #fff;

}


* html .ddsmoothmenu{height: 1%;} /*holly hack for ie7 and below*/


/* ######### css classes applied to down and right arrow images  ######### */








