.ddsmoothmenu{
width: 100%;
height:29px;
}


.ddsmoothmenu a{
	background-image:url(../images/link3.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #335b7f;
	text-decoration: none;
	width:135px;
	text-align:center;
	font-weight:bold;
}


.ddsmoothmenu a:hover{
background-image:url(../images/link3.gif);
	background-repeat: no-repeat;
	color: #ffffff;
		width:135px;
		font-weight:bold;
		text-decoration: none;

}

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

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #335b7f;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
		display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #335b7f;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	
	background-image:url(../images/link3.gif);
	background-repeat: no-repeat;
	
}


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

.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*/

}

.ddsmoothmenu ul li a:hover{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
width: 135px; /*width of sub menus*/

margin: 0;
font-weight:bold;
	background-image:url(../images/link3.gif);
	background-repeat: no-repeat;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
background: #9ad6ef;
}

/*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-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0D87C1;
	width: 160px;
	margin: 0;
	border-top-width: 0;
	background: #d2eefc;
	text-align:left;
	padding-top: 5px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #42B9F2;

}

.ddsmoothmenu ul li ul li a:hover{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0D87C1;
width: 160px; /*width of sub menus*/
background: #ffffff;
margin: 0;
font-weight:bold;

}

.ddsmoothmenu ul li ul li ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0D87C1;
	width: 160px;
	margin: 0;
	border-top-width: 0;
	background: #f9ea99;
	text-align:left;
	padding-top: 5px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #42B9F2;
}
.ddsmoothmenu ul li ul li ul li a:hover{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0D87C1;
width: 160px; /*width of sub menus*/
background: #ffffff;
margin: 0;
font-weight:bold;
}




/* 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: 12px;
}

.rightarrowclass{
position: absolute;
top: 7px;
right: 12px;
}

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

.ddshadow{
position: absolute;
left: 0;
width: 0;
height: 0;
background: #E8E8E8;
margin-top:-2px;
margin-left:-2px;
}

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


.ddsmoothmenu ul li.home a{

	background-image:url(../images/link3-hover.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A4DEF5;
	text-decoration: none;
	width:135px;
	text-align:center;
	font-weight:bold;
	
}

.ddsmoothmenu ul li.home a:hover{

	background-image:url(../images/link3-hover.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	width:135px;
		font-weight:bold;
	
}