/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#mainMenuH, #mainMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	position: relative;
	z-index: 99998;
}

#mainMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	color: #000000;
}

#mainMenuH li li { /* all items under the top level */
	z-index: 11113;
}

#mainMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#mainMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#mainMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#mainMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#mainMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#mainMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#mainMenuH li:hover ul ul, 
#mainMenuH li:hover ul ul ul, 
#mainMenuH li.sfhover ul ul, 
#mainMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#mainMenuH li:hover ul, 
#mainMenuH li li:hover ul, 
#mainMenuH li li li:hover ul, 
#mainMenuH li.sfhover ul, 
#mainMenuH li li.sfhover ul, 
#mainMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99998;
}

#mainMenuH 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
*******************************************************/
#mainMenuH, #mainMenuH ul { /* all submenu lists */
	line-height: 12px;
	/*border: solid 1px #000;*/
	width: 100%;
	height: 22px;
	_height: 20px;
	background-color: transparent;
}

#mainMenuH li { /* all list items */
	width: 144px;
	height: 22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 22px;
	_height: 20px;
	/* end hack */
}

#mainMenuH li li { /* all items under the top level */
	width: 148px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#mainMenuH a { /* all links within the menu wrapper */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	background-color: transparent;
	padding: 5px;
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#mainMenuH li li a { /* all item links under the top level */
	padding: 5px;
	width: 148px;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	height: 12px;
	_height: 20px;
	/* end hack */
	color: #fff;
}

#mainMenuH li a:hover {
	padding: 5px;
	color: #fff;
	background-color: #ee91bd; 
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#mainMenuH li li a:hover {
	color: #000;
	background-color: #fff; 
	padding: 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#mainMenuH li ul { /* second-level lists */
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	/*border: solid 1px #fff;*/
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	background-color: #ee91bd;
	height: auto;
}

#mainMenuH li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 144px;
	border: solid 1px #fff;
	line-height: 12px;
	background-color: #ee91bd;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#mainMenuH #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#mainMenuH a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#mainMenuH a#houseMenuCurrentLink
{ /* current link itself */
	padding: 5px;
	color: #111; 
	background-color: #fff; 
	text-decoration: none;
}



/* SIDE MENU */

#secondarymenu ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;

}

#secondarymenu li {
	padding: 0px;
	margin: 0px 0px 8px 0px;
	border: 0px;
	list-style-type: none;
	display: block;
}

#secondarymenu ul li a {
display: block;
text-decoration: none;
width: 160px;
}


#widepage #pagenav ul {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px

}

#widepage #pagenav li {
position: relative;
display: inline;
float: left;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
list-style-type: none;
}

#widepage #pagenav li a {
font-size: 12px;
position: relative;
display: inline;
float: left;
margin:0px 0px 0px 0px;
padding:0px 10px 5px 0px;
list-style-type: none;
}





