.ddsmoothmenu{
float:left ;
}

.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;
	line-height: 29px;
	padding: 7px 20px 6px 20px;
	font-size: 13px;
	border-top:1px solid #f0f2f4 ;
	color: #003261;	
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	outline: none;
	background:url(../images/drop-arrow.png) no-repeat right 55% ;
	text-transform:uppercase;
	-webkit-transition-property:color, text, padding, box-shadow, background, border;
				 -webkit-transition-duration: 0.5s;
				 -webkit-transition-timing-function: linear, ease-in;
								
				 -moz-transition-property:color, text, padding, box-shadow, background, border;
				 -moz-transition-duration:0.5s;
				 -moz-transition-timing-function: linear, ease-in;
								
				 -o-transition-property:color, text, padding, box-shadow, background, border;
				 -o-transition-duration:0.5s;
				 -o-transition-timing-function: linear, ease-in;
}

.ddsmoothmenu ul li a.no_drop { background:none ;
                              }

.ddsmoothmenu ul li a.no_drop:hover { background:none ;
                              }

* 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*/
	/*color: #333;*/
	color:#b5212d;
	background:url(../images/drop-arrow-hover.png) no-repeat right 55% ;
	border-top:1px solid #b5212d ;
}

.ddsmoothmenu ul li a.active_nav { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	/*color: #333;*/
	color:#b5212d;
	border-top:1px solid #b5212d ;
}


.ddsmoothmenu ul li a#active_n { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	/*color: #333;*/
	color:#b5212d;
	border-top:1px solid #b5212d ;
}


/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	width:245px;
	margin: 0 0 0 0px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background: #ebebeb;
	margin-left:0px;
	z-index:99879 !important ;
	border-top: 1px solid #aaaaaa ;
	border-left:1px solid #f5f5f5 ;
	border-right:1px solid #f5f5f5 ;
}

.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: 217px; /*width of sub menus*/
	line-height: 25px;
	padding: 5px 10px 5px 20px;
	font-size: 11px;
	text-align: left;
	background: none;
	color: #222;
	border-bottom: 1px solid #aaaaaa ;
	font-weight: 600;
	background:url(../images/drop-arrow-1.png) no-repeat top right ;
}

.ddsmoothmenu ul li ul li a.nodrop1 { background:none ;
                                    }

.ddsmoothmenu ul li ul li a.nodrop1:hover { background:#b5212d ;
                                    }


.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: #fff;
	font-weight:600;
	background: #b5212d url(../images/drop-arrow-1-hover.png) no-repeat top right ;;
	border-bottom: 1px solid #b5212d ;
}

/* 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 */
