﻿body {
}
ul.nav
{
	margin-left:0px;
	padding-left:0px;
	list-style:none;
	border-bottom: 2 px offset #000;
}
ul.nav li
{
	  float:left;
	
}
ul.nav a
{
	border-left: thick outset gray;
	border-right: 0px outset gray;
	border-top: 0px outset gray;
	display:block;
	border-bottom-color: #EAEAEA;
		margin: 5px;
	border-bottom: thick outset gray;
		padding: 10px 15px 10px 15px;
		text-decoration: none;
		color: #333;
		background-color: #FF66CC;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
	
}
ul.nav a:hover
{
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	margin: 5px;
	border-bottom: ridge thick gray;
	padding: 5px 15px 5px 15px;
	margin-right: 5px;
	border-bottom-color: #EAEAEA;
	text-decoration: none;
	color: #FFFFFF;
	border-style: ridge;
	 border-width:thick;
	background-color: #AD5BFF;
	border-right-width:0px;
}
 .tableLayoutFeedback
{
	border-bottom-style: double;
	border-bottom-width: medium;
	border-bottom-color: #AD5BFF;
}
/*IE 6 and earlier fixes */
* html ul.nav a { height:1px}
