#menu_about_h, #menu_listings_h {
	color: #0063DC; 
}

.menus {
    position: absolute;
	visibility: hidden;
	z-index: 2000; 
}
.menus IFRAME {
	 display:none;/*sorry for IE5*/ 
	 display/**/:block;/*sorry for IE5*/
	 position:absolute;/*must have*/
	 top:0;/*must have*/
	 left:0;/*must have*/
	 z-index:-1;/*must have*/
	 filter:mask();/*must have*/
	 width:130px;/*must have for any big value*/
	 height:200px/*must have for any big value*/;
}

.menuheader {
	border: 0px;
	/*
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 0px;
	*/
    background: #DDD;
}

.menus table {
    padding: 0px 1px 1px 1px;
	/*font-size: 9pt;*/
	/*font-family: Arial, Sans-serif;*/
	border: 1px solid #000;
	/*
    border-top: 0px;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
	*/
    background: #DDD;
}
.menus table td {
	/*border-top: 1px solid #333;*/
	padding: 2px;
}
.menus a, .menus a:visited, .menus a:hover {
    padding-left: 4px;
	padding-right: 4px;
    color: #0063DC;
	text-decoration: none;
}
/*
.menus a:hover {
    color: #55F;
}
*/
.menuItemHover {
    cursor: pointer;
    /*background: #8CF; */
	background: #FFF;
}
