
/* $Id: styles.css $ */


/* GLOBAL STYLES */

.myplacemenu {
	width:100%;
	height:37px;
	position: fixed;
	font-size: 8pt;
	margin: 0px;
	padding:0;
	z-index:9999;
}

.myplacemenu div, td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
    line-height: normal;
}

.myplacemenu  td.top_menu {
	background-image: url(../images/topbar_bg.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #BBBBBB;
}

/* IE7 MAX-HEIGHT/MAX-WIDTH HACK
*:first-child+html .recentaction_div {
	overflow: visible;
	overflow-y: expression(this.scrollHeight > 125? "auto" : "hidden" );
	overflow-x: auto;
	padding-bottom: 25px;
	height: expression(this.scrollHeight > 125? "125px" : "auto" );
	width: expression(this.scrollWidth > 300? "300px" : "auto" );
}
/* IE6 AND UNDER MAX-HEIGHT/MAX-WIDTH HACK
html>body .recentaction_div {
	overflow: visible;
	overflow-y: expression(this.scrollHeight > 125? "auto" : "hidden" );
	overflow-x: auto;
	padding-bottom: 25px;
	height: expression(this.scrollHeight > 125? "125px" : "auto" );
	width: expression(this.scrollWidth > 300? "300px" : "auto" );
}
.recentaction_div img {
	max-width: 300px;
	width: expression(this.width > 300 ? 300: true);
}
 */

