.botnav_active, .botnav_inactive
{
	display: inline;
	line-height: 18px; 
}
.botnav_active a
{
	font: 11px sans-serif;
	color: #ffffff;
	text-decoration: none;
}
.botnav_active a:hover
{
	color: #0000ff;
	background-color:#00ffff;
}
.botnav_inactive
{
	font: 11px sans-serif;
	color:#006600;
}
.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: 18px; */

}
/* 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;
}
