.ddsmoothmenu1{

}

.ddsmoothmenu1 ul{
z-index:100;

list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu1 ul li{
position: relative;
display: inline;
float: left;
z-index:200;
}

/*Top level menu link items style*/
.ddsmoothmenu1 ul li a{
display: block;

text-decoration: none;

z-index:200;
    text-transform: uppercase;

}

.ddsmoothmenu1 ul li a:hover{
color: #ffdc83;
}

* html .ddsmoothmenu1 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: white;
}*/

.ddsmoothmenu1 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #ffdc83;
}
.ddsmoothmenu1 ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: white;
}

.ddsmoothmenu1 ul li ul li a:hover{
background: #2b7bba; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu1 ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background: white; /*background of menu items (default state)*/
top:50px;
text-align:left;
z-index:200;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu1 ul li ul li{
display: list-item;
float: none;
z-index:200;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu1 ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu1 ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
color:black;
border-bottom: 1px solid #edecec;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu1{height: 1%;} /*Holly Hack for IE7 and below*/
.downarrowclass{
position: absolute;
top: 12px;
right: 0px;
DISPLAY: NONE;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 0px;
DISPLAY: NONE;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

