DIV.menu {
	margin: 0;
	padding: 0;
	background:		url(/images/menu_fill.gif) repeat-x center left;
	height:41px;
	position: relative;
}

DIV.menu UL {
	margin:	0;
	padding: 0;
	list-style-type:none;
	position:	relative;
}

DIV.menu UL.IBSMenu1 {
	margin-left: 30px;
}

DIV.menu UL LI {
	margin:	0;
	padding: 0;
	text-align: center;
	float: left;
	line-height: 37px;
	position: relative;
}

DIV.menu UL LI.menuSep {
	background:		url(/images/menu_sep.gif) no-repeat center left;
	line-height: 41px;
	width:			3px;
	font-size: 1px;
}

DIV.menu UL LI.menuSrch {
	background:		url(/images/menu_plus.gif) no-repeat center right;
	line-height: 	38px;
}

DIV.menu UL A {
	text-decoration:	none;
	color:				#4c5956;
	text-transform:		uppercase;
	font-size:			9px;
	height:				37px;
	font-family:		Verdana, serif;
	display:			block;
	float:				left;
	padding:			0 3px;
}

DIV.menu UL A.redA {
	color:				#e60004;
	font-size:			9px;
	font-family:		Verdana, serif;
	padding:			0 22px 0 3px;
}

DIV.menu UL LI A:hover,
DIV.menu UL LI A.hover,
DIV.menu UL LI A.selected {
	background:			url(/images/menu_hover.gif) no-repeat center 3px;
	background-color:	#fff;
	height:				41px;
}