/*.menubar{float:left; width:823px; text-transform:capitalize; font-size:14px;}
.menubar ul{float:left; list-style:none; padding-left:6px;}
.menubar li{float:left; display:inline; margin:0px 10px 0 0; cursor:pointer;}
.menubar li a{float:left;  padding:0 0 0 13px; color:#ffffff;}
.menubar li a span{float:left; display:block; padding:13px 13px 16px 0px;}

.menubar li a:hover, .menubar li a.activelink{text-decoration:none; color:#002849; background:url(../images/tabcurveleft.gif) no-repeat left top;}
.menubar a span {float:none; cursor:pointer;}
.menubar a:hover {background-position:0% -26px;}
.menubar a:hover span, .menubar span.activelink{background:url(../images/tabcurveright.gif) no-repeat right top; }*/

.ddsmoothmenu{float:left; width:823px; text-transform:capitalize; font-size:14px;}
.ddsmoothmenu ul{z-index:100; float:left; list-style:none; padding-left:6px;}
.ddsmoothmenu ul li{position:relative; float:left; display:inline; margin:0px 5px 0 0; cursor:pointer; }
.ddsmoothmenu ul li a{display:block; float:left; padding:0 0 0 13px; color:#ffffff; cursor:pointer;}
.ddsmoothmenu ul li a span{float:left; display:block; padding:13px 13px 16px 0px;}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.activelink{text-decoration:none; color:#002849; background:url(../images/tabcurveleft.gif) no-repeat left top;}
.ddsmoothmenu ul li a:hover span, .ddsmoothmenu ul li a span.activelink{background:url(../images/tabcurveright.gif) no-repeat right top; color:#002849;}
.ddsmoothmenu ul li a.selected{text-decoration:none; color:#002849; background:url(../images/tabcurveleft.gif) no-repeat left top;}
.ddsmoothmenu ul li a.selected span{background:url(../images/tabcurveright.gif) no-repeat right top; color:#002849;}

	
.ddsmoothmenu ul li ul{position:absolute; left:0; display: none; visibility: hidden; float:left;padding-left:0px; width:150px; margin-top:-5px;}
.ddsmoothmenu ul li ul li{float:left;border-bottom:1px solid #ffffff; background-color:#b0def5;}
.ddsmoothmenu ul li ul li a{ width:150px; padding:5px; margin:0; background-color:#b0def5;}
.ddsmoothmenu ul li ul li a:hover{background:none; background:#89cdef; text-decoration:none; color:#002849;}

.ddsmoothmenu ul li ul li a.selected{background-color:#89cdef; background-image:none;}
.ddsmoothmenu ul li ul li a.selected span{background-color:#89cdef;}

/* ######### 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;
}

