.ddsmoothmenu{
	font-size: 13px;
	float:left;
	width: 960px;
	display: block;

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

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: block;
	float: left;
	padding-top:0px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	color: #aaaaaa;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

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

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color: #fbf3c5;
	display: block;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #969696; 
color: white;
display: block;

}

.ddsmoothmenu ul li a:hover{
	color: #FFF;
	vertical-align: baseline;
	display: block;
	


}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: relative;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}



/*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{
	width: 550px; /*width of sub menus*/
	padding: 0px;
	margin: 0;
	border-top-width: 0px;
	border-bottom: 1px solid #969696;

}

/* 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: relative;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: #EAEAEA;
}

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






.ddsmoothmenu2{
	font-size: 13px;
	float:right;
	
	.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.ddsmoothmenu2 ul li{
	position: relative;
	display: inline;
	padding-top:50px;
}

/*Top level menu link items style*/
.ddsmoothmenu2 ul li a{
	display: block; /*background of menu items (default state)*/
	padding: 10px 10px;
	color: #aaaaaa;
	text-decoration: none;
	background-color: #aaaaaa;
}

* html .ddsmoothmenu2 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: block;
}

.ddsmoothmenu2 ul li a:link, .ddsmoothmenu ul li a:visited{
	font-size: 1em;
	width: 0px;
	color: #c5dbfb;
	display: block;

}

.ddsmoothmenu2 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #fff; 
color: white;

}

.ddsmoothmenu2 ul li a:hover{
	background: #969696; /*background of menu items during onmouseover (hover state)*/
	color: white;
	vertical-align: baseline;
	font-family: inherit;

}
	

