/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#MenuBottom, #MenuBottom ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
}

#MenuBottom li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#MenuBottom li li { /* all items under the top level */
}

#MenuBottom a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#MenuBottom li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#MenuBottom li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#MenuBottom li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#MenuBottom li ul { /* second-level lists */
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
}

#MenuBottom li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#MenuBottom li:hover ul, 
#MenuBottom li li:hover ul, 
#MenuBottom li li li:hover ul, 
#MenuBottom li.sfhover ul, 
#MenuBottom li li.sfhover ul, 
#MenuBottom li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#MenuBottom iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}

/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
div.MenuBottom {
	/*width:100%;
	margin:0;
	text-align:center;*/
	height: 23px;
	background-color: transparent;
	line-height: 23px;
	color : #000;
}
#MenuBottom, #MenuBottom ul { /* all submenu lists */
	/*width:100%;*/
	line-height: 23px;
}

#MenuBottom a { /* all links within the menu wrapper */
	color : #000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight : bold;
	text-decoration : none;
	text-transform: uppercase;
	background-color: transparent;
	padding: 0 10px;
	width: auto;
	height: 23px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 23px;
	_height: 100%;
	/* end hack */
}

#MenuBottom li { /* all list items */
	width: 144px;
	height: 23px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
}

#MenuBottom li a:hover {
	padding: 0 10px;
	color: #E2001A; 
	background-color: transparent; 
}

#MenuBottom a#MenuBottomCurrentLink
{ /* current link itself */
	color: #E2001A; 
	background-color: transparent; 
	text-decoration: none;
}

