.ddsmoothmenu{
	font: 13px Arial; /*background of menu bar (default state)*/
	width: 100%;
}

.ddsmoothmenu ul{
z-index:999;
margin: 0;
padding: 0;
list-style-type: none;
margin-top:25px;
color: #414141;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
color: #414141;
display: ;
float: left;
 
}




/*Top level menu link items style*/
.ddsmoothmenu ul li a{
 
	color: #414141;
	border-right: 0px solid #1062DC;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
	padding-right:  17px;
	padding-bottom:  0px;
	padding-left:   0px;
      display:;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
color: #414141;
display:;
}
 


.ddsmoothmenu ul li a:link  
{ 
color:#00BFFF;
}
.ddsmoothmenu ul li a:visited
{
color:#00BFFF;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
 
color: white;
}

.ddsmoothmenu ul li a:hover{
  /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
top: 10px;
left: 0px;
display: inline; /*collapse all sub menus to begin with*/
visibility: hidden;
 
color:#FFF;
}

/*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: normal 13px Verdana;
 
padding:  6px;
margin   top: 10px;
border-top-width: 12px;
border-bottom: 0px solid gray;
}

/* 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:  0px;
right: 0px;
}

.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 for NON CSS3 capable browsers. Doesn't work in IE*/
}
