.wrappertd			{	background-image: url(../media/nav_bg.png); background-repeat:repeat-x; }
.wrapper1			{ 	margin: 0; 	list-style: none;}
.wrapper1 a			{	color: #666666;	text-decoration:none; }
.wrapper1 a:hover 	{	color: #CC3300; }
.wrapper1 p 		{	margin: 0 0 15px; padding: 0; line-height: 18px; }
.wrapper 			{	/*width: 710px;*/ margin: 0px auto; }

.nav 				{	background: #fff url(../newfolder/links_hdr_bg.png) repeat-x;}
.nev-wrapper 		{	clear:both;float: left; }
.nav-left 			{	background: url(../newfolder/links_hdr_bg.png) no-repeat top left;	float: left;width: 11px;height: 41px; }
.nav-right 			{	background: url(../newfolder/links_hdr_bg.png) no-repeat top right;	float: left;width: 11px;height: 41px; }
.nav ul 			{	/*width: 648px;*/height: 38px;float: left;margin: 0;padding-top: 3px;list-style: none;font-size: 11px; }
.nav li 			{	background: url(../newfolder/links_hdr_bg.png) no-repeat right center; float: left;	padding: 7 5px;	position: relative;	z-index: 1; }
.nav li.last 		{	background:none;}
.nav li:hover 		{	z-index:2;}
.nav li a			{	display: block;	line-height: 38px;	overflow: hidden;	float: left; }

a .menu-left 		{	background: url(../media/menu_left.png) no-repeat left top;	width: 8px;	height: 35px;	line-height: 35px;	display: block;	float: left;}
a .menu-mid 		{	font-size:11px; text-decoration:none;  color:#666666; font-weight: bold; background: url(../media/menu_mid.png) repeat-x top left;	height: 35px;	line-height: 35px;	display: block;	float: left;}
a .menu-right 		{	background: url(../media/menu_right.png) no-repeat top left;	width: 8px;	height: 35px;	line-height: 35px;	display: block;	float: left;}

.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {	background-position: 0 -37px;	line-height: 35px;}

.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a 			{	color: #09548B;}
.nav li:hover .sub,
.nav li.hover .sub 			{	display:block;}

.nav li .sub 				{	display: none;position:absolute;top:30px;left:-30px;background: url(../media/submenu_top.png) no-repeat;width: 152px;padding-top: 5px;}
.nav li ul {
	background: url(../media/submenu_bg.png) repeat-y;
	width: 130px;
	height: auto;
	margin: 0;
	padding: 0 10px 10px;
	list-style: none;
	font-family:Thaoma, arial, helvetica; font-size:11px; text-decoration:none;  color:#333333; font-weight: bold;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0px 2px;
	border-bottom: 1px #999999 dashed;
	background: none !important;
}

/* Sub_Menu-Text*/
.nav li:hover li a,
.nav li.active li a {
	color:#333333;
	background: none !important;
	line-height: normal;
	width: 130px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #ffffff;
	background: #666666 !important;
	text-decoration: none;
	line-height: normal;
	width: 125px;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #333333 !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(../media/submenu_bottom.png) no-repeat;
	width: 152px;
	height: 9px;
	overflow: hidden;
	clear: both;
}

