/* CSS Document */



#floatdiv {
	position:absolute;
    width:150px;
	height:auto;
	left:0;
	top:0;
    padding:16px;
	background:transparent;
    border:none;
	}
	
	.tab_menu{
	background:url(../images/btn_menu.gif) 0 0 no-repeat;
	height:26px;
	line-height:26px;
	width:130px;
	text-align:left;
	padding:0 0 0 5px;
	margin:0 0 1px 0;
	}
	
		.tab_menu a{
		color:#FFFFFF;
		text-decoration:none;
		}
		
		.tab_menu a:hover{
		color:#FFFF00;
		text-decoration:underline;
		}
