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

/*Top level list items*/
.ddsmoothmenu ul li
{
	position: relative;
	display: inline;
	float: left;
	z-index:999999 !important;
}

* html .ddsmoothmenu ul li a
{
	display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited
{
	color: #FFF;
}

.ddsmoothmenu ul li a.selected
{
	border:2px solid #B8E5FC;
	border-bottom:1px solid #FFF;
	background: #FFF; 
	color: #0D4EA2;
	padding:4px 29px 6px 29px;
	margin-top:2px;
}

.ddsmoothmenu ul li a:hover
{
	color: #0D4EA2;
}
	
/*2nd level menu*/
.ddsmoothmenu ul li ul
{
	margin:0px;
	padding:0px;
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background:#FFFFFF;
	border:2px solid #B8E5FC;
	border-top:1px dotted #6DCFF6;
	z-index:999999 !important;
}

.ddsmoothmenu ul li ul li
{
	display: list-item;
	float: left;
	z-index:999999 !important;
}

.ddsmoothmenu ul li ul li a
{
	margin:0px;
	background:#FFFFFF;
	border-bottom: 1px dotted #6DCFF6;
	padding: 6px 0px 6px 31px;
	color: #0D4EA2;
}

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited
{
	color: #0D4EA2;
}

.ddsmoothmenu ul li ul li a:hover
{
	border:none;
	border-bottom: 1px dotted #6DCFF6;
	background: #DDF0FE;
	color: #0D4EA2;
}

.ddsmoothmenu ul li ul li a.selected
{
	margin:0px;
	border:none;
	border-bottom: 1px dotted #6DCFF6;
	background: #DDF0FE; 
	color: #0D4EA2;
	padding:6px 0px 6px 36px;
	width:95px;	
}

/* third level */
.ddsmoothmenu ul li ul li ul
{
	top: 0;
	margin:0px;
	width:227px;
	border-top:2px solid #B8E5FC;
	margin-left: 7px;
	z-index:999999 !important;
}

.ddsmoothmenu ul li ul li ul li a
{
	font-size:14px;
	color:#13B3F0;
	background:#FFFFFF;
	border-bottom: 1px dotted #6DCFF6;
	padding: 6px 0px 6px 31px;
	width:200px;
}

.ddsmoothmenu ul li ul li ul li a:link, .ddsmoothmenu ul li ul li ul li a:visited
{
	color: #13B3F0;
}

.ddsmoothmenu ul li ul li ul li a:hover
{
	border:none;
	border-bottom: 1px dotted #6DCFF6;
	background: #DDF0FE;
	color: #13B3F0;
}

/* 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;
	display:none;
}

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

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}

.toplevelshadow
{
	opacity: 0.8;
}