/* CSS Document */
#head {                 /* HEADER */

text-align: left;

background-image: url('http://division26clothing.com/assets/header.gif');

background-position: center center;

background-repeat: no-repeat;

width: 800px;

height: 150px;}

/*BODY*/


body {

background: #000000;


color: #CCCCCC;

font-family: Tahoma, Verdana, Sans;

font-size: 12px;
}


/*Rollover Menu*/


.rollmenu {
	margin: 0;
	padding: 0;
	width: 755px;
	list-style: none;
	background: #000000;
	float:none		
}
.rollmenu li {
	padding: 0;
	margin-top: 5px;
	height: 30px;
	list-style: none;
	background-repeat: no-repeat;
}
.rollmenu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -4000px;
	height: 30px;
	background-repeat: no-repeat;
}
.home {background-image: url(http://www.division26clothing.com/assets/homeRollover01a.gif); width: 120px;}
.home a {background-image: url(http://www.division26clothing.com/assets/homeRollover01.gif);}
.products {background-image: url(http://www.division26clothing.com/assets/productsRollover01a.gif); width: 120px;}
.products a {background-image: url(http://www.division26clothing.com/assets/productsRollover01.gif);}
.news {background-image: url(http://www.division26clothing.com/assets/newsRollover01a.gif); width: 120px;}
.news a {background-image: url(http://www.division26clothing.com/assets/newsRollover01.gif);}
.devoted {background-image: url(http://www.division26clothing.com/assets/devotedRollover01a.gif); width: 130px;}
.devoted a {background-image: url(http://www.division26clothing.com/assets/devotedRollover01.gif);}
.culture {background-image: url(http://www.division26clothing.com/assets/cultureRollover01a.gif); width: 130px;}
.culture a {background-image: url(http://www.division26clothing.com/assets/cultureRollover01.gif);}
.dealers {background-image: url(http://www.division26clothing.com/assets/dealersRollover01a.gif); width: 130px;}
.dealers a {background-image: url(http://www.division26clothing.com/assets/dealersRollover01.gif);}
ul.rollmenu li a:hover {background: none;}
.rollmenu li {float: left;}
.rollmenu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}