#linkstop {}

#linkstop div.link {
	float: left;
}
#linkstop a.link {
	display: block;
	float: left;
	padding: 0px;
	
	min-height: 43px;
	height: auto !important;
	height: 43px;
	line-height: 25px;
	color: black;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	margin-right:10px;
}
#linkstop a.last {
	margin-right:0px;
}
/* Custom links */
#linkstop a.link_1 {
	display:block;
	width:105px;
	background:url(../img/topmenu-umokkur.gif) no-repeat;
}
#linkstop a.link_2 {
	display:block;
	width:107px;
	background:url(../img/topmenu-snyrtistofa.gif) no-repeat;
}
#linkstop a.link_3 {
	display:block;
	width:94px;
	background:url(../img/topmenu-verslanir.gif) no-repeat;
}
#linkstop a.link_4 {
	display:block;
	width:148px;
	background:url(../img/topmenu-umhverfisstefna.gif) no-repeat;
}
	/* Custom links selected */
	#linkstop .link_1 a.Selected { background:url(../img/topmenu-umokkur-on.gif) no-repeat;	}
	#linkstop .link_2 a.Selected {	background:url(../img/topmenu-snyrtistofa-on.gif) no-repeat; }
	#linkstop .link_3 a.Selected {	background:url(../img/topmenu-verslanir-on.gif) no-repeat; }
	#linkstop .link_4 a.Selected {	background:url(../img/topmenu-umhverfisstefna-on.gif) no-repeat; }

#linkstop div.Selected {}
#linkstop a.Selected {}

#linkstop div:hover {}
#linkstop a:hover {
	text-decoration: underline;
}



/* 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{}
*/