﻿ul.nav.li
{
	float: left;
}	

ul.nav
{
	border: thin;
	text-align: right;
	list-style: none;
	width: 188px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

ul.nav a
{
	display: block;
	border: 1px dashed #000000;
	border-bottom: none;
	padding: 10px 0px 10px 3px;
	margin-right: 5px;
	background-color: #000000;
	text-decoration: none;
	color: #ffffff;
	text-align: right;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
}

ul.nav a:hover
{
	color: #99CC00;
}

.MenuBackdrop
{
	background-color: #000000;
	min-height: 625px;
}

.MenuBasePhoneDiv
{
	text-align: right; 
	vertical-align: bottom; 
	padding-top: 20px;
	background-color: #000000;
}

.MenuPhoneText
{
	margin: 20px 20px 0px 0px; 
	color: #FFFFFF; 
	font-size: 1.3em;
}