.ddsmoothmenu{
font-family:'tahoma','Ubuntu', Arial, Helvetica, sans-serif; font-size:12px;
width: 610px; margin-top:-10px; z-index:200; position:relative; float:right;
}

.ddsmoothmenu ul{
margin: 0;
padding: 0; float:right;
list-style-type: none; font-size:12px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative; background:url(../images/menu_sep.gif) left center no-repeat;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block; padding:6px 15px 6px 15px;
color: #000; font-size:13px;style-type: bold;
text-decoration: none; outline:none;
}

a1{
display: block; padding:6px 15px 6px 15px;
color: #FFF; font-size:13px;style-type: bold;
text-decoration: none; outline:none;
}


* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block; outline:none;
}

.ddsmoothmenu ul li .ddsmoothmenu ul li a:visited{
color: #333; background-color:#e8e8e8;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#0100f8; background-color:#e8e8e8;
}

.ddsmoothmenu ul li a:hover{
color:#0100f8; background-color:#e8e8e8;
}

.ddsmoothmenu ul li a1:hover{
color:#0100f8; background-color:#e8e8e8;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{ margin:0px; padding:0px;
position: absolute; 
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;  background-color:#e8e8e8; border:solid 2px #696969; border-top:none;  border-left:none;
-moz-border-radius: 0 10px 10px 10px;
border-radius: 0 10px 10px 10px; text-shadow:#E9F1F3 0px 1px 0, #000 0 -0px 0;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item; background-image:none;
float: none;
}

.ddsmoothmenu ul li ul li table td a {
padding:3px 0px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
padding:9px 10px 4px 10px; font-size:13px;
width: 210px; /*width of sub menus*/
margin: 0px;
padding-top:5px;
border-bottom: 1px solid #ccc; outline:none; color:#333;
}

.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-color:#0100f8; color:#fff;
}
.ddsmoothmenu ul li ul li a:hover{ background-color:#0100f8; color:#fff;}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{ margin:0; color:#fff; margin-left:1px; background-color:#F2F0F1;
top: 0;
}

/* 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: 8px;
right: 10px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right:5px;
}
.inlineimgclass{
position: absolute;
top: 0px;
right:0px;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 5px;
top: 5px;
width: 5px;
height: 5px;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.6;
}
