.ddsmoothmenu {
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
}
.ddsmoothmenu ul {
	z-index: 100;
	margin: 0px 0px 0px 30px;
}
* + html .ddsmoothmenu ul {
	z-index: 100;
	margin: 0px 0px 0px 68px;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	float: left;
	position: relative;
	display: inline;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	height: 24px;
	display: block;
	padding: 0px 0px 0px 45px;
	float: left;
	overflow: hidden;
	margin-right: 5px;
}
.ddsmoothmenu ul li a span {
	height: 24px;
	padding: 0 30px 0 0;
	float: left;
	font: bold 12px Arial;
	line-height: 22px;
}
.ddsmoothmenu ul li a:hover {
	background: url(../images/but_bg.gif) no-repeat;
}
.ddsmoothmenu ul li a:hover span {
	background: url(../images/but_bg.gif) no-repeat top right;
	cursor: pointer;
	color: #333;
}
.ddsmoothmenu ul li a.active {
	background: url(../images/but_bg.gif) no-repeat;
}
.ddsmoothmenu ul li a.active span {
	background: url(../images/but_bg.gif) no-repeat top right;
	cursor: pointer;
	color: #333;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	text-transform:uppercase;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	color: #5d4927;
	text-decoration:none;
	text-transform:uppercase;
}
.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: no-repeat;
	background:url(../images/but_bg.gif);
	background-repeat:no-repeat;
	text-transform:uppercase;
}
.ddsmoothmenu ul li a.selected span { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: url(../images/but_bg.gif) no-repeat top right;
	color: #333;
	text-transform:uppercase;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	padding: 0px 0 0 0;
	margin: 0;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	font: bold 11px Arial;
	text-align: left;
	width: 150px;
	padding: 2px 0 0 25px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
	background-color: #333;
	height: 16px;
	text-transform:uppercase;
}
.ddsmoothmenu ul li ul li a:hover {
	background: #666 url(../images/xbut_bg.jpg) no-repeat;
	color: #fc0;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

/*.downarrowclass			{
						position: absolute;
						top: 10px;
						right: 5px;
						}

.rightarrowclass		{
						position: absolute;
						top: 6px;
						right: 5px;
						}*/

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}
						
/*.ddsmoothmenu ul li ul li a.serv_cat {
						background-color: #fc0;
						color: #333; 
						padding: 2px 0 0 15px; 
						width: 160px;
						}*/
