.menu ul {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, Palatino, serif;
	font-size: 14px;
	list-style-type: none;
	overflow: hidden;
	font-weight: bold;
}
.menu li {
	float: left;
	margin: 0;
}
.menu a {
	text-decoration: none;
	color:#fbda70;
	display: block;
	text-align: left;
	padding: 0 17px;
	background-color:#A44034;
	height:40px;
	line-height:40px;
	float: left;
}
.menu a:visited {
	text-decoration: none;
}
.menu li.last {
	background: none;
}
.menu a:hover {
	color: #FFF;
	background-color:#b3726d;
}
.menu a.selected, .redmenu a#selected { /* controls "selected" tabs */
}
/* Navigation sub level menus */

.ddsubmenustyle, .ddsubmenustyle ul { /* topmost and sub ULs, respectively */
	margin: 0;
	padding: 0 0 0 0; /* top padding pushes down the submenu.  Works fine in ie8, ff and chrome/safari, but breaks menu in ie7 and ie6 */
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
	font-family: "Times New Roman", Times, Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
}
.ddsubmenustyle a {
	display: block;
	width: 140px; /* width of sub menus (not including any side paddings) */
	color: #FFF;
	text-decoration: none;
	padding: 8px 8px;
	background-image: url(../_images/_nav/brown-85.png);
}
* html .ddsubmenustyle li { /* IE6 CSS hack */
	display: inline-block;
	width: 140px; /* width of menu (include side paddings of LI A */
}
.ddsubmenustyle a:hover {
	color: #FFFFFF;
	background: url(../_images/_nav/brown-95.png);
}
.ddsubmenustyle a:visited {
	color: #EEEEEE;
	text-decoration: none;
}
/* Navigation global styles */

.downarrowpointer { /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
}
.rightarrowpointer { /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}
.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}




.ffmenu {
	width: 135px;
	float:right;
	margin-right:5px;
	vertical-align:middle;
} 
.ffmenu ul {
	list-style: none;
	margin:0;
	padding:0;
}
.ffmenu li {
	background: #f1f1f1;
	text-align: left;
}
.ffmenu a {
	display: block;
	height: 15px;
	width: 130px;
	padding: 1px 0px 1px 4px;
	border: 1px solid #B6B8BA;
	background: url(../_images/down-arrow.gif) 100% 50% no-repeat;
	text-decoration:none;
	line-height:15px;
}
.ffmenu a:hover {
	text-decoration: none;
}

.ffsubmenustyle, .ffsubmenustyle ul {
	padding: 0;
	margin: 0 0 0 -1px;
}
.ffsubmenustyle a {
	color: #FFF;
	padding: 4px 10px;
	background-image: url(../_images/_nav/brown-85.png);
	width: 220px; /*width of menu (not including side paddings)*/
	margin: 0 ;
	text-decoration: none;
	font-weight:normal;
/*
	background: url(../images/black-60.png);
*/
}
* html .ffsubmenustyle li { /*IE6 CSS hack*/
	display: inline-block;
	width: 240px; /*width of menu (include side paddings of LI A*/
}
.ffsubmenustyle a:visited {
	color: #FFF;
	text-decoration: none;
}
.ffsubmenustyle a:hover {
	background: url(../_images/_nav/brown-95.png);
	color: #FFFFFF;
	margin: 0;
	padding: 4px 10px;
}