.ddsmoothmenu{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.ddsmoothmenu ul{z-index:900;	list-style-type: none;}
.ddsmoothmenu ul li{position: relative;display: inline;float: left;}
.ddsmoothmenu ul li a{
	display: block;
	color: #666;
	text-decoration: none;
	height: 25px;
	width: 120px;
	text-align: center;
	padding-top: 7px;
}
* html .ddsmoothmenu ul li a{display: inline-block;}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color: #666;
	text-decoration: none;
	border-right: solid 1px #CCC;
	font-weight: bold;
}
.ddsmoothmenu ul li a:hover{
	color: #FFF;
	background-color: #09C;
	background: url(images/horNav.png) repeat-x left center;
}
.ddsmoothmenu ul li a.selected{ color: #FFF;}

	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	font-weight: normal;
	width: 270px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	background-image: url(images/horNav2.png);
	background-repeat: repeat-x;
	background-position: left -3px;
}
/*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: 250px;
	padding-left: 20px;
	font-size: 13px;
}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
	font-weight:bold;
	text-decoration: none;
	height: 22px;
	color: #555;
	text-align: left;
}
.ddsmoothmenu ul li ul li a:hover{
	height:22px;
	color: #FFF;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
	position: absolute;
	top: 15px;
	right: 5px;
}
.rightarrowclass{position: absolute;	top: 5px;	right: 5px;}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{	position: absolute;	left: 0;	top: 0;	width: 0;	height: 0;	background-color: #37B6DB;}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;}
