@charset "utf-8";
/* CSS Document */
/* TRANSMENU CSS FOR RHUK_PLANETFALL TEMPLATE*/
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	
	}
/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	text-indent:2px;
	display:block;
	}
.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item{
    text-decoration:none;
	font-weight:bold;
	display:block;
    color:#000;
	

	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	border-bottom: 1px solid #ffffff !important;
	height:25px !important;
	border-right:1px solid #fff;
	border-left:1px solid #fff; 
	
	}

/* that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
		}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background: #7F98BD;
	
}

.transMenu .item.hover td {color:#C7E631;}/*下拉菜单中鼠标经过文字时候的颜色*/


/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}
.transMenu  td{
color:#fff;}/*下拉菜单中文字的颜色*/

.transMenu .item#active {
	background:#EEEEEE;
	color:black;
	-moz-opacity:.6;
	filter:alpha(opacity=60);
	}
.transMenu .item#active.hover {
	background:#D4D4D4;
	color:#ffffff;
	}

.transMenu .item td{
	width: auto;
	*border-bottom: 1px solid #eeffff;
	*border-left: 1px solid #eeffff;
	*border-right: 1px solid #eeffff;
	
}

#ddm_wrap {
   margin: 0px;
   padding: 0px;
}
#ddm_menu {
	width: 100%;
	overflow:hidden;
	height:35px;
	position:relative;
	top:0px;
	background:url(../images/nav/nav_ul_bg.jpg) no-repeat left top;/*整个导航条的背景*/
	position:absolute;
	top:82px;
	width:980px;

}

#ddm_menu table .firstTd{
    border-left:0px;
	}
a.mainlevel-trans:link, a.mainlevel-trans:visited {

   white-space:nowrap;
   line-height: 18pt;
   border-right: 1px solid #FFF;
   display: block;
   height: 27px;
   width:auto;
   margin: 0px;
   padding: 0px 1px 0px 1px;
}

a.mainlevel-trans:hover {
    color:#ffffff;
}


a.mainlevel_active-trans, a.mainlevel_active-trans:visited {
   color: #FFFFFF;
   white-space:nowrap;
   line-height: 27px;
   border-right: 1px solid #FFF;
   display: block;
   height: 27px;
   width:auto;
   margin: 0px;
   padding: 0px 1px 0px 1px;
/*   background: url(img/arrow.png) 12px 10px no-repeat; 
   background: #0069E1;*/
}

a.mainlevel_active-trans:hover {
  color: white;
}



/******** style ivan **********/
.mainlevel_style-trans {
	float:left;
	background: url(../images/nav/normal_li_bg.jpg) no-repeat right 3px;
	padding-right:2px;
	position:relative;
}
.mainlevel_style_active-trans {
	float:left;
	background: url(../images/nav/normal_li_bg.jpg) no-repeat right 3px;
	padding-right:2px;
	position:relative;
}
.mainlevel_style-trans a, .mainlevel_style-trans span {
	color: # FFF;
	line-height:27px;
	padding:0px 10px;
	display:block;
	height:35px;
}
.mainlevel_style_active-trans a, .mainlevel_style_active-trans span {
	color: #000;
	line-height:27px;
	padding:0px 10px;
	display:block;
	height:35px
}
.mainlevel_style-trans .ddm_first_left {
	float:left;
	width:4px;
	height:35px;
	position:absolute;
	top:0;
	left:0px;
}
.mainlevel_style-trans .ddm_first_center {
	display:block;
	float:left;
	height:35px;
	cursor:pointer;
	padding:0 4px;
}
.mainlevel_style-trans .ddm_first_right {
	float:left;
	width:4px;
	height:35px;
	display:block;
	position:absolute;
	top:0;
	right:3px;
}
.mainlevel_style_active-trans .ddm_first_left {
	float:left;
	width:4px;
	height:35px;
	background:url(img/menu_left_active.gif) left no-repeat;
	position:absolute;
	top:0;
	left:0px;
}
.mainlevel_style_active-trans .ddm_first_center {
	float:left;
	height:35px;
	cursor:pointer;
	padding:0 4px;
}
.mainlevel_style_active-trans .ddm_first_right {
	float:left;
	width:4px;
	height:35px;
	background:url(img/menu_right_active.gif) left no-repeat;
	display:block;
	position:absolute;
	top:0;
	right:3px;
	
}
/* End added */
.active_center {
	background:url(/images/nav/li_mid.jpg) no-repeat center;
}
.active_left {
	background:url(/images/nav/li_left.jpg) no-repeat left;
}
.active_left2 {
	background:url(/images/nav/li_left_two.jpg) no-repeat left;
}
.mainlevel_style_active-trans .active_left {
	background:url(/images/nav/li_left.jpg) no-repeat left;
}/*鼠标经过*/
.active_right {
	background:url(/images/nav/li_right.jpg) no-repeat left;
}
.mainlevel_style_active-trans .active_right {
	background:url(/images/nav/li_right.jpg) no-repeat left;
}
