.ddsmoothmenu{
	font-family:Arial, Helvetica, sans-serif;
	/*opacity: .9;*/
	font-weight:bold;
	line-height:16px;
	/*background: url(../images/new/menu-left.gif) top left no-repeat;
	padding:0 0 0 13px;*/
	float:left;
	height:42px;
}

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

/*Top level list items*/
.ddsmoothmenu ul li{
position: static;
display: inline;
font-weight:bold;
float: left;
background:url(../images/new/menu-divider.gif) top left no-repeat; /*background of menu items (default state)*/
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
text-decoration: none;
margin:0 -3px 0 0;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
text-decoration: none;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
background:none; /*background of menu items during onmouseover (hover state)*/
color: #231F20;
text-decoration: none;
}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
background: #1292A5; /*background of menu items during onmouseover (hover state)*/
color: #fff;
text-decoration: none;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #1292A5; 
color: #FDB913;
display: block;
text-decoration: none;
position: relative;
/*opacity: .9;*/
}

.ddsmoothmenu ul a:hover{
background: #1292A5; /*background of menu items during onmouseover (hover state)*/
color: #FDB913;
position: relative;
display:block;

/*opacity: .9;*/
}
.ddsmoothmenu ul li a:hover{
background: #1292A5; /*background of menu items during onmouseover (hover state)*/
color: #FDB913;
position: relative;
margin:0 -3px 0 0;
/*opacity: .9;*/
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
background: #1292A5; /*background of menu items during onmouseover (hover state)*/
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
	font-size:11px;
	width:127px;
border-left: 2px solid #C7D1F0;
border-right: 2px solid #C7D1F0;
border-bottom: 2px solid #C7D1F0;
margin:0 -2px 0 0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
	background: #1292A5;
	font-size:11px;
	text-align:left;
	color:#FFFFFF;
width:116px;
padding:2px 3px 1px 3px;
}
.ddsmoothmenu ul li ul li a{
	background: #fff; 
	font-size:11px;
	color:#FFFFFF;
}
.ddsmoothmenu ul li ul a{
	background: #fff; 
	font-size:11px;
	color:#FFFFFF;
}
.ddsmoothmenu ul li ul li a:hover{
background: #1292A5; /*background of menu items during onmouseover (hover state)*/
color: #FDB913;
border:none;
width:116px;
_width:112px;
padding:2px 3px 1px 5px;
/*opacity: .9;*/
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
margin:-1px 0 0 -1px;
}
.ddsmoothmenu ul li ul li ul li a{
width:260px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width:113px;
_width:112px;
padding:2px 2px 1px 5px;
	color:#FFFFFF;
background: #1292A5; /*background of menu items during onmouseover (hover state)*/
margin: 0;
font-size:11px;
border-top-width: 0;
/*border: 1px solid #DEE5EC;*/
}

/* 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: 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;
/*background: silver;*/
}

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