.top{background:url(../images/top.jpg) top center no-repeat;height:100px;width: 851px;padding:0 15px;margin: 0 auto;text-align:left;}

.top img{margin:20px 10px 0 37px;float:left;}
.top {font-size:22px;}
.top span{font-size:12px;}
.top a{color:#044098;text-decoration: none;font-weight:bold;line-height:20px;}
.top span a{color:#323232;font-weight:normal;}

.cx_tabmenu {
	padding-top: 10px; width:831px;
	margin:0 10px;
}

.nav {
	padding-left:15px;width:816px;
	background:url(../images/bg_menu.gif) top left no-repeat;
	height:42px;
}
.nav ul { list-style:none; }
.nav li {float:left;background:url(../images/bg_menu_th.gif) top right no-repeat;display:block; padding-right:5px; }
.nav li.last {background:none;}
.nav li a {float:left;
	text-decoration:none;
	font-size:13px; font-weight:bold; color:#fff;
	background:url(../images/ddimagetabs_a.gif) top left no-repeat;
    padding:0px 0px 0 12px; 
}
.nav li a span{
    display:block;
	background:url(../images/ddimagetabs_a01.gif) top right no-repeat;
	padding:5px 20px 8px 10px;
}

.nav li a span {float:none;}
/* End IE5-Mac hack */

.nav li a:hover span {
}
.nav li.selected a{ /*Selected Tab style*/
background-position:0 -31px;
	 color:#FA7C0E; text-decoration:none; /*Shift background image up to start of 2nd tab image*/
}
.nav li.selected a.one, .nav li.selected a.one span{background-position:0 0px;}

.nav li.selected a span{ /*Selected Tab style*/
background-position:100% -31px; /*Shift background image up to start of 2nd tab image*/
}
.nav li a:hover, .nav li.selected a:hover{ /*onMouseover style*/
background-position:0 -31px;
	 color:#FA7C0E; text-decoration:none; /*Shift background image up to start of 2nd tab image*/
}

.nav li a:hover span, .nav li.selected a:hover span{ /*onMouseover style*/
background-position:100% -31px; /*Shift background image up to start of 2nd tab image*/
}


