/*
	LEGEND

	vertab = Vertical Menu Tab
	verlnk = Vertical Menu Link

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


/* 
	Esimese taseme kastid 
*/

.vertab1, .vertab1-over, .vertab1-on
{
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
	cursor: hand;
}

/* 
	Esimese taseme lingid
*/

a.verlnk1, a.verlnk1:visited
{
	color: #006699;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.verlnk1:hover
{
	color: #006699;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

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

a.verlnk1-on:hover
{
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


/* 
	Teise taseme kastid 
*/

.vertab2, .vertab2-over, .vertab2-on
{
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
	cursor: hand;
}

/* 
	Teise taseme lingid
*/

a.verlnk2, a.verlnk2:visited
{
	color: #006699;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.verlnk2:hover
{
	color: #006699;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

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

a.verlnk2-on:hover
{
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}



