.botnav_active, .botnav_inactive
{
	display: inline;
	line-height: 18px; 
}
.botnav_active a
{
	font: 11px sans-serif;
	color: #0099ff;
	text-decoration: none;
}
.botnav_active a:hover
{
	color: #ffffff;
	background-color:#00ffff;
}
.botnav_inactive
{
	font: 11px sans-serif;
	color:#666600;
}
.botnav_active a:visited
{ 

}

/*this one just ensures that items are vertically separated. Only use if items have a border outline*/
.botnav_container {
	line-height: 22px;
}
/* switch language will be done after menu items, so will be outside the block. Use inline display to prevent line-break */
.botnav_block { 
	display: inline;

}
