.ddsmoothmenu{
float:left ;
margin-top:0px;
margin-right:0px;
}

.ddsmoothmenu ul{
	z-index:10;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	font-size:12px;
    text-transform:uppercase ;
	color:#fff;
	padding:12px 26px 10px 26px;
	font-weight:600;
	float:left;
	border-left:1px solid #ad160e ;
	background:url(../images/drop-arrow.png) no-repeat center 81% ;
	text-transform:uppercase;
	-webkit-transition-property:color, text, padding, box-shadow, background;
				 -webkit-transition-duration: 0.5s;
				 -webkit-transition-timing-function: linear, ease-in;
								
				 -moz-transition-property:color, text, padding, box-shadow, background;
				 -moz-transition-duration:0.5s;
				 -moz-transition-timing-function: linear, ease-in;
								
				 -o-transition-property:color, text, padding, box-shadow, background;
				 -o-transition-duration:0.5s;
				 -o-transition-timing-function: linear, ease-in;
}

.ddsmoothmenu ul li a#last_nav { border-right:1px solid #ad160e ;
                               }

.ddsmoothmenu ul li a.no_drop { background:none ;
                              }

.ddsmoothmenu ul li a.no_drop:hover { color:#da251c ;
									background:#e2e2e2;
                              }

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}


.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background:#e2e2e2 url(../images/drop-arrow-hover.png) no-repeat center 81% ;
	color:#da251c ;
}

.ddsmoothmenu ul li a.active_nav { /*CSS class that's dynamically added to the currently active menu items' LI A element*/

/*	background:#0c64ac;
	color:#fff ;*/
}


/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	width:196px;
	margin: 0 0 0 0px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background:url(../images/nav-drop-bg.png) repeat ;
	margin-left:0px;
	z-index:99879 !important ;
	border-top:1px solid #d0d0d0;
}

.ddsmoothmenu ul li ul li ul { margin-left:1px ;
                         
                              }

/*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{
	
	width: 160px; /*width of sub menus*/
	line-height: 25px;
	padding: 5px 10px 5px 26px;
	font-size: 11px;
	text-align: left;
	background: none;
	color: #333333;
	border-bottom: 1px solid #bebebe;
	margin-left:0px;
	border-left:0px ;
	font-weight: 600;
	background:url(../images/drop-arrow-1.html) no-repeat top right ;
}

.ddsmoothmenu ul li ul li a.nodrop1 { background:none ;

                                    }

.ddsmoothmenu ul li ul li a.nodrop1:hover { color:#d9251c ;
                                            border-left:0px ;
                                    }

.ddsmoothmenu ul li ul li a.active_nav { color:#d9251c ;
                                            border-left:0px ;
                                    }

.ddsmoothmenu ul li ul li a.pd_nav { width:174px ;
                                    }

.ddsmoothmenu ul li ul li .last {
	border-bottom: none;
}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover {
	color:#d9251c ;
	font-weight:600;
	border-bottom: 1px solid #bebebe;
	border-left:0px ;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/



/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.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.5;
}

/* menu */
