.ddsmoothmenu {
	float:right;
	margin:0 0 0 0;
    /*display:inline;*/
	padding:0 0 0px 0px;
	width:692px;
    z-index:100;
	text-align:left;
	
}
.ddsmoothmenu ul {
	list-style:none;
	padding:0px 0 0 0;
	margin:0;
	width:692px;
	
}
.ddsmoothmenu ul li {
	position: relative !important;
	padding:0 0 0px 0;
	float:left;
	margin:0 2px 0 0;
	display:inline;
	background-color:#fff;
	width:auto;
	height:36px;
	
	
	
}
.ddsmoothmenu ul li a {
	text-decoration:none;
	margin:0;
	height:0px;
	padding:0px 0px 0px 0px !important;
	/*height:13px;
	background-position:left top;*/
}
.ddsmoothmenu  ul li .selected {
	/*background-color:#5b2832;
	background-position:left bottom;*/
}
.ddsmoothmenu  .nav1 {
	/*background:#fff url(../images/nav1.jpg) no-repeat left top;*/
	width:87px;
}
.ddsmoothmenu  .nav1:hover {
	/*background:#5b2832 url(../images/nav1.jpg) no-repeat left bottom;*/
}
.ddsmoothmenu  a  .selected {
	/*background:#5b2832 url(../images/nav1.jpg) no-repeat left bottom;*/
}

.ddsmoothmenu  .nav2 {
	/*background:#fff url(../images/nav2.jpg) no-repeat left top;*/
	width:132px;
}
.ddsmoothmenu  .nav2:hover {
	/*background:#5b2832 url(../images/nav2.jpg) no-repeat left bottom;*/
}
.ddsmoothmenu   .nav2 .selected {
	/*background:#5b2832 url(../images/nav2.jpg) no-repeat left bott*/om;
}


.ddsmoothmenu  .nav3 {
	/*background:#fff url(../images/nav3.jpg) no-repeat left top;*/
	width:110px;
}
.ddsmoothmenu  .nav3:hover {
	/*background:#5b2832 url(../images/nav3.jpg) no-repeat left bottom;*/
}
.ddsmoothmenu   .nav3 .selected {
	/*background:#5b2832 url(../images/nav3.jpg) no-repeat left bottom;*/
}


.ddsmoothmenu  .nav4 {
	/*background:#fff url(../images/nav4.jpg) no-repeat left top;*/
	width:173px;
}
.ddsmoothmenu  .nav4:hover {
	/*background:#5b2832 url(../images/nav4.jpg) no-repeat left bottom;*/
}
.ddsmoothmenu   .nav4 .selected {
	/*background:#5b2832 url(../images/nav4.jpg) no-repeat left bottom;*/
}


.ddsmoothmenu  .nav5 {
	/*background:#fff url(../images/nav5.jpg) no-repeat left top;*/
	width:96px;
}
.ddsmoothmenu  .nav5:hover {
	/*background:#5b2832 url(../images/nav5.jpg) no-repeat left bottom;*/
}
.ddsmoothmenu   .nav5 .selected {
	/*background:#5b2832 url(../images/nav5.jpg) no-repeat left bottom*/;
}

/*1st sub level menu*/ 
/* Sub level menu links style */
.ddsmoothmenu ul li ul  {
	position: absolute;
	left: 0px;
	display:inline; /*collapse all sub menus to begin with*/
	visibility: hidden;
	padding:12px 0 12px 0;
	margin:0 0 0 0px;
	width:160px !important;
	background-image: none;
	border:0px solid #000;
	border-top:none;
	background-color:#841c31;
}
.ddsmoothmenu ul li ul li {
	padding:0;
	margin:0;
	width:160px;
	float:left;
	font-size:1px;
	background-color:#841c31;
}
.ddsmoothmenu .bg-li {
	height:20px;
	background:url(../images/btm-dropdown.gif) no-repeat left bottom;
}

.ddsmoothmenu ul li ul li a {
	float: left;
   	padding:7px 0px 7px 8px !important;
	color:#ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-image:url(../images/bg-dot.gif);
    background-position:center bottom ;
    background-repeat:no-repeat;
	/*background-color:#505050;*/
	width:152px;
	margin:0 0px 0 0px;
	height:auto;

}

.ddsmoothmenu ul li ul li a:hover{
	/*background-color:#505050;*/
	text-decoration:underline;
	
 }
.ddsmoothmenu ul li ul li .selected{
	background-color:#505050;
	color:#fff;
}




/* ######### 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;
}*/




