
body {
	margin:0px;
	padding:0px;}

/* list1 */
#content #list1 {
	list-style-type:none;
	width: 190px;
	margin: 35px 0 0; 
	padding:0;  
	float: left;
}
#content #list1 ul {
	margin:0;
	padding:0;
}
#content #list1 li {
	background: none;
	padding: 0 0 0 0;
	margin: 0;
	float: none;
}
#content #list1 li a {
	color: #492b23;
	display: block;
	text-decoration: none;
	width:135px;
	border: 0;
	line-height:50px;
	overflow:hidden;
	/* IE is the myspace of browsers! */        
	position: relative;
	height: 1%;
	/* /IE */
}
#content #list1 li a#home {
	background: url(../images/Buttons/Home.jpg) right 0 no-repeat;
}
#content #list1 li a#messages {
	background: url(../images/Buttons/Messages.jpg) right 0 no-repeat;
}
#content #list1 li a#jobs {
	background: url(../images/Buttons/Jobs.jpg) right 0 no-repeat;
}
#content #list1 li a#production {
	background: url(../images/Buttons/Production.jpg) right 0 no-repeat;
}
#content #list1 li a#employees {
	background: url(../images/Buttons/Employees.jpg) right 0 no-repeat;
}
#content #list1 li a#customers {
	background: url(../images/Buttons/Customers.jpg) right 0 no-repeat;
}
#content #list1 li a#crews {
	background: url(../images/Buttons/Crew.jpg) right 0 no-repeat;
}
#content #list1 li a#reports {
	background: url(../images/Buttons/Reports.jpg) right 0 no-repeat;
}
#content #list1 li a#profile {
	background: url(../images/Buttons/Profiles.jpg) right 0 no-repeat;
}
#content #list1 li a#maps {
	background: url(../images/Buttons/Maps.jpg) right 0 no-repeat;
}
#content #list1 li a#punchouts {
	background: url(../images/Buttons/Punchout.jpg) right 0 no-repeat;
}
#content #list1 li a#documents {
	background: url(../images/Buttons/Documents.jpg) right 0 no-repeat;
}
#content #list1 li a#pandl {
	background: url(../images/Buttons/PandL.jpg) right 0 no-repeat;
}
#content #list1 li a#snapshot {
	background: url(../images/Buttons/Snapshot.jpg) right 0 no-repeat;
}
#content #list1 li a:hover { 
	color: #3f5f5a;
}
#content #list1 li a:hover#home { 
	background: url(../images/Buttons/Home.jpg) right 0 no-repeat;
}
#content #list1 li a:hover#messages { 
	background: url(../images/Buttons/Messages.jpg) right 0 no-repeat;
}
#content #list1 li a:hover#jobs { 
	background: url(../images/Buttons/Jobs.jpg) right 0 no-repeat;
}
#content #list1 li a:hover#production { 
	background: url(../images/Buttons/Production.jpg) right 0 no-repeat;
}
#content #list1 li a:hover#employees { 
	background: url(../images/Buttons/Employees.jpg) right 0 no-repeat;
}
#content #list1 li a:hover#customers { 
	background: url(../images/Buttons/Customers.jpg) right 0 no-repeat;
}
#content #list1 li a:hover#crews { 
	background: url(../images/Buttons/Crew.jpg) right 0 no-repeat;
}
#content #list1 li a:hover#reports { 
	background: url(../images/Buttons/Reports.jpg) right 0 no-repeat;
}
#content #list1 li a:hover#profile { 
	background: url(../images/Buttons/Profiles.jpg) right 0 no-repeat;
}
#content #list1 li a:hover#maps { 
	background: url(../images/Buttons/Maps.jpg) right 0 no-repeat;
}
#content #list1 li a:hover#punchouts { 
	background: url(../images/Buttons/Punchout.jpg) right 0 no-repeat;
}
#content #list1 li a:hover#forecast { 
	background: url(../images/Buttons/Forecast.jpg) right 0 no-repeat;
}
#content #list1 li a:hover#pandl { 
	background: url(../images/Buttons/PandL.jpg) right 0 no-repeat;
}
#content #list1 li a:hover#snapshot { 
	background: url(../images/Buttons/Snapshot.jpg) right 0 no-repeat;
}
#content #list1 li a span {
	position: absolute;
	left: 5px;
	top:0px;
	height:69px;
}

#content .clear {
	height: 1px;
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
}
#content small { 
	color: #bbb; 
	display: block; 
	font-size: 10px; 
	margin-top: 5px; 
}


