/*
	LEGEND

	hortab = Horisontal Menu Tab
	horlnk = Horisontal Menu Link

	-on = Aktiivne seisnud
	-over = Kursori seisund
*/

.hortab1, .hortab1-over
{
	float: left;
	background-image: url(img/arrow-white.gif);
	background-repeat: no-repeat;
	background-position: left;	
	padding: 4px 10px 5px 20px;
	cursor: pointer;
	cursor: hand;
}

.hortab1-on
{
	float: left;
	background-image: url(img/arrow-white.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #5A8DB3;	
	padding: 4px 10px 5px 20px;
	cursor: pointer;
	cursor: hand;
}

a.horlnk1, a.horlnk1:visited
{
	color: #5A8DB3;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.horlnk1:hover
{
	color: #5A8DB3;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.horlnk1-on, a.horlnk1-on:visited
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.horlnk1-on:hover
{
	color: #5A8DB3;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
