/* CSS Document */

#bottomnav {
	background-image: url('../images/global/home_texture-bottom.jpg');
	background-repeat:no-repeat;
	width:1000px;
	height:121px;
	z-index:500;
	clear:both;
	float:left;

}
#bottomnav-home {
	position: relative;
	left:0px;
	top:-5px;
	width:1000px;
	height:81px;
	z-index:0;
	clear:both;
	float:left;
	background-image:url(../images/global/home_texture-bottom3.jpg);
	background-repeat:no-repeat;
    background-position: 0px 0px;
}

#bottomnavsub {
	/*border:1px solid #000000;*/
	background-image:url(../images/global/home_texture-bottom.jpg);
	background-repeat:no-repeat;
	height:121px;
	z-index:500;
}

#bottom-links {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	float:left;
	line-height:18px;
	padding-top:25px;
	padding-left:237px;
}

#bottom-links a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration:none;
}

#bottom-links a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration:none;
}

#bottom-links a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration:underline;
}

#bottom-links a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration:none;
}
