

.nav{
	width:1000px; height:42px; 
}
ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a { display:block; height: 42px; width:140px; text-align:center; line-height:42px; }
ul.menu a:hover {
	color:#FFF;
}
ul.menu li {
	width:140px; height:42px; background:url(../images/line.jpg) no-repeat center right; float:left; display:inline; position:relative; text-align:center; z-index:500;
}
ul.menu li a{
	width:138px; height:40px; float:left; color:#FFF; margin-top:1px;
}
ul.menu li a:hover {
	color:#1369c9; background-color:#FFF;
}

ul.menu ul { position:absolute; top:42px; left:0px; width:136px ; display:none; opacity:0; list-style:none; }
ul.menu ul .bg1{
	width:138px; height:4px; line-height:4px; overflow:hidden; background:url(../images/nav_t.png) no-repeat center top;
}
ul.menu ul .bg2{
	width:138px; overflow:hidden; background:url(../images/nav_m.png) repeat-y center top;
}
ul.menu ul .bg3{
	width:138px; height:4px; line-height:4px; overflow:hidden; background:url(../images/nav_b.png) no-repeat center top;
}


ul.menu ul li {position:relative; width: 138px; height: 30px; line-height:30px; text-align:center; margin-left:0px; font-size:12px; background:url(../images/nav_line.png) repeat-x center bottom; }
ul.menu ul li a {
	display:block; width:138px; height: 30px; line-height: 30px; color:#FFF; text-align:center;
}
ul.menu ul li a:hover {  color:#FFF; text-decoration:underline; background:none; }
/*ul.menu ul ul {left:87px; top:0px;}*/
ul.menu .menulink {
	width: 138px; height: 42px; text-align:center;
}
ul.menu .menulink:hover, ul.menu .menuhover { color:#1369c9; background-color:#FFF; }
