
	@charset "utf-8";
/* Text color */
.colr																		{color:#005eb5 !important;}
.txthover:hover																{color:#005eb5 !important;}
.backcolr																	{background-color:#1c3b83 !important;}
.backcolrhover:hover														{background-color:#005eb5 !important;}
.backcolrdark																{background-color:#005eb5 !important; background-image:url(../images/black.png);}
.bordercolr																	{border-color:#005eb5 !important;}
.bordercolrover:hover														{border-color:#005eb5 !important;}
/* Navigation */
.ddsmoothmenu ul li ul li ul li a:hover										{background-color:#005eb5 !important;}


		/*
=======================================================================
	Navigation Rules
=======================================================================
*/

.navigation {
	width:100%; height:60px;line-height:60px;
	background:url(../images/bg_03.png) repeat-x left top;
}

.ddsmoothmenu{
	margin: 0 auto;
    width: 1200px;
}

.ddsmoothmenu ul{
	z-index:999;
	margin:0;
	list-style-type:none;
	float:left;
}
.ddsmoothmenu ul li{
	position:relative;
	display:inline;
	float:left;
    text-align: center;
}

.ddsmoothmenu>ul>li{
	background:url(../images/bg_05.png) no-repeat left center;
}

.ddsmoothmenu li:nth-child(1){ background:none;} 
.ddsmoothmenu .menu-first-item a{ margin-left:-45px;}

.ddsmoothmenu ul li a{
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	width: 140px;	
	border-radius:2px;
	font-family: 'Microsoft yahei', sans-serif;
}

.ddsmoothmenu>ul>li>a{
	background:url(../images/bg_04.png) no-repeat bottom center; 
}
* html .ddsmoothmenu ul li a{
	display:inline-block;
}
.ddsmoothmenu ul li a:hover {
	opacity:0.7;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color:#fff;
}
.ddsmoothmenu ul li ul{
	position:absolute;
	left:0;
	display:none;
	visibility:hidden;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	border-radius:0px 0px 4px 4px;
}
.ddsmoothmenu ul li ul li{
	display:list-item;
	float:left;
	padding:0px 5px;
	margin:0px;
}
.ddsmoothmenu ul li ul li:first-child{
	padding-top:5px;
}
.ddsmoothmenu ul li ul li.last{
	padding-bottom:5px;
}
.ddsmoothmenu ul li ul li ul{
	top:0;
	margin:0px 0px 0px -15px;
	width:191px !important;
	background:#ededed;
}
.ddsmoothmenu ul li ul li a{
	width:165px;
	height:30px;
	line-height:30px;
	padding:3px 5px 3px 5px;
	margin:0;
	font-size:14px;
	border-radius:2px;
}
.ddsmoothmenu ul li ul li a.selected{
	background-image:none;
}
.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a.selected{
	background:#ededed !important;
	color:#000;
}
.ddsmoothmenu ul li ul li ul li a{
	color:#000 !important;
}
.ddsmoothmenu ul li ul li ul li a:hover{
	color:#fff !important;
}
