#smoothmenu1{
width: 100%;
background-image: url(../images/top_bar_2.gif);
position: relative;
z-index: 9;

}

#smoothmenu1 ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
position: absolute;
z-index: 9;

}

/*Top level list items*/
#smoothmenu1 ul li{
position: relative;
display: inline;
float: left;
text-align: center;
padding-right: 15px;
padding-left: 0;
 background: url('../images/top_bar_4.gif') top right no-repeat;
}

/*Top level menu link items style*/
#smoothmenu1 ul li a{
display: block;
margin: auto;
padding: 3px 5px 3px 5px;
color: #fff;
text-align: center;
text-decoration: none;
font-weight: bold;
}

* html #smoothmenu1 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

#smoothmenu1 ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

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

#smoothmenu1 ul li a:hover{
color: white;
}

/*1st sub level menu*/
#smoothmenu1 ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
text-align: left;
border: solid #006d30; border-width: 3px 0px 3px 0px;
z-index: 9;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#smoothmenu1 ul li ul li{
display: list-item;
float: none;
background: #00873c;
text-align: left;
padding-right: 0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#smoothmenu1 ul li ul li ul{
top: 0;
text-align: left;
}



#smoothmenu1 ul li ul li a{
    width: 180px;
    background: #00873c;
    margin: 0;
    border-top-width: 0;
    border-bottom: 1px solid #006d30;
    text-align: left;
}

#smoothmenu1 ul li ul li:hover,
#smoothmenu1 ul li ul li a:hover {background: #006d30; text-decoration: none}

#smoothmenu1 ul li ul li:hover ul li a,
#smoothmenu1 ul li ul li ul li:hover a:visited,
#smoothmenu1 ul li ul li a:hover ul li a {color: #003300}


/* Sub level menu links style */
#smoothmenu1 ul li ul li ul {border: solid #006d30; border-width: 3px 0px 3px 0px; font-weight: normal; text-decoration: none; color: #003300}

#smoothmenu1 ul li ul li ul li a,
#smoothmenu1 ul li ul li ul li a:visited {width: 260px; padding-left: 20px; background: #d8e7d8; font-weight: normal; color: #003300; background: #d8e7d8 url('../images/bg_menu_1.gif') no-repeat; border:0}

#smoothmenu1 ul li ul li ul li:hover,
#smoothmenu1 ul li ul li ul li a:hover { background: #d8e7d8; color: #003300; text-decoration: underline}

#smoothmenu1 ul li ul li ul li a:hover {background: #d8e7d8 url('../images/bg_menu_1.gif') no-repeat;}

* html #smoothmenu1 ul#mainNav ul li ul li a {color: #003300}

#smoothmenu1 ul#mainNav ul li ul li {color: #003300;}

#smoothmenu1 ul#mainNav li ul li ul li {background: #d8e7d8 url('../images/line_menu_1.gif')  bottom left repeat-x; border: 0px solid red;; padding-bottom: 2px;}

/* Holly Hack for IE \*/
* html #smoothmenu1{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*/

}
