#btn_top a:link, #btn_top a:visited, #btn_top a:active 
{
	font-family: 		Arial, Helvetica, sans-serif;	
	font-size: 			12px;
	line-height: 		20px;
	color: 				#000000;
	background-image: 	url(../images/gfx-buttons/top-slider.jpg);	
	background-repeat:  no-repeat;
	background-position:right top;
	height: 			20px;
	width: 				101px;
	text-decoration: 	none;  
	text-align: 		center;
	display: 			block;
	float:				left;
	margin-top:         93px;
}

#btn_top a:hover
{
	background-position:center top;
	background-repeat:  no-repeat;	
}

.btn_top_select
{
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			12px;
	line-height: 		20px;
	color: 				#000000;
	background-image: 	url(../images/gfx-buttons/top-slider.jpg);
	background-repeat:  no-repeat;
	background-position:left top;
	height: 			20px;
	width: 				101px;
	text-decoration: 	none;
	text-align: 		center;
	display: 			block;
	float:				left;
	margin-top:         93px;
}



#btn_left a:link, #btn_left a:visited, #btn_left a:active 
{
	font-family: 		Arial, Helvetica, sans-serif;	
	font-size: 			12px;
	line-height: 		22px;
	background-color:   #777777;
	border-bottom: 		1px solid #000099;
	color: 				#ffffff;
	height: 			24px;
	width: 				146px;
	text-decoration: 	none;  
	text-align: 		center;
	display: 			block;
	float:				left;
}

#btn_left a:hover
{
	background-color:   #444444;
}

.btn_left_select
{
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#ffffff;
	line-height: 		22px;
	background-color:   #444444;
	border-bottom: 		1px solid #000099;
	height: 			24px;
	width: 				146px;
	text-decoration: 	none;
	text-align: 		center;
	display: 			block;
	float:				left;
}

#btn_text1 a:link, #btn_text1 a:visited, #btn_text1 a:active {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#000000;
	text-decoration: 	none;
	background-color: 	#dddddd;
	text-align: 		left;
	display: 			block;
	float:				left;
	margin: 			2px;
	padding:			2px;
	width: 				110px;
	border: 			1px solid #999999;
}

#btn_text1 a:hover
{
	background-color: 	#ffffff;
}

.menuebox{
	text-align: 		center;
	display: 			block;
	float:				left;
	margin: 			2px;
	padding:			2px;
	width: 				125px;
}



a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#fff;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#fff}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}




.test{
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#000000;
	text-decoration: 	none;
	background-color: #CCCCCC;
	display: block;
	margin: 2px;
	padding: 2px;
	height: 18px;
	width: 75px;
	border: 1px solid #0000CC;
}

