﻿@charset "utf-8";
/* Side Menu */
.menu-1{
	float:left;
	clear:both;
	width:100%;
	border:2px none #000000;
	text-align: center;
	margin-top: 10px;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	background-color: #659afa;
}
a.item {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	padding-top:5px;
	padding-bottom:3px;
	text-decoration:none;
	display:block;
	height: 17px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}

a.item:link{
	color:#FFFFFF;
	background-image: url(../images/NewMenu-1-cent.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
 a.item:visited{
	color:#330000;
	background-image: url(../images/NewMenu-1-cent.gif);
}

 a.item:active, a.item:hover{
	color: #003366;
	background-color: #FFFFFF;
}

