.ddsmoothmenu{
font: normal 12px Verdana, sans-serif;
width: auto;
margin:0;
z-index:5000;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display:block;
margin:0;
margin:0 6px 0 0;
padding:0 0 0px 5px;
text-decoration:none;
}

.ddsmoothmenu ul li a span{
display:block;
padding: 18px 26px 7px 21px;
font-weight:normal;
color:#FFFFFF;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

* html .ddsmoothmenu ul li a span{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected{ 
background: #339eff;
text-decoration:none;
color:#FFFFFF;
cursor:hand;
}

.ddsmoothmenu ul li a:hover span, .ddsmoothmenu ul li a.selected span{
background: #339eff;
text-decoration:none;
cursor:hand;
}

.ddsmoothmenu a .single{
float:left;
margin:0;
margin:0 6px 0 0;
padding:0 0 0px 5px;
text-decoration:none;
}

.ddsmoothmenu a .single span {
float:left;
display:block;
padding: 18px 26px 7px 21px;
font-weight:bold;
color:#FFFFFF;
}

.ddsmoothmenu .single a:hover {
background: url(../images/but_left.jpg) no-repeat left top;
padding-bottom:0px;
}

.ddsmoothmenu .single a:hover span {
background: url(../images/but_right.jpg) no-repeat right top;
}









	
/*1st sub level menu*/
.ddsmoothmenu ul li 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;
}

/*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{
background-color: #1c88ea;
font:normal 11px Verdana;
width: 210px; /*width of sub menus*/
margin:0;
border-bottom: 1px solid #2278c5; /*THEME CHANGE HERE*/
border-right: 1px solid #1f7dd3; /*THEME CHANGE HERE*/
padding: 4px;
line-height:18px;
}

.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a.selected{ 
background-color: #1f7dd3;
text-decoration:none;
color:#FFFFFF;
}

.ddsmoothmenu ul li ul li a:hover span, .ddsmoothmenu ul li ul li a.selected span{
background-color: #1f7dd3;
color: white;
text-decoration:none;
}

/* 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: 7px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
}
