body {
    margin: 0;
}

#site_header_ll {
	margin: 0pt;
	padding: 0pt;
	position: relative;
	font-size: 10px !important;
	height: 2.7em;
	background-color: #666;
	background: url('bg.png') 0 0 repeat-x;
	border-bottom: 1px solid #333;
	clear: both;
	overflow: hidden;
	line-height: 1em;
	padding-top: 1px;
	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

#site_header_ll .round {
	float: left;
	height: 1.75em;
	padding: 0.5em 2em 0 2em;
	text-align: center;
	margin: 0.25em 0.5em;
	line-height: 1em;
}

#site_header_ll .round a {
	color: #ccc;
	text-decoration: none;
	margin: 0;
	background: inherit;
	background-image: none;
	padding-left: 0;
	font-weight: normal;
}

#site_header_ll .round p {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#site_header_ll .round a:hover {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}
	
#site_header_ll .sb-border { background: #999; }
#site_header_ll .sb-inner { background: #666; }

#site_header_ll .round:hover .sb-border { background: #fff; }
#site_header .round:hover .sb-inner { background: #777; }



