div.menuItemInactive
{
	float: left;
	height: 30px;
	margin: 0px 5px 0px 5px;
}

div.menuItemActive
{
	float: left;
	height: 30px;
	margin: 0px 5px 0px 5px;
	background-image: url('../images/menu_right.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.menu a
{
	display: block;
	font-size: 13px;
	color: #fff;
	padding: 7px 10px 0px 10px;
}

.menu a:hover
{
	text-decoration: none;
}

a.tabLeft_inactive
{
	padding-bottom: 7px;
}

a.tabLeft_active
{
	color: #d4003b;
	padding-bottom: 6px;
	text-decoration: none;
	background-image: url('../images/menu_left.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.menu div div a
{
	margin: 1px 0px 3px 0px;
	font-size: 11px;
	padding: 2px 15px 0px 15px;
	color: #777b7c;
	background-image: url('../images/menu_bg_small.png');
	background-position: bottom;
	background-repeat: no-repeat;
}

.menu div div a:hover
{
	color: #fff;
	background-color: #d4003b;
	text-decoration: none;
	background-image: none;
}

.menu .menu
{
	position: absolute;
	margin-left: 0px;
	width: 160px;
	background-color: #f7f7f7;
	padding-bottom: 8px;
	border-left: 1px solid #e0e2e1;
	border-right: 1px solid #e0e2e1;
	border-bottom: 8px solid #b2b3b5;
}

.menu .menu .menu
{
	margin-left: 160px;
	margin-top: -23px;
}

