.overall_holder
{
width: 100%;
background-color: gray;
color: white;
text-align: center;
height: 25px;
}



.link_holder {
width: 100px;
padding: 5px 10px 5px 10px;
display: inline;
height: 25px;
bacgkround-color: gray;
line-height: 23px;
}

div.link_holder:hover, link_holder#selected:hover {
background-color: #414141;
background-image: url(http://www.videal.ee/modules/mod_corpline/images/corprow_selected_bg.gif);
background-repeat: repeat-x; 
}


.link_holder#selected {
height: 25px;
background-color: #414141;
background-image: url(http://www.videal.ee/modules/mod_corpline/images/corprow_selected_bg.gif);
background-repeat: repeat-x; 
}




.float_killer {
clear: left;
}



a.corprow_link:link, a.corprow_link:visited, a.corprow_link:hover, a.corprow_link:active {
	color: white;
	font-size: 14px;
	font-family: arial;
	font-weight: 100;
	text-decoration: none;
}

a.corprow_link#selected:link, a.corprow_link#selected:visited, a.corprow_link#selected:hover, a.corprow_link#selected:active {

	font-weight: 900;
}