#Navigation {
	width:750px;
	height:18px;
}
#Navigation .Button {
	float:left;
	width:124px;
	border-right: 1px solid #3F3E3E;
	background-color: #222937;
	background-image: url(../images/nav_background.gif);
	background-position : top right;
	background-repeat: no-repeat;
	text-transform : capitalize;
	text-align:center;
	cursor:pointer;
}
#Navigation .Button SPAN {
	color: #DEDCDC;
	text-decoration:none;
	letter-spacing : 1px;
	font-size:12px;
	line-height:18px;
}
#NavigationBase {
	background-image: url(../images/nav_background.gif);
	background-position : top right;
	background-repeat: no-repeat;
	background-color:#8A8A8C;
	border-bottom:1px solid #5A5A5A;
}
#NavigationBase .TopLine {
	background-image: url(../images/nav_background.gif);
	background-position : top right;
	background-repeat: no-repeat;
	background-color:#C4C4C4;
}