﻿/*==============Menu Styles==============*/

a.menu:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:white;
	text-decoration:none;
	text-align:left;
	text-indent:8px;
	display:block;
	width:190px;
	height:38px;
	font-weight:bold;
	background-image:url('images/layout/nav-x.jpg');
	background-repeat:no-repeat;
	background-position:left center;
	vertical-align:bottom;
	line-height:38px
}
	
a.menu:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: white;
	text-decoration: none;
	text-align: left;
	text-indent:8px;
	display: block;
	width: 190px;
	height: 38px;
	font-weight: bold;
	background-image: url('images/layout/nav-x.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: bottom;
	line-height: 38px;
}
		
a.menu:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#53c7ff;
	text-decoration:none;
	text-align:left;
	text-indent:8px;
	display:block;
	width:190px;
	height:38px;
	font-weight:bold;
	background-image:url('images/layout/nav-o.jpg');
	background-repeat:no-repeat;
	background-position:left center;
	vertical-align:bottom;
	line-height:38px	
}
		
a.menu:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:white;
	text-decoration:none;
	text-align:left;
	text-indent:8px;
	display:block;
	width:190px;
	height:38px;
	font-weight:bold;
	background-image:url('images/layout/nav-x.jpg');
	background-repeat:no-repeat;
	background-position:left center;
	vertical-align:bottom;
	line-height:38px		
}

.inline label input {display:inline;}


