﻿.test a:link, .test a:visited
{
color: #EEE;
text-decoration: none;
}

.test a:hover
{
/* color: #ccc; */
}

.test ul{
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none;
	margin:0;
	padding:0;
}

.test li{
	display:inline;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
	display: block;
	padding: 3px;
	width: 258px;
	text-align:right;
	padding-right:30px;
	background-repeat:no-repeat;
	background-color:#1460e3;
	background-position:right;
	height:15px;
	font-size:11px;
	padding-top:5px;
}
/* Menu 1 ends here */
