#smoothmenu1_nav ul {z-index:100;  padding:0; list-style-type:none; width:1002px; margin:0 auto;}

/*Top level list items*/
#smoothmenu1_nav  ul li {position:relative; display:inline; float:left; height:45px; line-height:45px; background:url(../images/divider.jpg) no-repeat right top; }

/*Top level menu link items style*/
#smoothmenu1_nav  ul li a {
	letter-spacing: 0.5px;
	color: #3b3b3b;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
}

#smoothmenu1_nav ul li ul{

display:none; 

background:#f9f9f9; border-radius:0 0 5px 5px;

width:280px; position:relative; 

z-index:99999; 

border:1px solid #e8e8e8;
}

#smoothmenu1_nav ul li ul li{

width:280px;

padding:0; line-height:35px !important;

background:none; height:35px !important;

border-bottom:1px solid #ddd;
}


#smoothmenu1_nav ul li ul li a {
	width: 275px;
	color: #222222;
	font-family: 'Source Sans Pro', sans-serif; line-height:35px !important;
	font-size: 14px;
	background: none; 
	text-shadow: none !important;
	border: none;
 display:block; padding:0 0 0 5px !important;


}

#smoothmenu1_nav ul li:hover ul {

display: block;

position: absolute;

}

#smoothmenu1_nav ul li ul li a:hover {
border-top-left-radius:0px !important; background:#08ceff;
border-bottom-left-radius:0px !important;
color:#fff; display:block; 
}

#smoothmenu1_nav ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display:inline-block;}

#smoothmenu1_nav ul li a:hover { color:#3b3b3b; background:url(../images/hover.jpg) repeat-x left top; }
#smoothmenu1_nav  ul li a.selected { color:#3b3b3b !important; background:url(../images/hover.jpg) repeat-x left top !important; }
.ddsmoothmenu > ul > li.selected1 > a{ color:#3b3b3b !important; background:url(../images/hover.jpg) repeat-x left top !important; }
	
/*1st sub level menu*/





/* 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:7px; display:none !important;}
.rightarrowclass {position:absolute; top:6px; right:5px;  display:none !important;}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {position:absolute; left:0; top:0; width:0; height:0; background:silver;}
.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
opacity:0.8;}
