#smoothmenu {
float: right;
width: 100%
}

.ddsmoothmenu ul {
z-index: 500;
margin: 0;
padding: 30px 0 0 0;
list-style-type: none;
float: right;
font-size: 11px;
text-transform: uppercase;
}

.ddsmoothmenu ul.sub-menu {
padding: 0;
background-image: url(../images/bg_stripes.png);
background-repeat: repeat;
background-position: top left;
}

.ddsmoothmenu ul.sub-menu li {
margin-left: 0;
}

.ddsmoothmenu ul.sub-menu li.current-menu-item a {
background: none;
padding-bottom: 8px;
}

/*Top level list items*/
.ddsmoothmenu ul li {
padding: 0 0 0 30px;
margin: 0;
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
color: #FFFFFF;
display: block;
padding: 0;
text-decoration: none;
line-height: 1.5;
text-shadow: 0 0 0 #FFF;
}

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

/* defined in theme_css/style.php */
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited { }

/* defined in theme_css/style.php */
.ddsmoothmenu ul li a.selected { }

/* defined in theme_css/style.php */
.ddsmoothmenu ul li a:hover { }

.ddsmoothmenu ul li.current-menu-item a {
/* color offset found in "style.php" */
}

.ddsmoothmenu ul li.current-menu-item ul.sub-menu li a {
color: #FFFFFF;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
background: none;
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
margin: 0;
}

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

/*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: 140px; /*width of sub menus*/
margin: 0;
padding: 8px 0;
border-left: none;
border-right: none;
font-size: 11px;
font-weight: normal;
}

/* 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: 34%;
right: 0;
padding: 0;
background-color: transparent;
-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none; 
}

.rightarrowclass{
position: absolute;
top: 43%;
right: 22px;
padding: 0;
background-color: transparent;
-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}