.ddsmoothmenu{
float:right ;
}

.ddsmoothmenu ul{
	z-index:100;
	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: 30px;
	padding: 7px 10px 6px 10px;
	font-size: 13px;
	color: #424549;	
	text-align: center;
	text-decoration: none;
	margin-right:5px;
	font-weight: 600;
	border-bottom:3px solid #fff ;
	outline: none;
	background:url(../images/drop-icon.png) no-repeat right 55% ;
	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.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:#0056D6;
	border-bottom:3px solid #0056D6 ;
	background:url(../images/drop-icon-hover.png) no-repeat right 55% ;
}

.ddsmoothmenu ul li a.active_nav { color:#0056D6;
	border-bottom:3px solid #0056D6 ;
	background:url(../images/drop-icon-hover.png) no-repeat right 55% ;
	}


.ddsmoothmenu ul li a#active_nav { color:#0056D6;
	border-bottom:3px solid #0056D6 ;
	}

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	width: 184px;
	margin: 0 0 0 0px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background: #f0f0f0;
}

.column_n { width:380px ;
            float:left ;
			border-right: 1px solid #d50000 ;
			padding:0px 20px ;
		}


.column_n1 { width:400px ;
             float:right !important ;
		}

.ddsmoothmenu ul li ul#ps { min-width:845px ;
                            margin-left:330px;
                          }


/*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: 150px; /*width of sub menus*/
	line-height:20px;
	padding: 5px 15px 5px 15px;
	font-size: 11px;
	text-align: left;
	background: none;
	color: #444444;
	border-bottom: 1px solid #d9d9d9 ;
	font-weight: 600;
}

.ddsmoothmenu ul li ul li a.ps { width:340px ;
                                  
                            }

.ddsmoothmenu ul li ul li .last {
	border-bottom: none;
}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover {
	color: #0056D6;
	font-weight:600;
	border-bottom: 1px solid #d9d9d9 ;
	background:none ;
}

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