﻿body
{
	margin-top:37px;
}

#csBar
{
	font: normal bold 8pt tahoma;
	background:#cbcbcb url(../images/cs_header_bg.gif) top left repeat-x;
	height:35px;
	width: 100%;
	display:block;   
	text-align:center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

#csHeader
{
	margin: 0px auto;
	width:770px;
}

#cs_header_logo
{
	width:150px;
	height:35px;
	float:left;
	background:#cbcbcb url('../images/cs_header_logo.gif') top left no-repeat;
	display:block;    
 }

#csHeader ul
{
	margin:0;
	padding:0;
	float:right;   
}

#csHeader ul li
{
	display:block;
	float:left;
	padding:10px 20px;
}

#csHeader ul li.separate
{
	height:35px;   
	background:transparent url('../images/cs_header_separator.gif') top left no-repeat;          
}

#csHeader ul li a
{
	color:#292929;
	font-weight:bold;
}