/* Navbar */
#navbar {
	height: 34px;
	margin-top:2px;
	clear: both;
	width:990px;
	}
#navbar ul {
	list-style: none;
	display: block;
	margin:0px;
	padding-top:2px;
	padding-left:0px;
	}
#navbar li {
	float: left;
	}

/* Rollover state */
#navbar li span {
	height: 30px;
	margin: 0;
	background-position: 0 -33px;
	display: block;
	}

/* Rolloff state */
#navbar li span a, #navbar li span a:link {
	display: block;
	width: 100%;
	height: 30px;
	background-position: 0 -1px;
	}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
#navbar li span a strong { display:none; }
#navbar li span a:hover { background-image: none; }

/* Button images */
li.but-home span,
li.but-home span a {
	background: url("images/but_home.gif") 0 0 no-repeat;
	}
li.but-ip span,
li.but-ip span a {
	background: url("images/but_ip.gif") 0 0 no-repeat;
	}	
li.but-downloads span,
li.but-downloads span a {
	background: url("images/but_downloads.gif") 0 0 no-repeat;
	}
li.but-remote span,
li.but-remote span a {
	background: url("images/but_remote.gif") 0 0 no-repeat;
	}
li.but-support span,
li.but-support span a {
	background: url("images/but_support.gif") 0 0 no-repeat;
	}
li.but-kb span,
li.but-kb span a {
	background: url("images/but_kb.gif") 0 0 no-repeat;
	}
	
li.but-video span,
li.but-video span a {
	background: url("images/but_video.gif") 0 0 no-repeat;
	}	
	
li.but-forum span,
li.but-forum span a {
	background: url("images/but_forum.gif") 0 0 no-repeat;
	}
	
li.but-end span,
li.but-end span a {
	background: url("images/but_end.gif") 0 0 no-repeat;
	}	
	
li.but-home span	{ width: 120px; }
li.but-ip span	{ width: 120px; }
li.but-downloads span	{ width: 120px; }
li.but-remote span	{ width: 120px; }
li.but-kb span	{ width: 120px; }
li.but-video span	{ width: 120px; }
li.but-forum span	{ width: 120px; }
li.but-end span	{ width: 125px; }


/* Always active states */
body.home #navbar li.but-home span a,
body.ip #navbar li.but-ip span a,
body.downloads #navbar li.but-downloads span a,
body.languages #navbar li.but-downloads span a,
body.kb #navbar li.but-kb span a,
body.mods #navbar li.but-kb span a,
body.styles #navbar li.but-kb span a,
body.styles #navbar li.but-forum span a,
body.support #navbar li.but-support span a,
body.video #navbar li.but-video span a,
body.remote #navbar li.but-remote span a {
	background-position: 0 -64px;
}

/***** FOOTER ******/


#footerTop{

	padding:13px 0 26px 0;

}

#footerTop ul{

	padding:0 0 0 25px;
	margin:0;
	list-style:none;
	color:#8e857c;

}

#footerTop li{

       float:left;
       padding:0 12px 0 0;
       margin:0;

}

#footerTop li.first{

       padding:15px 15px 0 0;

}

#footerTop li.last{

	padding-right:0;

}

#footerBtm{

	font-size:10px;
	padding:0 0 10px 25px;
	color:#8e857c;

}

#footerBtm ul{

	padding:4px 0 0 0;
	margin:0;
	list-style:none;

}

#footerBtm ul.btmLink{

	padding:8px 0 0 0;

}

#footerBtm li{

	padding:0;
	margin:0;
	display:inline;

}

#footerBtm a{

	color:#8e857c;
	text-decoration:underline;

}



#footerBtm a:hover{

	text-decoration:none;

}
