﻿.menu
{


background-color:#666666;
font-family:Tahoma;
text-align:right;


}
ul{
background-color:#666666;
	list-style-type:none;
	}
ul li{

background:url(Images/arrows.png) no-repeat 0 30px;  padding:0 0 0 0px;
border-bottom:1px #FFFFFF dotted ;
background-position:right;

	text-align:center ;
	
	}
	
	a:hover
	{
	font-family:Tahoma;
	color:black;
	font-size:15px;
	background-color:#8A8AE9;
	text-decoration:underline;
	}
	a:link
{
	font-family:Tahoma;
	color:white;
	font-size:15px;
	text-decoration:none

	}
a:visited
{
	font-family:Tahoma;
	color:gray;
	font-size:15px;
	text-decoration:none

}
body
{
	font-family:Tahoma;
	color:black;
	font-size:13px;
	text-align:right;
	
background-color:#DBDBDB;	

}
.footers
{
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-size:10px;
	text-align:center;
	background-color:#666666;
	
}