.ddsmoothmenu{
font:normal 12px   Arial, Helvetica, sans-serif;
color:#76797d;
padding:0;
margin:4px 20px 2px 0;
width:766px;
height:38px;
float:right;
z-index:20;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
float:right;
}

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

.ddsmoothmenu ul li.top{
position: relative;
display: inline;
float: left;
padding:0px 14px 0px 0;
margin:0;
height:34px;
line-height:16px;
background:url(../images/rbutton1a.jpg) top right no-repeat;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
padding:8px 6px;
margin:0;
outline:0;
background:url(../images/menu_bg.gif) top repeat-x;
background-color:#222222;
border:1px solid #363636;
font:normal 12px   Arial, Helvetica, sans-serif;
color:#76797d;
text-decoration:none;
}

.ddsmoothmenu ul li.top a{
display: block;
padding:12px 2px 4px 9px;
margin:0;
outline:0;
background:url(../images/rbutton1.jpg) top left no-repeat;
border:0px solid #363636;
font:normal 12px   Arial, Helvetica, sans-serif;
color:#111111;
text-decoration:none;
height:18px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
* html .ddsmoothmenu ul li.top a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
background:url(../images/rbutton1.jpg) top left no-repeat;
}


.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color:#76797d;
/*opacity: 0.93;*/
}

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



.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
font:normal 12px Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
/*background:url(../images/menu_selected.jpg) top repeat-x;*/
border:1px solid #AAAAAA;
padding:8px 6px;
}

.ddsmoothmenu ul li.top a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
font:normal 12px Arial, Helvetica, sans-serif;
color:#FFFFFF;
/*background:url(../images/rbutton1.jpg) top left no-repeat;*/
text-decoration:none;
border:0px solid #AAAAAA;
padding:12px 2px 4px 9px;
}


.ddsmoothmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color:#FFFFFF;
font:normal 12px Arial, Helvetica, sans-serif;
text-decoration:none;
background:url(../images/hover.gif) top repeat-x;
border:1px solid #AAAAAA;
padding:8px 6px;
}

.ddsmoothmenu ul li.top a:hover{
color:#FFFFFF;
font:normal 12px Arial, Helvetica, sans-serif;
background:url(../images/rbutton1.jpg) top left no-repeat;
border:0px solid #363636;
text-decoration:none;
padding:12px 2px 4px 9px;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
border:1px solid #4e68ad;
}

.ddsmoothmenu ul li.top ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
background:url(../images/menu_bg.gif) top repeat-x;
}

.ddsmoothmenu ul li.top ul li{
display: list-item;
float: none;
background:url(../images/menu_selected.jpg) top repeat-x;

}

.ddsmoothmenu ul li.top ul li a:hover{
padding:6px 6px;
background:url(../images/hover.gif) top repeat-x;
}

.ddsmoothmenu ul li.top ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
font:normal 12px Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
/*background:url(../images/menu_selected.jpg) top repeat-x;*/
padding:6px 6px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
border:1px solid #4e68ad;
}

.ddsmoothmenu ul li.top ul li ul{
top: 0;
}

.ddsmoothmenu ul li.top ul li ul li a{
padding:2px 4px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font:normal 12px   Arial, Helvetica, sans-serif;
width: 140px; /*width of sub menus*/
padding: 4px 6px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
background:url(../images/menu_bg.gif) top repeat-x;
}

.ddsmoothmenu ul li.top ul li a{
font:normal 12px   Arial, Helvetica, sans-serif;
width: 140px; /*width of sub menus*/
padding: 6px 6px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
background:url(../images/menu_selected.jpg) bottom repeat-x;
}

/* 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: 15px;
right: 9px;
}

.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: black;
}

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