div#linkstop {}

div#linkstop div.link {
	float: left;
}
div#linkstop a.link {
	display: block;
	float: left;
	padding: 0px 30px 0 22px;
	
	min-height: 47px;
	height: auto !important;
	height: 47px;
	line-height: 47px;
	
	color: #969696;
	font-size:16px;
	text-decoration: none;
	background:url(../img/topmenu-splitter.png) no-repeat right bottom;
}
div#linkstop a.last { background: none; }
div#linkstop div.Selected {}

div#linkstop a.Selected {
	background:#fff url(../img/tab_selected_shadow.png) no-repeat right bottom;
	color:#333333;
	font-weight:normal;
	position: relative;
}
	div#linkstop a.Selected .bullet {
		position: absolute;
		right:15px;
		top:22px;
		display:block;
		width:9px;
		height:5px;
		background:url(../img/menu_arrow_icon.png) no-repeat;
	}
	
	div#linkstop a.Selected.last .bullet { }

div#linkstop div:hover {}
div#linkstop a:hover { color:#009dea; }

/* TABBED MENU */
/*
div#linkstop {
	float: right;
}
div#linkstop div.link{
	float: left;
	background: transparent url(../img/menu-top_tab_left.gif) no-repeat scroll left;
	padding-left: 10px;
}
div#linkstop span.link{
	float: left;
	background: transparent url(../img/menu-top_tab_right.gif) no-repeat scroll right;
	padding-right: 10px;
}
div#linkstop a.link{
	display: block;
	float: left;
	background: transparent url(../img/menu-top_tab.gif) repeat-x scroll top;
	padding: 0px 5px;
	
	min-height: 30px;
	height: auto !important;
	height: 30px;
	line-height: 29px;
	
	color: black;
	text-decoration: none;
}
div#linkstop div.link.Selected {
	background: transparent url(../img/menu-top_tab_left_ALT.gif) no-repeat scroll left;
}
div#linkstop span.link.Selected {
	background: transparent url(../img/menu-top_tab_right_ALT.gif) no-repeat scroll right;
}
div#linkstop a.link.Selected {
	background: transparent url(../img/menu-top_tab_ALT.gif) repeat-x scroll top;
}

div#linkstop div:hover.link{
	background: transparent url(../img/menu-top_tab_left_ALT.gif) no-repeat scroll left;
}
div#linkstop div:hover.link span.link{
	background: transparent url(../img/menu-top_tab_right_ALT.gif) no-repeat scroll right;
}
div#linkstop div:hover.link a.link{
	background: transparent url(../img/menu-top_tab_ALT.gif) repeat-x scroll top;
}

div#linkstop a:hover.link{}
*/