/*	general styles	*/


/*	header styles	*/

#header{
	font:11px "Helvetica Neue", Arial, sans-serif;
	padding:0 0 0 0;
}


#header ul{
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	
}



/* ------ Son of suckerfish drop-down code begins here ------ */

#bottom {
 position:relative;
 /* start crazy safari fix */
 border-top:#EBEBEB 1px solid;
 margin-top:-1px;
 /* end crazy safari fix */
 z-index:9999;
}

#nav {
	/*float:left;
	height: 27px;*/
	/*width: 440px;*/
	text-align: center;
	padding: 0;
	margin: 0px 0px 0px 0px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size:13px;
	font-weight:bold;
	z-index:9999;
}

#navul {
z-index:9999;
}

#navul td {
	list-style-type:none;
	margin:0;
	padding:0;
}



#navul td a {
	color: #ffffff;
	display: block;
	background-color: #eeeeee;
	/* changed from 17px*/
	line-height:13px;
	text-decoration: none;
	padding: 12px 23px 5px 14px;
	margin: 0px 1px 0px 0px;
	background: url(../images/gray-arrow.gif) 92% 10px no-repeat #80807F;
	cursor:default;
}

#navul td a:hover {
	color: #ffffff;
	display: block;
	text-decoration:none;
	/*background: url(../images/orange-arrow.gif) 92% 10px no-repeat  ;*/
}

#navul td.noImage a{
	background: none #333;
  cursor:pointer;
}

#navul td.noImage a:hover{
	background: none #80807f;
}

#navul td li a {
 cursor:pointer;
}

#navul td {
	float:left;
	margin:0;
	padding:0;
}

/* this holds both UL elments */
#navul td .block {
	position: 					absolute;
	/* width: 10em; */
	left: 						-9999em;
	/* was 132*/
	top: 						128px;
	z-index:					999;
	background-color:			#333;
	padding:					15px 30px 7px 0px;
}

#navul td .block .column {
	width:120px;
	float:left;
	margin:0;
}

#navul td .block .column ul {

	width: 						80px;
	float:						left;
	margin-left: 				0px;
	margin-right: 				5px;
	margin-top: 				0px;
	margin-bottom: 				0px;
	color:#b84112;

}

#navul td .block .column ul li {
	float:none;
	text-align:left;
	padding:0px;
	margin:0px;
	
}



/* These styles are only applied to IE browsers. */

#navul td:hover .block, #navul td.sfhover .block {
	left: auto;
}

/*#navul td:hover ul, #navul td.sfhover ul {
	left: 						auto;
}*/
/* End IE styles */
#navul td .block .column ul li {
	float: none;
}

#navul td .block .column ul li a {
	display:					inline;
	text-decoration:			none;
	font-weight:				normal;
	font-family: 				Arial, Verdana, sans-serif;
	background:					none;
	color: 						#FFF;
	text-align: 				left;
	padding: 					0px;
	line-height: 				normal;
	font-size: 					11px;
	border-bottom: 				0px solid #787878;
	border-left: 				0px solid #787878;
	border-right: 				0px solid #787878;
}

#navul td .block .column ul li a:hover {
	text-decoration: underline;
	/*color: #ff660e;*/
	background:#80807f;
	display:inline;

}

#navul td .block .column  p {
	font-family:Georgia, Times, serif;
	font-size:12px;
	float:left;
	clear:both;
	padding:0px;
	text-align:center;
	text-transform:uppercase;
	width:35px;
	margin:0px;
	color:#999 !important;
	background:none;
}

div.spacer {
	margin:0px;
	padding:0px;
	clear:both;
	height:1px;
	width:100px;
}
/* ------ End SoSF code ------ */
.test{
	background-color:#ffffff;
}


