﻿body
{
	background-color: #000000;
}

.bottomMenuText
{
	font-family: Verdana;
	font-size: 9px;
	color: #FF9900;
	cursor: pointer;	
	padding-right: 10px;
	text-decoration: none;
}

.bottomMenuTextHover
{
	font-family: Verdana;
	font-size: 9px;
	color: #FF9900;
	cursor: pointer;
	padding-right: 10px;
	text-decoration: underline;
}

.bottomMenuVSeparator
{
	cursor: default;
	color: #FF9900;
	background-repeat: no-repeat;
	padding: 0px;
	background-image: url('../Images/Site/BottomMenuVerticalSeparator.png');
	width: 10px;
	height: 10px;
	margin: 0;
}

