﻿/* MAIN CONTENT */

.innerContent
{
	display: block;
	float: right;
	padding-bottom: 20px;
	width: 800px;
}

/* MENU */

.botmenu
{
	width: 750px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: left;
}
.botmenu ul
{
	float: left;
}
.botmenu li
{
	list-style: none;
	display: block;
	width: auto;
	float: left;
}
.botmenu a
{
	text-decoration: none;
	display: block;
	padding: 0 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
.botmenu a:hover
{
	background: #ff99cc;
	color: #000;
}
