#navigation {
	width: 1000px;
	display:inline-block;
	/*margin-bottom:-3px;*/
	position:relative;
	z-index:99;
	height:42px;
	overflow:hidden;
}

#headeraa{background:rgba(247,217,23,1) url(navbg.png) top repeat-x;  padding:0; padding-top:5px; display:block; text-align:center; z-index:99; width:100%;  position:absolute; top:157px; height:42px; vertical-align:top;}
#headeraa.positionfix {
	position:fixed;  
	top:37px;
	border-bottom:1px solid rgba(238,202,4,.8);
	box-shadow:0 3px 10px rgba(0, 0, 0, .3);  z-index:499
  }
.activh, .activh li   {
	color:#E77918;
}
.ddsmoothmenu{
    width: 100%;
}

.ddsmoothmenu ul{
    
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
	outline:0;

	}
.ddsmoothmenu ul li{
	display: inline;
	float: left;
	font-size: 16px;
	z-index:1001;
position:relative;
	}

.ddsmoothmenu ul li a{
	display: block;
	font-weight:bolder;
    color: navy;
	text-decoration: none;
	font-size: 15px;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 18px;
	text-shadow: 1px 1px rgba(255,255,255,.3);
	cursor:pointer;
}

* html .ddsmoothmenu ul li a{ display: inline-block;}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	color: navy;
}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
	color: navy;
	font-weight:normal;
	text-shadow: 1px 1px rgba(255,255,255,.2);
}



.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected 
{
	color: Gold;
	text-shadow:1px 1px  rgba(0,0,0,.5);
	background:navy;
	
	
}


.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a.selected 
{
	
	background:navy /*url(main_bg2b.gif)*/;
	color:rgba(247,217,23,1);
	text-shadow:none;
}
    

.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background:rgba(247,217,23,1) ; 
	min-width:250px; 
	/*box-shadow:none;*/
	

}

.ddsmoothmenu ul li ul li ul{margin-top:0}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*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{
	border-radius:0;
	display:block;
	margin: 0;
	padding:8px;
	padding-right: 15px;
	padding-left: 8px;
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: rgba(247,217,23,1);
	/*text-shadow: 1px 1px #fff;*/
	text-align: left;
	/*background-image: url(css/images/body.jpg);*/
	border-top:1px solid rgba(254,224,59,.8);
	border-bottom:1px solid rgba(238,202,4,.8);
	
}

/* 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;
    margin:0;
    top: 20px;
    right: 7px;
	display:inline-block; width:16px; height:16px; background:url(down.gif) center no-repeat
}

.rightarrowclass{
    position: absolute;
    top: 15px;
    right: 5px;
    margin:0;
	display:inline-block; width:16px; height:16px; background:url(right.gif) center no-repeat
}
