.sdmenu {
    position: absolute; /* Menu position that can be changed at will */
	top: 124px;
	left: 16px;
	width: 152px;
	font: 10px verdana, arial, sans-serif;
	color: #FFF;
}

div.iframe     { 
	margin-left:0px;
	}
	
#fixedtipdiv{
position:absolute;
padding: 2px;
border:0px solid black;
font:normal 11px Verdana;
color:#FFFFDD;
line-height:12px;
z-index:100;
} 
 
.menutrans  {
	position: absolute; /* Menu position that can be changed at will */
	top: 70px;
	left: 177px;
	width: 152px;
	filter:alpha(opacity=50);
	}
	
.nodisplay  {
	position: absolute; /* Menu position that can be changed at will */
	top: 220px;
	left: 185px;
	width: 500px;
	display: none;
	}

.mtitle {
    display: block;
    padding: 4px 0;
    text-decoration: none;
	background: #FFF url(title.gif) repeat-x;
	cursor:pointer;
	}


.sdmenu .sdtitle, 
.sdmenu .sdtitlehidden{
    display: block;
    padding: 4px 0;
    text-decoration: none;
	
	background: #FFF url(title.gif) repeat-x;
	cursor:pointer;
	}

.sdmenu .sdtitle {
    border-bottom: 1px solid #FFF;
	font: 10px;
        color: #F0D3FF;
	}

.sdmenu .sdtitlehidden {
    border-bottom: none;
	color: #FFFFFF;
	font: 10px;
	}

.sdmenu .arrow {
	margin-left: 5px;
    margin-right: 7px;
	}
.sdmenu #top {
    background: url(toptitle.gif) no-repeat;
	}

.sdmenu .submenu {
    overflow: hidden;
	}

.sdmenu .submenu a {
    padding: 2px 0;
    text-indent: 10px;
    background: #FFDCFF;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #040;
	font: 9px verdana, arial, sans-serif;
	text-decoration: none;
	}

.sdmenu .submenu a:hover {
    background : #ddd url(linkarrow.gif) no-repeat right center;
    color: #040;
}

.sdmenu .sdtitlehidden a {
    color: #FF00FF;
	background: #FFF url(title.gif) repeat-x;
	cursor:pointer;
	}

.sdmenu .sdtitlehidden a:hover {
    color: #FFFF00;
}
.bodytextcentre {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #600;
	text-align: center;
	font-weight: bold;
}
.body11 {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #FF6600;
}
.body10 {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #F93;
}
