ul#nav
{
	clear:both;
}

ul#nav, ol.submenu 
{
	margin: 0;
	padding: 0;
	list-style: none;
}
     
ol.submenu 
{
	position: absolute;
	display: none;
}

/* Styles for Menu Items */
a.tab 
{
	display: block;
	text-decoration: none;
	font: bold 10px verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	padding: 7px 9px;
	margin: 0;
	background: #000; /* IE6 Bug */
	text-align: center;
	border-top: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}

a.activetab
{
	display: block;
	font: bold 10px verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	padding: 7px 9px;
	margin: 0;
	background-color: #BE2D22;
	text-align: center;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #BE2D22;
	border-right: 1px solid #CFCFCF;
}
     
ol.submenu li a 
{
	font: bold 11px arial, helvetica, sans-serif;
	display: block;
	width: 185px;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
	color: #000;
	background: #efefef; /* IE6 Bug */
}      

/* Fix IE. Hide from IE Mac \*/
* html ol li { float: left; height: 1%; }
* html ol li a { height: 1%; }
/* End */

/* Hover Styles */
a.tab:hover 
{
	color: #ffffff;
	text-decoration: underline;
}

a.activetab:hover 
{
	color: #ffffff;
	text-decoration: none;
}

ol.submenu li a:hover 
{ 
	color: #a00;
	background: #fff;
	text-decoration: none;
}

/* Sub Menu Styles */
li:hover ol,li.over ol { display: block; }

ul li ol li {
  float: none;
}

/*****CONTACT FORM*****/

ol.forms { float: left; list-style: none; margin:20px 0 0; padding:0; }
ol.forms li { 
	clear: both; 
	float: left; 
	margin-bottom: 18px; 
	position: relative;
	padding-left:10px;
}
ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	width: 110px;
}
ol.forms input, ol.forms textarea {
	background-color:#F5F5F5;
	border:1px solid #656565;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	color: #5D5D5D;
}
ol.forms textarea { height: 125px; width: 334px; }
ol.forms input:focus, ol.forms textarea:focus { background-color: #E9E9E9; border-color: #656565; color: #5D5D5D; }
.error { color: #C00000; }
ol.forms li .error { font-size: 12px; margin-left: 20px; }
ol.forms li.textarea .error {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	margin-left:0;
	margin-right:40px;
}
ol.forms li.screenReader { margin-bottom: 0; }
ol.forms li.buttons button {
	border: none;
	color: #000;
	cursor: pointer;
	font: 14px/14px "Avenir LT Std", Helvetica, Arial, sans-serif;
	overflow: hidden;
	padding: 6px 3px 3px 3px;
	text-transform: uppercase;
	width: auto;
}
ol.forms li.buttons button:hover { color: #222; }
ol.forms li.buttons button:active { left: -1px; position: relative; top: -1px; }
ol.forms li.buttons, ol.forms li.inline { float: right; width: 460px; }
ol.forms li.inline input { width: auto; }
ol.forms li.inline label { display: inline; float: none; width: auto; }

ol.forms li div#cats { 
	float: right;
}

ol.forms li div#cats td { 
	font-size: 11px;
    width: 200px
}
