@charset "utf-8";

#page-sub-header 
{
	border: none;
	width: 945px;
	background: #DDD;
	font-size: 12px; 
	margin: 0px 0px 0px 8px;
	padding: 1px 0px 0px 0px;
}

#page-sub-header a
{
	display: inline-block;
	float: left;
	width: 188px;
	height: 26px;
	background: url(./img/menu.item.jpg) repeat-x;
	margin: 0px 1px 1px 0px;
	text-align: center;
	line-height: 26px;
	text-decoration: none;
	color: #F4F4F4;
	font-weight: normal;
	white-space: nowrap;
}
#page-sub-header a.last {margin: 0px 0px 1px 0px; float: none;}
#page-sub-header a:hover {background-position: 0px -26px; color: #525252;}


#page-sub-header div 
{
	float: left;
	width: 188px;
	height: 26px;
	background: url(./img/menu.item.jpg) 0px -26px repeat-x;
	margin: 0px 1px 1px 0px;
	text-align: center;
	line-height: 26px;
	text-decoration: none;
	color: #525252;
	font-weight: normal;
	white-space: nowrap;
}
#page-sub-header div.none {margin: 0px 0px 1px 0px; background: url(./img/menu.item.jpg) repeat-x;}



