.ddsmoothmenu {
	font: bold 13px arial;
	/*background: #9d2c91; background of menu bar (default state)*/
	/*width: 936px;*/
}
.ddsmoothmenu ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style: none;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative !important;
	display: inline;
	float: left;
	background-image:url(../images/bg-line.gif);
	background-position:right top;
	background-repeat:no-repeat;
	margin:0 0px 0 0px;
	padding:0 1px 0 0px;
	cursor:pointer;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	/*background: #9d2c91; background of menu items (default state)*/
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	/*background-image: url(../images/left-one.gif);
	background-position:left -50px;
	background-repeat:no-repeat;*/
	padding:10px 14px 9px 15px;
	font-size:14px;
	margin:0px 0 0 0;
	float:left;
	}
.ddsmoothmenu ul li a span {
	/*background: #9d2c91; background of menu items (default state)*/
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	/*background-image: url(../images/right-two.gif);
	background-position:right -50px;
	background-repeat:no-repeat;*/
	float: left;
	margin:0;
	padding:0 0px 0 0;
	
}

/*.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color:#fff;

}*/

.ddsmoothmenu a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	/*background-image: url(../images/left-one.gif);
	background-position:left -25px;
	background-repeat:no-repeat;*/
	color:#fff;
	background-color:#e45c1e;
}
.ddsmoothmenu a.selected span {
	/*background of menu items during onmouseover (hover state)
	background-image: url(../images/right-two.gif);
	background-position:right bottom;
	background-repeat:no-repeat;*/
	color:#fff;
	background-color:#e45c1e;
}
.ddsmoothmenu ul li a:hover {
	/*background of menu items during onmouseover (hover state)
	background-image: url(../images/left-one.gif);
	background-position:left -25px;
	background-repeat:no-repeat;*/
	color:#fff;
	background-color:#ed8552;
}
.ddsmoothmenu ul li a:hover span {
	/*background of menu items during onmouseover (hover state)
	background-image: url(../images/right-two.gif);
	background-position:right bottom;
	background-repeat:no-repeat;*/
	color:#fff;
	background-color:#ed8552;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	margin:0;
	padding:0px 0 0 0;
	margin:0 0 0 5px;
	width:149px;
	color:#fff;
	background-color:#f9a26c;
	
}
.ddsmoothmenu ul li ul li {
	position: relative !important;
	display: inline;
	float: left;
	/*background-image:url(../images/bg-line.gif);
	background-position:right top;
	background-repeat:no-repeat;*/
	background-image:none;
	margin:0 0px 0 0px;
	padding:0 0px 0 0px;
	cursor:pointer;
	
}
.ddsmoothmenu ul li ul a {
	display: block;
	/*background: #9d2c91; background of menu items (default state)*/
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	/*background-image: url(../images/left-one.gif);
	background-position:left -50px;
	background-repeat:no-repeat;*/
	padding:5px 5px 5px 5px;
	font-size:12px;
	margin:0px 0 0 0;
	float:left;
	width:139px;
	
}


/*2nd sub level menu*/
.ddsmoothmenu ul li ul li ul{
	position: absolute;
	left: 0px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	margin:0;
	padding:0px 0 0 0;
	margin:0 0 0 0px;
	width:149px;
	color:#fff;
	background-color:#f9a26c;
	
}
.ddsmoothmenu ul li ul li ul li{
	position: relative !important;
	display: inline;
	float: left;
	/*background-image:url(../images/bg-line.gif);
	background-position:right top;
	background-repeat:no-repeat;*/
	margin:0 0px 0 0px;
	padding:0 0px 0 0px;
	cursor:pointer;
	
}
.ddsmoothmenu ul li ul  li ul li ul a {
	display: block;
	/*background: #9d2c91; background of menu items (default state)*/
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	/*background-image: url(../images/left-one.gif);
	background-position:left -50px;
	background-repeat:no-repeat;*/
	padding:5px 5px 5px 5px;
	font-size:12px;
	margin:0px 0 0 0;
	float:left;
	width:139px;
	
}



/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 10px;
	right: 10px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
	display:none;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	
}

/*.toplevelshadow{ shadow opacity. Doesn't work in IE
opacity: 0.8;
}*/

