@charset "UTF-8";
/* Tis' A CSS Document */

/*--------------------------------------------------------------*/
/*------ Navigation Styles ------*/
/*--------------------------------------------------------------*/

html>body #navigation {
	height: 53px;
	width: 385px;
	margin-left: 11px;
	margin-top: 12px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: no-repeat;
	float: left;
}
#navigation ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	display: inline;
	float: left;
}
#navigation a {
	text-decoration: none;
	text-indent: -5000px;
	display: block;
	overflow: hidden;
}
#news-block {
	width: 94px;
	height: 53px;
	margin-left: 3px;
}
#brands-block {
	width: 97px;
	height: 53px;
}
#about-block {
	width: 94px;
	height: 53px;
}
#contact-block {
	width: 94px;
	height: 53px;
}
#news-home {
	background-image: url(../images/news-nav.gif);
	background-position: left bottom;
	height: 53px;
}
#brands-home {
	background-image: url(../images/brands-nav.gif);
	background-position: left bottom;
	height: 53px;
}
#about-home {
	background-image: url(../images/about-nav.gif);
	background-position: left bottom;
	height: 53px;
}
#contact-home {
	background-image: url(../images/contact-nav.gif);
	background-position: left bottom;
	height: 53px;
}
#news-nav {
	background-image: url(../images/news-nav.gif);
	background-position: left top;
	height: 53px;
}
#brands-nav {
	background-image: url(../images/brands-nav.gif);
	background-position: left top;
	height: 53px;
}
#about-nav {
	background-image: url(../images/about-nav.gif);
	background-position: left top;
	height: 53px;
}
#contact-nav {
	background-image: url(../images/contact-nav.gif);
	background-position: left top;
	height: 53px;
}
#news-nav:hover {
	background-position: left bottom;
}
#brands-nav:hover {
	background-position: left bottom;
}
#about-nav:hover {
	background-position: left bottom;
}
#contact-nav:hover {
	background-position: left bottom;
}