/*=== Top Menu ===*/
#menu {
	color: #A3916D;
	width: 715px;
	background-color: #E8E5E2;
	float: left;
	position: inherit;
	z-index: 50;
	margin-left: 7px;
	margin-bottom: 3px;
}
#menu ul {
	height: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 119px;
	float: left;
	border-style: solid;
	border-width: 0;
	/*border-color: #CC6600;*/
}
#menu a, #menu h2 {
color: #A3916D;
	font: 11px Tahoma, Arial, sans-serif;
	display: block;
	border-width: 0;
	border-style: solid;
	border-color: #CC6600;
	margin: 0 3px;
}
#menu h2 {
	margin-top:4px;
	color: #DCD9C9;
	/*background-color: #E67A00;*/
	text-align: left;
	cursor:hand;      /* IE tries to switch back to an I-beam, don't let it */ 
	border-bottom: 4px solid #3f2309;
	padding: 1px 3px 2px;
}
#menu a {
	color: #F7F1E1;
	/*background-color: #E67A00;*/
	text-decoration: none;
	border-width: 0;
}
#menu a:hover {
	color: #3f2309;
	background-color: #F8F8E7;
	border-color: #996600;
}
#menu h2 a:hover {
	color: #3f2309;
	background-color: #E8E5E2;
	border-color: #996600;
}
#menu h2:hover {
	color: #BC6F18;
	border-color: #CC6600;
}
#menu li {
	position: relative;
}
#menu ul ul li {
	height:18px;
	width:110px;
	margin-left:3px;
	padding-top:3px;
	padding-left:3px;
	color: #CDBF9C;
	background-color:#E7E4D8;
}
#menu ul ul li:hover {
	color: #3f2309;
	background-color:#F7F0DD;
}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	border-width: 0 1px 1px 1px;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 119px;
	border-width:  0 /*1px 1px 1px*/;
}
div#menu ul ul {
	display: none;
}
div#menu ul li:hover ul
{display: block;}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

body {
behavior: url(../styles/csshover.htc);
}

.drop {
	display:block;
	padding:0px 2px;	       /* this sets the l/r margins for our menu item */
	margin:0;
	text-align:right;   /* this right alignment goes with the float:left below */
}

.drop span {        /* this simultaneously left and right aligns the text and */
	float:left;       /* the >> in the drop-down menus which link to sub-menus */
}
.contactUS {
	color: #E17121;
	font-weight: bold;
}
.cForm{
	width:228px;
}
[if IE6]>
body {
behavior: url(../styles/csshover.htc);
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
	color: #A3916D;
	font-smooth:always;
	font-weight:normal;
	font: 11px Tahoma, Arial, sans-serif;
	letter-spacing:0px;
}
<![endif]
