
#menubar
{
padding:0px; margin:0px -5px 0 0; float:right; width:700px;  
}

.ddsmoothmenu{
padding:0px; margin:0px; width:100%;}

.ddsmoothmenu ul{
z-index:50000 !important;
list-style-type: none;
padding:0px; margin:0px; float:right; margin-right:0px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
z-index:5000 !important;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	
display:block; color:#33cc33 !important; height:29px; font-family:Verdana, Geneva, sans-serif; font-size:16px; line-height:29px; text-transform:uppercase; margin:0 5px; padding:0px 12.5px !important;
font-family:'myriadpro-bold', Arial, Helvetica, sans-serif;  text-align:center; border:1px solid transparent;
	

}

.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected{
background:#fff; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; border:1px solid #cccccc; color:#999999 !important; padding:0 12.5px !important;  }

#current{background:#fff; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; border:1px solid #cccccc; color:#999999 !important;}

.border-white2{ background:url(../images/menu-bg.jpg) no-repeat left top; }
.border-white{ border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; border:1px solid #fff;}
.border-gray{ border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; border:1px solid #f2f2f2;}

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


.padding-top-50{ padding-top:5px; }

.dropdown-topbg{ background:url(../images/dropdown-top.png) no-repeat left top; width:172px; height:11px;}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute; 
left: 5px !important;
margin-top:-2px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden; background:#fff url(../images/whitebg.jpg) no-repeat left top; border:1px solid #ccc; z-index:-5; border-top:none; 
}

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

/*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{ font-family:'myriadpro-bold' , Arial, Helvetica, sans-serif; font-size:16px;
padding-left:0px;
text-align:left ; border:none !important;
/*border-left:1px solid #cccccc;
border-right:1px solid #cccccc;*/
background:none !important; 
text-decoration:none;
color:#999999 !important;
display:block;
width:172px;
height:32px; text-transform:capitalize; line-height:32px;
}
.ddsmoothmenu ul li ul li a:first-child{}

.ddsmoothmenu ul li ul li a:hover{
 border-radius:0px; border:none; 
color:#33cc33 !important; /*border-left:1px solid #cccccc;
border-right:1px solid #cccccc; border-bottom:none !important; border-top:none !important;*/

}



/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

* html .ddsmoothmenu ul li ul  { /*IE6 hack to get sub menu links to behave correctly*/
position: absolute;
left: 0;
margin-top:-1px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

* html .ddsmoothmenu ul li ul li { /*IE6 hack to get sub menu links to behave correctly*/
display: list-item;
float: none;

}

* html .ddsmoothmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
padding-left:12px;
text-align:left ;
border:none;
background:#2e348e;
text-decoration:none;
color:#fff;
display:block;
width:266px;
height:41px; line-height:41px;
}

* html .ddsmoothmenu ul li ul li a:hover{ /*IE6 hack to get sub menu links to behave correctly*/
border:0px; border-radius:0px; 
background:#3b42a4;

}



/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 18px;
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:none;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
/*opacity: 0.2;*/
}