.ddsmoothmenu {
	font: bold 13px arial;
	/*background: #9d2c91; background of menu bar (default state)*/
	width: 944px;
}
.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 5px 0 5px;
	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;
	height:25px;
	padding-left:9px;
	font-size:14px;
	margin:0px 0 0 0;
	float:left;
	}
.ddsmoothmenu ul li a span {
	/*background: #9d2c91; background of menu items (default state)*/
	padding:5px 15px 0px 6px;
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	background-image: url(../images/right-two.gif);
	background-position:right -50px;
	background-repeat:no-repeat;
	height:20px;
	float: left;
	margin: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:#3e3c2c;
}
.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:#3e3c2c;
}
.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:#3e3c2c;
}
.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:#3e3c2c;
}
/*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;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	background-image:none;
	display: block;
	float: left;
	font-size:1px;
	margin:0;
	padding:0;
	
	
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	margin:0px 0  0 0;
	padding:0;
	list-style:none;		
	position: absolute;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	left:-5500px;
}


/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	font: bold 13px arial;	
	padding: 0px 0px 0px 9px;
	color:#3e3c2c;
	/*background: #9d2c91; background of menu items (default state)*/
	text-decoration: none;
	font-weight:bold;
	background-image: url(../images/left-one.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:25px;
	padding-left:9px;
	font-size:13px;
	margin:0px 0 0 0;
	float:left;
}
.ddsmoothmenu ul li ul li a span {
	width: 119px; /*width of sub menus*/
	padding:5px 15px 0px 6px;
	color:#3e3c2c;
	text-decoration: none;
	font-weight:bold;
	background-image: url(../images/right-two.gif);
	background-position:right top;
	background-repeat:no-repeat;
	height:20px;
	margin:0;
	
}



/*All subsequent sub menu levels vertical offset after 2nd level sub menu */
.ddsmoothmenu ul li ul li ul li ul {
	margin:0px 0  0 0;
	padding:0;
	list-style:none;		
	position: absolute;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	float:left;
	
}


/* Sub level menu links style */
.ddsmoothmenu ul li ul li ul li a {
	font: bold 13px arial;	
	padding: 0px 0px 0px 9px;
	color:#3e3c2c;
	/*background: #9d2c91; background of menu items (default state)*/
	text-decoration: none;
	font-weight:bold;
	background-image: url(../images/left-one.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:25px;
	padding-left:9px;
	font-size:13px;
	margin:0px 0 0 0;
	float:left;
	display:block;
}
.ddsmoothmenu ul li ul li ul li a span {
	width: 119px; /*width of sub menus*/
	padding:5px 15px 0px 6px;
	color:#3e3c2c;
	text-decoration: none;
	font-weight:bold;
	background-image: url(../images/right-two.gif);
	background-position:right top;
	background-repeat:no-repeat;
	height:20px;
	margin:0;
	
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 10px;
	right: 10px;
}
.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;
	
}

/*.toplevelshadow{ shadow opacity. Doesn't work in IE
opacity: 0.8;
}*/
