.ddsmoothmenu{
font-family: Arial, Helvetica, sans-serif, "Arial Black"; font-size: 12px; color: #3a3a3a; float: left;  margin-top:50px; margin-left:25px;}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
 padding-right: 40px; font-family: Arial, Helvetica, sans-serif, "Arial Black"; font-size: 12px; color: #3a3a3a; float: left; 

}

.arrowSelect { padding-right: 12px; font-family: Arial, Helvetica, sans-serif, "Arial Black"; font-size: 12px; color: #3a3a3a; background: #fff url('t-images/img/arrow_down_red.jpg') right 25% no-repeat; float: left; margin-top:3px; }
.arrowSelect:hover { color: #a43335; }

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
 font-family: Arial, Helvetica, sans-serif, "Arial Black"; font-size: 12px; color: #3a3a3a; background: #fff; float: left; }


* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}



.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #a43335;
}

.ddsmoothmenu ul li a:hover{
color: #a43335;}
	
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
width: 178px; margin: 0;   font-family: Arial, Helvetica, sans-serif, "Arial Black"; font-size: 11px; color: #4c4c4c; background: #f9f6f0; border: 1px solid #f4ece2;
margin-left:0px;


}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
height: auto!important; min-height: 14px; height: 11px; margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif, "Arial Black"; font-size: 11px; color: #4c4c4c; border-bottom: 1px solid #e7dbcc;  line-height: 17px; 
background:transparent url('') no-repeat scroll right top;
}

/*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{
display: block; margin: 0; padding: 0px 10px; font-family: Arial, Helvetica, sans-serif, "Arial Black"; font-size: 11px; color: #4c4c4c; line-height: 21px; float: none;
width:158px; font-weight:normal;

background:transparent url('') no-repeat scroll right top;

}
.ddsmoothmenu ul li ul li a:hover{
display: block; margin: 0; padding: 0px 10px; font-family: Arial, Helvetica, sans-serif, "Arial Black"; font-size: 11px; font-weight: normal; line-height: 21px; color: #a43335; float: none; font-weight:normal;
width:160px;


}
.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
display: block; margin: 0; padding: 0px 10px; font-family: Arial, Helvetica, sans-serif, "Arial Black"; font-size: 11px; color: #303b1b; line-height: 16px; background: #FF6464 ; float: none;
width:160px;
}



/* 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.8;
}
.sub_line:hover{display: block; margin: 0; padding: 0px 10px; font-family: Arial, Helvetica, sans-serif, "Arial Black"; font-size: 11px; font-weight: normal; color: #303b1b; line-height: 16px; float: none;
}

