.ddsmoothmenu {
	z-index: 999;
}
.ddsmoothmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 999;
}

.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}

.ddsmoothmenu ul li a {
	display: block;
	text-decoration: none;
}
* html .ddsmoothmenu ul li a {
	display: inline-block;
}
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
}
.ddsmoothmenu ul li ul li ul {
	top: 0;
}
.ddsmoothmenu ul li ul li a {
	font: normal 9px Lucida Sans Unicode, Lucida Grande, sans-serif;
	width: 160px; /*width of sub menus*/
	padding: 7px;
	margin: 0;
	border-top-width: 0;
	color: #9a6e05;
}
.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
	visibility: hidden;
}

.ddsmoothmenu .smDropNav 
{
	z-index: 999;
}
.ddsmoothmenu .smDropNav a {
	background: #342319;
	margin-bottom: -1px;
	color: #9a6e05;
}

.ddsmoothmenu .smDropNav a:hover {
	background: #593f30;
	color: #FF0000;
}

.ddsmoothmenu .smDropNav li
{
	border-top: solid 1px #484848;
	border-left: solid 1px #484848;
	border-right: solid 1px #484848;
	border-bottom: solid 2px #101010;
}




/*not using ddsmoothmenu anymore*/
#cssmenu, #cssmenu ul { list-style: none;}
#cssmenu, #cssmenu * { padding: 0; margin: 0; }

#cssmenu li.headlink {
    float: left; margin-left: -1px; border: 0px; color: #ffffff;}

#cssmenu li.headlink a{ display: block; text-decoration: none; }
#cssmenu li.headlink ul { display: none; border-top: 1px black solid; text-align: left; position: absolute;background-position:bottom;background-color: #342319;padding-top: 5px;}
#cssmenu li.headlink:hover ul { display: inline;z-index:999;}

#cssmenu li.headlink ul li {padding:5px;width: 160px;}
#cssmenu li.headlink ul li a { height: 17px;}
#cssmenu li.headlink ul li a:hover { background-color: #593f30;}

.smDropNav li
{
   	border-top: solid 1px #484848;
	border-left: solid 1px #484848;
	border-right: solid 1px #484848;
	border-bottom: solid 2px #101010;
	color: #FF0000;
	width: 160px; /*width of sub menus*/
	padding: 7px;
}


.smDropNav li:hover {
	background-color: #593f30;
	width: 160px; /*width of sub menus*/
	padding: 7px;
	margin:0px;
}

