
#houseMenuH li#houseMenuCurrentItem
{
    /*background-image:url(http://images.tidy.com/t/skin_cont/menu_tab.gif);*/
    background-repeat:no-repeat;
}

ul#houseMenuH
{
    padding:0px;
    margin:0px;
    margin-left:0px;
    border:1px solid white;
    height:27px;
    background-image:url(http://images.tidy.com/t/skin_cont/menu-background-test.gif);
}
#houseMenuH li { /* all list items */
    background-position: right top;
    background-repeat:no-repeat;
    height:29px;
    margin: 0;
    padding: 0;
    margin:0px;
    margin-left:0px;
    width:96px;
	position: relative;
	display: inline-block;
	float: left;	
	border: none;	
	text-align:right;
	background-image:url(http://images.tidy.com/t/skin_cont/menu-test.gif);
}

#houseMenuH a { /* all links within the menu wrapper */

}

#houseMenuH li a:hover {
	background-image:url(http://images.tidy.com/t/skin_cont/menu-test-off.gif);
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}
.ArrowPointer
{
	cursor: default;
}


#houseMenuH a { /* all links within the menu wrapper */    
	font-family: Helvetica, Sans-Serif,Verdana, Arial;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;	
	color: lightgoldenRodYellow;		
	width: auto;
	padding-right:2px;
	text-align:center;
	line-height:27px;
	height:27px;
	vertical-align:text-bottom;
	display:block;
}
/*
#houseMenuH li a:hover 
{
    background-image:url(http://images.tidy.com/t/skin_cont/menu_tab.gif);
    background-repeat:no-repeat;    
	color: white;	
	height: 25px;
	padding-top:4px;
}
*/
/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
    color: #fff; 	 
	text-decoration: none;	
}
