div#linkstop {
	height:34px;
	border-left:1px solid #ebebeb;
}

div#linkstop div.link{
	float: left;
}
div#linkstop a.link{
	display: block;
	float: left;
	padding: 0px 10px;
	
	min-height: 34px;
	height: auto !important;
	height: 34px;
	line-height: 34px;
	background:url(../img/topmenu-bg.png) repeat-x;
	font-size:15px;
	color: #636363;
	text-decoration: none;
	position:relative;
}

div#linkstop div.Selected {}
div#linkstop a.Selected {
	background:url(../img/topmenu-selected.png) repeat-x;
	color:#fff;
	font-weight:bold;
	margin-right:10px;
	padding-right:20px;
}
	div#linkstop a.Selected span {
		display:block;
		width:21px;
		height:21px;
		background:url(../img/bullet-bigred.gif) no-repeat;
		position:absolute;
		right:-10px;
		top:6px;
	}

div#linkstop div:hover {}
div#linkstop a:hover {
	color:#E43D20;
}
	div#linkstop a.Selected:hover {
		color:#fff;
	}

