#dwn-list {
	display: none;
	position: absolute;
	color: #7b7b7b;
	font-weight: normal;
	text-transform: uppercase;
	z-index: 121;
	background:#f0f0f0;
}

#dwn-list-top {
	width: 172px;
	height: 18px;
	background: transparent url(/images/dwn-dd-top.png) no-repeat right top;
}

#dwn-list-bottom {
	width: 172px;
	height: 18px;
	background: transparent url(/images/dwn-dd-bottom.png) no-repeat left top;
}

#dwn-list-center {
	margin: 0;
	padding: 0 8px;
	list-style-type: none;
	overflow: hidden;
	background: transparent url(/images/dwn-dd-bg.png) repeat-y left top;
}


/*===================other menu top ====================*/
.other-menu-content{
	background-color:#fff;
	border:1px solid #ccc;
	border-top:none;
	_margin-top:28px;
}
.menu-other-table {
  border-collapse: collapse;
  border: 1px solid #FFF;
}
.menu-other-table th {
  text-align: left;
  padding: 5px 10px;
  font-size: 13px;
}
.menu-other-table .menu-head {
  padding: 0px 5px 5px 0px;
  border-bottom: 2px solid #EEE;
}
.menu-other-table .menu-head a{
	color:#666;
	font-size:11px;
	text-align:left;
	display:inline-block;
}
.menu-other-table .menu-head a:hover{
	text-decoration:underline;
}
.menu-other-table td {
  vertical-align: top;
	text-align:left;
}
.menu-other-table td.LastCell {
  border: none;
}
.menu-other-table .menu-other-list {
  margin: 0px;
  padding: 0px;
  color: #BBB;
  list-style-type: none;
  list-style-position: inside;
}
ul.menu-other-list{	
	text-align: left;
	font-size: 16px;
	list-style-type: square;
	width:150px;
}
ul.menu-other-list li{
	text-align:left;	
}
ul.menu-other-list li a:link,ul.menu-other-list li a:visited{
	display:inline-block;
	text-align:left;
	width:150px;
	padding-left:10px!important;
	*padding-left:0px;
}

.menu-other-list li {
  margin: 5px 0px;
  font-weight: bold;  
}
.menu-other-list li a{
	font-size: 11px;
	color:#16387C;
	font-weight:normal;
}
.menu-other-list li a:hover{
	text-decoration:underline;
}

