/* menu look and feel */

body {
	background-color: rgb(254,246,223);
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu_top {
	background-image: url(images/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 32px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}
.menu_bottom {
	background-image: url(images/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 32px;
	vertical-align: bottom;
}
.menu_bottom_2 {
	background-image: url(images/menu_bottom_2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 32px;
	vertical-align: bottom;
}
.menu_bottom_3 {
	background-image: url(images/menu_bottom_3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 32px;
	vertical-align: bottom;
}
.menu_bottom_4 {
	background-image: url(images/menu_bottom_4.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 32px;
	vertical-align: bottom;
}
.menu_background {
	background-image: url(images/menu_tile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

/* flyout look and feel */

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 2;
}
#menu {
	position: relative;
	top: 0;
	left: 0;
	width: 203px;
	z-index: 2;
}


#menu dt  {
	height: 40px;
	width: 170px;
	font-size: 9.5pt;
	line-height: 25pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	list-style-type: none;
	text-align: center;
	position: relative;
	left: 16px;
	vertical-align: top;
	display: block;
	background-image: url(images/menu_button.jpg);
	background-repeat: no-repeat;
	
}
#menu dt a:hover {
	height: 40px;
	line-height: 25pt;
	color: black;
	font-weight: bold;
	background-image: url(images/menu_button_over.jpg);
	background-repeat: no-repeat;
	
}
	

#menu dd {
	z-index: 100;
	display: none;
	position: relative;
	background-color: rgb(124,7,8);
	list-style-type: none;
	text-align: left;
	color: white;	
}

#menu ul {
	top: -60px;
	padding: 8px;
	border: medium solid rgb(174,20,15);
	overflow: hidden;
	visibility: visible;
	z-index: 100;
	background-color: rgb(124,7,8);
	position: absolute;
	width: 300px;
	left: 170px;
	color: white;	
	
}
#menu li {
	text-align: left;
	font-size: 9.5pt;
	height: 40px;
	line-height: 30pt;
	font-weight: bold;
	text-indent: 8px;
	color: white;	
	

}
#menu dd li a:hover {
	line-height: 30pt;
	text-indent: 8px;
	height: 40px;
	font-weight: bold;
	background-image:url(images/dd_tile.jpg);
	background-repeat: repeat-x;	
	color: white;
}

#menu dt a {
color: rgb(100,52,10);
text-decoration: none;
display: block;
} 

#menu li a {
color: rgb(250,190,190);
text-decoration: none;
display: block;
}
.aluminum {
	background-image: url(images/aluminum.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align: bottom;
	height: 239px;
	margin: 0;
	padding: 0;

}
.menu_bar_quote {
	background-image: url(images/dog_quote_2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align: bottom;
	height: 292px;
	margin: 0;
	padding: 0;
}
.menu_bar_gradient {
	background-image: url(images/red_gradient.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align: bottom;
	height: 211px;
	margin: 0;
	padding: 0;
}

