
/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	background-color: transparent;
	height: 35px;
    padding-bottom:0px;
    width:892px;
    white-space:nowrap;
    overflow:visible;
}

#houseMenuH li { /* all list items */
	height: 35px;
	padding:0px 0px 0px 0px;
	display:block;
}
li.liSpacer
{
    line-height:33px;
    color:#1e417b;
    font-weight:bold;
    font-size:8pt;
}
#houseMenuH a { /* all links within the menu wrapper */
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	font-size: 8pt; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family:  Helvetica, Tahoma,Verdana, Arial, sans-serif;
	padding-left: 3px;
	padding-right: 3px;
    line-height:35px;
    height: 35px;
}

#houseMenuH a:hover { /* all links within the menu wrapper */
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	font-size: 8pt; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family:  Helvetica, Tahoma,Verdana, Arial, sans-serif;
	padding-left: 3px;
	padding-right: 3px;
    line-height:35px;
    height: 35px;
}

a#houseMenuCurrentLink
{ 
    cursor: pointer; 
	cursor: hand; 
	color: #fff;
	font-size: 8pt; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family:   Helvetica,Tahoma, Verdana, Arial,sans-serif;
	padding-left: 3px;
	padding-right: 3px;
    line-height:35px;
    height: 35px;
    text-decoration:underline;
}


#houseMenuH li a:hover {
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	font-size: 8pt; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family:  Helvetica, Tahoma, Verdana, Arial,sans-serif;
	padding-left: 3px;
	padding-right: 3px;
    line-height:35px;
    height: 35px;
	text-decoration:underline;
}

