/* 
	Esimese taseme kastid 
*/

.vertab1, .vertab1-over, .vertab1-on
{
	border-bottom: 1px solid #eeeeee;
	background-image: url(img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left;	
	padding: 5px 0px 5px 15px;
	cursor: pointer;
	cursor: hand;
}

/* 
	Esimese taseme lingid
*/

a.verlnk1, a.verlnk1:visited
{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.verlnk1:hover
{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.verlnk1-on, a.verlnk1-on:visited
{
	color: #CE0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.verlnk1-on:hover
{
	color: #CE0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


/* 
	Teise taseme kastid 
*/

.vertab2, .vertab2-over, .vertab2-on
{
	background-color: #eeeeee;
	background-image: url(img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left;	
	padding: 5px 0px 5px 15px;
}

/* 
	Teise taseme lingid
*/

a.verlnk2, a.verlnk2:visited
{
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.verlnk2:hover
{
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.verlnk2-on, a.verlnk2-on:visited
{
	color: #CE0000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.verlnk2-on:hover
{
	color: #CE0000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}



/* 
	Kolmanda taseme kastid 
*/

.vertab3, .vertab3-over, .vertab3-on
{
	background-color: #DEDEDE
	background-image: url(img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left;	
	padding: 5px 0px 5px 28px;
}

/* 
	Kolmanda taseme lingid
*/

a.verlnk3, a.verlnk3:visited
{
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.verlnk3:hover
{
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.verlnk3-on, a.verlnk3-on:visited
{
	color: #CE0000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.verlnk3-on:hover
{
	color: #CE0000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}




