/* CSS Document */

#top_banner{
width:900px;
height:120px;
background:url(../images/logo/logo.jpg) no-repeat;
}
#bot_banner{
background:url(../images/footer_bg.gif) no-repeat center ;
width:900px;
height: 10px;
margin:auto;
}

/*------top menu---------*/
#top_menu{
width:900px;
margin:auto;
padding:6px;
}
ul.menu {
list-style-type:none; display:none; width: auto; height:18px; margin:auto; padding:0;}

ul.menu li {
display:inline;}

.temp{
display:block; float:left; padding:4px 11px 0 26px; margin:0;width: auto; height:18px; text-align:center; line-height:18px; font-size:12px;
text-decoration:none; color:#fff;}

a.nav:link, a.nav:visited {
display:block; float:left; padding:4px 11px 0 26px; margin:0;width: auto; height:18px; text-align:center; line-height:18px; font-size:12px;
text-decoration:none; color:#055BA8; background:url(../images/tip--.gif) no-repeat left;}

a.nav:hover {
display:block; float:left; padding:4px 11px 0 26px; margin:0;width: auto; height:18px; text-align:center; line-height:18px;
text-decoration:none;  color:#055BA8; background:url(../images/tip-.gif) no-repeat left;}

/* Menu */
#menu-out{
	width:100%;
	background:#FFF;
}

#menu {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
	background:#A81D24;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 89px;
	height: 25px;
	padding: 6px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	color:#FFF;
}

#menu a:hover {
	/*background: #F7F7F4;*/
}

#menu a:hover, #menu .active a {
	background:#FFCC33;
	color:#A81D24;

}
