.menu 
{
	position:absolute;
	overflow:hidden;
	margin:0px;
	/*height:50px;
	padding:2px 0 2px 4px;*/
	background-color:#000000; 
	color:#949494; 
	/*width:100%;*/
	float:left;
	border:0px solid red;
}
.btn 
{
	text-decoration:underline;
	cursor:pointer;
}

.footLnks
{
	padding:7px 25px 10px 0px !important;/*Mozila*/
	padding:12px 25px 12px 0px;
	padding/**/:/**/12px 25px 12px 0px; /*For IE*/
	float:left; 
	width:auto;
	
}
.footDisc
{
	
	padding:12px 25px 12px 0px !important;/*Mozila*/
	padding:12px 25px 12px 0px;
	padding/**/:/**/12px 25px 12px 0px; /*For IE*/
	width:auto; 
	text-align:right; 
	float:right; 
	color:#949494;
}
.footLnks UL{list-style:none;}
.footLnks UL LI{background:url('../images/arrow_link.gif') no-repeat 7px 5px; margin-left:20px; padding-left:20px; display:inline;}
.footLnks A,.footDisc A{color:#949494}
.footLnks A:hover,.footDisc A:hover{color:#949494}

.botspace
{
	margin:0px;
	/*margin-bottom:15px;*/
	height:34px;
	font-size: 10px;
	width:100%;
	border: 0px solid red;
	float:left;
}
