#horzLine{
padding-left:226px;
height:18px;
width:722px;
margin-bottom:20px;
}
* html #horzLine{
width:100%
}/*Holly Hack for IE7 and below*/
.ddsmoothmenu{
font:12px Arial,Verdana,Helvetica,sans-serif;
background: #9ED8D5; /*background of menu bar (default state)*/
width: 100%;
float:left;
z-index:100;
}
.ddsmoothmenu li.bottom{
background: transparent url(/images/lp2/h-nav-bg-btm.gif) no-repeat bottom left;
height:5px;
position:relative;
top:5px;
}
.ddsmoothmenu ul{
list-style-type:none;
margin:0;
padding:0;
z-index:100;
}

/*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;
background: transparent; /*background of menu items (default state)*/
color: white;
padding: 3px 20px;
width:86px;
border-right: 1px solid #599e9d;
color: #3a2e2c;
text-decoration: none;
text-transform:uppercase;
font-weight:normal;
line-height:12px;
}
* html .ddsmoothmenu ul li a{
width:130px;
}
.ddsmoothmenu ul li li a{border:none};
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #3a2e2c;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #599e9d; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: #599e9d; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
background: #96d7d6 url(/images/lp2/h-nav-bg.jpg) repeat-x bottom left;
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
width:130px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
text-align:left;
}

/*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: 120px; /*width of sub menus*/
padding:5px 0 5px 10px;
margin: 0;

}

/* 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;
background: #000;
z-index:99;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.4;
}
.ddsmoothmenu ul li.press{
width:208px;
}
* html .ddsmoothmenu ul li.press{
width:200px;
}
.ddsmoothmenu ul li.press a{
width:168px;
border-right:none;
padding-right:20px !important;
}
* html .ddsmoothmenu ul li.press a{
width:203px;
}
.ddsmoothmenu ul li.press ul{
width:208px;
}
.ddsmoothmenu ul li.press ul li{
width:208px;
}
.ddsmoothmenu ul li.press ul li a{
width:208px;
padding:0 !important;
}
.ddsmoothmenu ul li.press ul li a:hover{
background-color:transparent;
}

.ddsmoothmenu div.press-item{
overflow:hidden;
text-align:center;
margin-top:10px;
}
.ddsmoothmenu div.press-item a p{
padding-bottom:10px;
}
.ddsmoothmenu div.press-item a.seemore{
background:transparent url(/images/lp2/seemore.gif) no-repeat scroll 0 0;
height:50px;
margin:15px 28px;
text-indent:-1000px;
width:153px;
}

.ddsmoothmenu ul li.press ul li.bottom{ background: transparent url(/images/lp2/press-bg-btm.gif) no-repeat bottom left;
 }
