/*-- [START] css/bottommenu.css --*/

.bottommenu
{
	color:#000000;
	background-color: white;
	margin:0px;
	overflow:scroll;
	width: 320px;
	font-size: 9px;
}

.bottommenu_line
{
	background-color: #999999;
	height: 1px;
}

.bottommenu_left
{
	height: 20px;
	width:  250px;
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 3px;
}


.bottommenu_right
{
	height: 25px;
	width: 70px;
	text-align: right;
	background-color: #FFFFFF;
}

/*-- [END] css/bottommenu.css --*/

