/*Menu Styles*/



a.menu:link 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	text-indent: 12px;
	display: block;
	width: 162px;
	height: 31px;
	font-weight: normal;
	background-image: url('/images/layout/menu-x.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: bottom;
	line-height: 30px
}
	
a.menu:visited 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	text-indent: 12px;
	display: block;
	width: 162px;
	height: 31px;
	font-weight: normal;
	background-image: url('/images/layout/menu-x.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: bottom;
	line-height: 30px
}
		
a.menu:hover 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	text-indent: 12px;
	display: block;
	width: 162px;
	height: 31px;
	font-weight: normal;
	background-image: url('/images/layout/menu-o.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: bottom;
	line-height: 30px	
}
		
a.menu:active 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	text-indent: 12px;
	display: block;
	width: 162px;
	height: 31px;
	font-weight: normal;
	background-image: url('/images/layout/menu-o.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: bottom;
	line-height: 30px		
}