.bottom{
    clear      : both;
    overflow   : hidden;
	width      : auto;
    height     : 140px;
	margin     : 5px 0px 0px 0px;

    background : #ffcc00;
    color      : inherit;
}
		.bottom a,
		.bottom a:hover,
		.bottom a:visited,
		.bottom a:active{
			background : inherit;
			color      : #000000;
		}
		.bottom .menu{
			float      : left;
			width      : 800px;
		}
		.bottom .bttm{
			float      : right;
		}
		.bottom .twtr{
			float      : left;
			background : transparent url(/images/images1.png) no-repeat -646px -0px;
			width      : 100px;
			height     : 035px;
			cursor     : pointer;
		}
		.bottom .fbok{
			float      : left;
			background : transparent url(/images/facebook.jpg) no-repeat;
			width      : 100px;
			height     : 035px;
			cursor     : pointer;
		}
		.bottom .copy{
			clear      : both;
			padding    : 0px 0px 0px 10px;
		}

.menu{
	float      : left;
	overflow   : hidden;
	width      : auto;
	height     : auto;
	margin     : 10px 0px 0px 0px;
}
		.menu ul{
			padding    : 0px;
			margin     : 0px;
			list-style : none;
		}
		.menu li{
			padding    : 0px 0px 0px 10px;
			float      : left;
		}
		.menu a,
		.menu a:hover,
		.menu a:visited,
		.menu a:active{
			background : inherit;
			color      : #000000;
		}