body {font:bold 10pt Arial; color:#FDAE39; vertical-align:top; background-color:#715035; background-repeat:repeat-y; margin-left:0px; margin-top:0px;}
.popup {background-color:#000000;}
th {font:bold 10pt Arial; color:#FDAE39;}
td {font:10pt Arial; color:#FDAE39;}
.model {font:bold;}
.price {font:bold; color:red; vertical-align:top;}
.content {margin-left:10px; height:30px;}
a {color:#FFF297; text-decoration:underline; font:normal;}
a:hover {text-decoration:none; color:#F14205;}
.border {border-top:1px dotted #FCD9A4;}

td.navheader {
	background-image: url("../images/structure/nav/bg_lines.gif");
	background-repeat: no-repeat;
	background-position: 18px 20px;
}

body table tr td {
	vertical-align: top;
}

img.acoustic {
position: relative;
top: 10px;
}

img.about {
position: absolute;
top: 15px;
margin-left: 20px;
}

img.mandolins {
position: relative;
top: 19px;
margin-left: 20px;
}

img.archtop {
position: relative;
top: 15px;
margin-left: 8px;
}

img.resophonic {
position: relative;
top: 5px;
margin-left: 10px;
}

img.customwork {
position: relative;
top: -5px;
margin-left: 20px;
}

img.workshop {
position: relative;
top: 4px;
margin-left: 25px;
}

img.buynow {
position: absolute;
top: 52px;
margin-left: -5px;
}

/* Nav */
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#nav li {
	position: relative;
	float:left;
}
ul#nav li ul {
	position: absolute;
	left: 0;
	top: 58px;
	margin: 0;
	padding: 5px;
	list-style: none;
	display: none;
	background:#000000;
}
ul#nav li ul li {
	padding: 5px;
}
ul#nav li ul li a {
	text-decoration: none;
}
ul#nav li a {
	display: block;
}
/* Holly Hack. IE Requirement \*/
* html ul#nav li { float: left; height: 1%; width:55px; }
* html ul#nav li ul li { width:75px; text-align:left; }
* html ul#nav li a { height: 1%; }
/* End */

ul#nav li:hover ul, ul#nav li.over ul { display: block; } /* The magic */
