#menu {
	position:fixed;
	bottom:0;
	width:100%;
	height:10px;
	background-color:#101114;
	z-index:10; 
	padding:10px 0px 14px 0px;
	border:#25252d;
	border-top-style:solid;
	color:#939394;
	border-width:1px;

	margin:0px 0px 0px 0px;
	font-size: 10px;
	font-family: Verdana;
	color: #fff;
	text-align: left;
	letter-spacing: 0px;
	line-height: 1.5em;
	}
	
#menu_logo {
	position:relative;
	left:10px;
	top:-1px;
	bottom:0;
	width:48px;
	height:14px;
	float:left;
	background: url(http://www.antivj.com/img/logo_mini.gif);
	}

.link2 a{
	font-family: Verdana;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.5em;
	font-size: 9px;


	color: #808080; 
	background-color: #000000; 
	text-decoration: none; 

	}
	
.link2 a:hover {color: #FFFFFF;	background-color: #CC0000;	text-decoration: none;}

.link2_selected{
	color: #fff;  
	text-decoration: none; 
	letter-spacing: 1px;
	}