#top-bar {
	background:					transparent url(../images/bg-top-bar.png) repeat-x;
	height:						62px;
	overflow:					visible;
	position:					relative;
	z-index:					3;
}
#top-bar #menu {
	float:						right;
	height:						55px;
}
#top-bar ul#menu {
	list-style:					none;
	margin: 0px;
	padding: 0px;
}
#top-bar ul#menu li {
	float:						left;
	text-align:					right;
}
#top-bar ul#menu li .line {
	float:						left;
	background:					transparent url(../images/menu-spacer.jpg) no-repeat 100% 0;
	width:						2px;
	height:						55px;
}
#top-bar ul#menu a {
	float:						left;
	display:					block;
	width:						110px;
	height:						42px;
	padding:					14px 7px 0 0;
	text-transform:				uppercase;
	text-decoration:			none;
	font-weight:				bold;
	font-size:					13px;
	color:						#000;
}
#top-bar ul#menu a span {
	display:					block;
	color:						#999;
	font-size:					10px;
	text-transform:				none;
	font-weight:				normal;
	line-height:				14px;
}

#top-bar ul#menu a.selected, #top-bar ul#menu a.selected:hover {
	color:						#999;
}
#top-bar ul#menu a:hover {
	color:						#399cb2;
}
#top-bar img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
