.botnav_active, .botnav_inactive
{
	display: inline;
	line-height: 18px; 

}
.botnav_active a
{
	font: 11px sans-serif;
	color: #0099ff;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

.botnav_active a:hover
{
	color: #00ff00;
	background-color:#003300;
}
.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: 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;
}
