@charset "utf-8";

#menu ul { /* all lists */
	padding: 7px 0;
	margin: 0;
	list-style: none;
	line-height: 1.5;
	text-transform: uppercase;
}

#menu li { /* all list items */
	width: auto; /* width needed or else Opera goes nuts */
	display: inline;
}
#menu li.selected {
	background: #181818;
	color: #b9ccf0;
	display: inline;
	width: auto;
	padding: 10px 30px 15px 30px;
}


#menu a {
	width: auto;
	padding: 10px 30px 15px 30px;
	text-decoration: none;
	color: #cdcdcd;	
	display: inline;
}

#menu a:hover {
	text-decoration: none;
	background: #181818;
	color: #b9ccf0;
}



#sidebar ul { /* all lists */
	padding: 0;
	margin: 15px 0;
	list-style: none;
	line-height: 1.5;
}

#sidebar ul li { /* all list items */
	width: 210px; /* width needed or else Opera goes nuts */
	margin-bottom: 25px;
}

#sidebar ul li a {
	display: block;
	width: 210px;	
	height: 100px;
	padding: 0;
	text-indent: -9009px;
}

#sidebar ul li a.tile {
	background: url(../img/sidebar-nav/tile.jpg);
}

#sidebar ul li a.shingle {
	background: url(../img/sidebar-nav/shingle.jpg);
}

#sidebar ul li a.metal {
	background: url(../img/sidebar-nav/metal.jpg);
}

#sidebar ul li a.commercial {
	background: url(../img/sidebar-nav/commercial.jpg);
}

#sidebar ul li a.repair {
	background: url(../img/sidebar-nav/repair.jpg);
}

#sidebar ul li a.flat {
	background: url(../img/sidebar-nav/flat.jpg);
}

#sidebar ul li a.gutters-soffits {
	background: url(../img/sidebar-nav/gutters-soffits.jpg);
}

#sidebar ul li a.gutters-soffits-skylights {
	background: url(../img/sidebar-nav/gutters-soffits-skylights.jpg);
}

#sidebar ul li a:hover {
	background-position: 0 -100px;
}
