.ddsmoothmenu{
	width:770px;
	font-family:"myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	font-weight: normal;
	color: #82c8f8;
	text-decoration: none;
	display: block;
	padding:0px 0px 0px 0px ;
	line-height:62px;
	float:left;	
	
}

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

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

	
	
}

.ddsmoothmenu ul li span{
	
	position: relative;
	display: block;
	background-image:url(../images/spacer.png);
	background-repeat: no-repeat;
	background-position:center top;
	line-height:62px;
	height:62px;
	width:2px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
   
	display: block; /*background of menu items (default state)*/
	color: white;
	color: #82c8f8;
	text-decoration: none;
	/*padding-left:15px !important;
	padding-right:15px !important;
	padding-top:3px !important;
	padding-bottom:3px !important;*/
	background-repeat: no-repeat;
	background-position: right top;
	margin:0px 0px 0px 0px;
	
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	margin: 0px;
	padding: 0px;
	
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{

}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #95d8f1;
	/*background-color:#0e2a4c;*/
}

.ddsmoothmenu ul li a:hover{
	color: #fff;
	/*background-color:#0e2a4c;*/
	
	
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background-color: #0e2a4c;
	padding-top:3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:10px ;
	padding-right:10px;
	margin:0px 0px 0px 10px ;
	width:190px;
	
	
}

/*1st sub level menu*/

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	padding-right:0px;
	padding-left:0px;
	padding-top:6px ;
	padding-bottom:6px;
	background-image:url(../images/menu-arrow.jpg);
	background-repeat: no-repeat;
	background-position:5px 13px;
	border-bottom:solid 1px #3e5570;
	
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
	background-color: #9D9D9D;
	
}

.ddsmoothmenu ul li ul li ul li ul{
	top: 0;
	background-color: #858585;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	width:154px;
	margin: 0;
	border-top-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
	
	padding-top:3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	
}
.ddsmoothmenu ul li ul li a:hover {
	width:154px;
	margin: 0;
	border-top-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #95d8f1;
	text-decoration: none;
	
	padding-top:3px; 
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image:url(../images/menu-arrow.jpg);
	background-repeat: no-repeat;
	background-position:5px 7px;
	
}


/* Holly Hack for IE \*/
* html .ddsmoothmenu{
	height: 1%;
	margin: 0px;
	padding: 0px;
} /*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: 0px;
right:0px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: none;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.0;
}
.ddsmoothmenu ul li a.last-child {
	display: block; /*background of menu items (default state)*/
	color: white;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 21px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: none;
	float: left;
}
