/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	/*border-bottom:1px solid #444;*/
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	/*border-top:1px solid #444;*/
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:2px 5px 5px 5px;;
	width:auto;
	background-color:#FFF;
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#919191;
	width:auto;
	font-family:Zurich Cn BT;
	font-size:13px;
	
}

.dropdown a:hover{
	color:#ff9900;
	text-decoration:none;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #444;
	margin-left:-6px;
}

.dropdown li .sub{
	background:#ff9900;
	border:#FFFFFF 1px solid;
	border-top:none;
	width:130px;
}
.dropdown li .sub a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.dropdown li .sub a:hover{
	color:#919191;
        text-decoration:none;
}

.dropdown .top{
	background:none;
	color:#ff9900;
	font-family:Arial, Helvetica, sans-serif;
}


/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	background:#FFF; /*url('expand_down.gif') center left no-repeat;
	padding-left:20px;*/
	/*width:120px;*/
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	background:#FFF;  /*url('expand_right.gif') center right no-repeat ;
	padding-right:20px;*/
	/*width:120px;*/
}

@font-face {
    font-family: Zurich Cn BT;
    font-style:  normal;
    font-weight: 700;
	src: url(TT0298M_.TTF);
}
@font-face {
    font-family: Zurich Cn BT;
    font-style:  normal;
    font-weight: 700;
    src: url(http://www.chuanwei.com.kh/ZURICHC0.eot);
  }


