﻿.menu-2{
	text-align: center;
}

a.item-2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 10px;
}

a.item-2:link, a.item-2:visited, a.item-2:active{
	color:#000066;
	border-style: none;
	text-decoration: none;
	background: #C6DCFD;
}


a.item-2:hover{
	color: #FFF;
	text-decoration: none;
	background: #900;
}

