
.dheader {
	margin: 0;
	padding: 0;
}
#dmenu {
	width: 980px;
	height: 22px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	background:  url("../Images/bg_menu.gif") repeat-x bottom;
	border-bottom:1px solid #414141;
}

#dmenu .normal_lr {
	float: left;
	margin: 0;
	padding: 0;
	width: 6px;
	overflow: hidden;
	cursor: pointer;	
}

#dmenu .normal {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 5px;
	font-family: Arial;
	font-size: 12px;
	font-weight: Bold;
	color: #989898;
	cursor: pointer;
}

#dmenu .dmenu_sep {
	float: left;
	height: 22px;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	font-size: 1px;
	overflow: hidden;
	background: url("Images/sep.gif") no-repeat top;
}

#dmenu .active {
	float: left;
	height: 22px;
	padding-left: 3px;
	padding-right: 3px;
	
	padding-bottom: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #AFAFAF;
	background:  url("../Images/bg_active.gif") repeat-x bottom;	
	cursor: pointer;
}

#dmenu .active_left {
	float: left;
	width: 6px;
	height: 22px;
	margin: 0;
	padding: 0;
	background:  url("Images/bg_active_left.gif") no-repeat top left;
	overflow: hidden;
	cursor: pointer;	
}

#dmenu .active_right {
	float: left;
	width: 6px;
	height: 22px;
	margin: 0;
	padding: 0;
	background: #ffffff url("../Images/bg_active_right.gif") no-repeat top left;
	overflow: hidden;		
	cursor: pointer;
}

#dsubmenu {
	width: 980px;
	height: 21px;
	float: left;
	background: url("Images/bg.gif") repeat-x top;
	margin: 0;
	padding: 0;		
}

#dsubmenu .dsite {
	height: 21px;
	float: left;
	margin: 0;
	padding: 0;	
}

#dsubmenu .dsearch {		
	float: right;
	height: 21px;
	color: 9196a2;
	margin: 0;
	padding: 0;	
}

#dsubmenu .submenu {
	float: left;
	width: 660px;	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	text-align: left;	
}

#dsubmenu a{
	color: #5F5F5F;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#dsubmenu a:hover{
	color: #838383;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color:#454545;
}


/*-------------------------------------------------------------------------------------*/
.Link                  { text-decoration: none }
.Link:hover            { text-decoration: underline }
.Menu                  { font-family: 'Arial'; font-size: 8pt; color: #ffffff; font-weight: bold; text-decoration: none; margin-left: 6; width: 100% }
.MenuSelected          { font-family: 'Arial'; font-size: 8pt; color: #ffffff; font-weight: bold; text-decoration: none; margin-left: 6; width: 100% }
.SubMenu               { font-family: 'Arial'; font-size: 8pt; color: #333366; font-weight: bold; text-decoration: none; margin-left: 6; width: 100% }
.SubMenuSelected       { font-family: 'Arial'; font-size: 8pt; color: #ffffff; font-weight: bold; text-decoration: none; margin-left: 6; width: 100% }
.SubItem               { font-family: 'Arial'; font-size: 8pt; color: #333366; text-decoration: none }
.SubItemSelected       { font-family: 'Arial'; font-size: 8pt; color: #333366; text-decoration: none }