
/*********************    menu    ***************/
.nav
{
	width: 950px;
	margin: 0 auto 0 auto;
	height: 57px;
	overflow: hidden;clear:both;background-color:#FFFFFF;
}
*html .nav
{
	width: 950px;
	margin: 0 auto 0 auto;
	height: 57px;
	overflow: hidden;clear:both;background-color:#FFFFFF;
}
.nav_logo
{
	width: 171px;
	float: left;
	padding: 10px 0 0 0px;
}
.nav_button
{
	width: 760px;
	height:27px;
	float: right;
	padding-top:30px;
}
.nav_button li
{
	float: left;
	width: 95px;
	list-style-type: none;
	cursor: pointer;
	
}
.nav_button li a:link
{
	color: #fff;
}
.nav_button li a:visited
{
	color: #fff;
}
.nav_button li a:hover
{
	color: #fff;
}
.nav_button li h1
{
	font-size: 12px;
	font-weight: normal;
	padding: 2px 5px 0 16px;
	color: White;
} /* Moz */
* html .nav_button li h1
{
	font-size: 12px;
	font-weight: normal;
	padding: 8px 0 5px 10px;
	color: White;
} /* IE6 */
*+html .nav_button li h1
{
	font-size: 12px;
	font-weight: normal;
	padding: 8px 0 5px 10px;
	color: White;
} /* IE7 */
.menu
{
	width: 950px;
	height: 25px;
	margin: auto;
	overflow: hidden;
}

.menu_bg_left { background-image: 
               url('images/menu_bg_left.gif'); 
               width: 0px; height: 25px; float: left }
.menu_bg_middle { background-image: 
               url('images/menu_bg_all.gif'); 
               width: 918px; height: 25px; float: left; color: #cfcbc3; 
               padding-left: 22px; padding-right: 10px; padding-top: 0px; 
               padding-bottom: 0 }
.menu_bg_middle ul
{
	display: inline;
	width: 100%;
}
.menu_bg_middle li
{
	width: 64px;
	float: left;
	padding-top: 6px;
}
.menu_bg_middle a:link
{
	color: #CFCBC3;
}
.menu_bg_middle a:visited
{
	color: #CFCBC3;
}
.menu_bg_middle a:hover
{
	color: #fc0;
}
.menu_bg_right { background-image: 
               url('images/menu_bg_right.gif'); 
               width: 0px; height: 25px; float: right }
.top_bottom_line
{
	width: 950px;
	height: 4px;
	margin: 1px auto 1px auto;
	padding: 0 0 0 0;
	overflow: hidden;
}

