.ddsmoothmenu{
height: 25px; margin-top: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000; background: url('../images/img/main_menu_x_bg_normal.jpg') left 2px repeat-x; 
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
 font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000;
}

/*Top level list items*/
.ddsmoothmenu ul li {
position: relative;
display: inline;
 height: 25px; line-height: 25px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000; float: left; background: url('../images/img/main_menu_thin_line.jpg') right 2px no-repeat;

}

.ddsmoothmenu ul li:hover {  font-size: 12px; color: #fff;background: url('../images/img/main_menu_x_bg_selected.jpg') right top repeat-x;
  }

.ddsmoothmenu ul li:hover .leftSide {height: 25px; background: url('../images/img/main_menu_left_bg_selected.jpg') left top no-repeat; float: left; }
.ddsmoothmenu ul li:hover .rightSide { height: 25px; background: url('../images/img/main_menu_right_bg_selected.jpg') right top no-repeat; float: left; }
/*Top level menu link items style*/

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
 padding-right: 14px; padding-left: 15px; display: block; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000; 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*/
display: block; float: left; margin: 1px; padding: 15px 17px; font-family: Arial, Helvetica, sans-serif, "Arial Black"; font-size: 14px; font-weight: bold; color: #fff;
background: url('../images/img/menu_x_bg.jpg') left 3px repeat-x; 
}

.ddsmoothmenu ul li a:hover{
padding-right: 14px; padding-left: 15px; display: block; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #fff; float: left;}
	
	
/*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: 13px; font-weight: normal; color: #303b1b; 
border: 1px solid #B8B8B8; background: #F1F1F1; 
border-top:#B8B8B8 0px solid;
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;
height: auto!important; min-height: 11px; height: 11px; margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif, "Arial Black"; font-size: 11px; font-weight: normal; color: #303b1b; line-height: 20px; 
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 6px; font-family: Arial, Helvetica, sans-serif, "Arial Black"; font-size: 12px; font-weight: normal; 
color: #303b1b; line-height: 20px; float: none;
width:158px;

background:transparent url('') no-repeat scroll right top;

}
.ddsmoothmenu ul li ul li a:hover{
display: block; margin: 0; padding: 0px 6px; font-family: Arial, Helvetica, sans-serif, "Arial Black"; font-size: 12px; font-weight: bold; color: #303b1b; line-height: 20px; background: #D4F9D8; float: none; 
width:168px;


}
.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 6px; font-family: Arial, Helvetica, sans-serif, "Arial Black"; font-size: 12px; font-weight: bold; color: #303b1b; line-height: 20px; background: #D4F9D8 ; float: none;
width:168px;
}



/* 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: 20px; float: none;
}