﻿li:hover{
	border:medium black inset;
}

li{
	width:140px;
	height:22px;
	background-color:red;
	background-color:white;
	
	border:medium black outset;
	color:black;
	list-style-type:none;
	text-align:right;
	font-family:"Century Gothic";
	color:#7D0001;
	vertical-align:middle;
}

li.black{
	width:75px;
	height:15px;
	background-color:black;
	position:relative;	
	top:-8px;
	display:block;
	margin-bottom:-17px;
	border: thin outset white;
	color:white;

	
	
}
#textleft a{
margin-top:50px;}