.ddsmoothmenu{
font-family:Arial;
font-size:14px;
color:#FFFFFF;/*background of menu bar (default state)*/
width:992px; background-color:#9c9ea1;
}
.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;
	border-right:1px #FFFFFF solid; background-color:#FFFFFF;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
line-height:26px;
text-decoration:none;
color:#FFFFFF;
text-align:left;
padding-left:35px; padding-right:35px;
}

* 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*/
	background: #ef6d10;
	color:#ffffff;  
}

.ddsmoothmenu ul li ul li a:hover{
	background: #ef6d10; /*background of menu items during onmouseover (hover state)*/
	color: #ffffff;
}


.ddsmoothmenu ul li a:hover{
background: #fc8b37; /*background of menu items during onmouseover (hover state)*/
color: #ffffff;
}
.ddsmoothmenu ul li ul li a{
	
	display: list-item;
	float: none;
	color: #044a04; 
}


.ddsmoothmenu ul li ul li a{
	background: #e8eae8; /*background of menu items during onmouseover (hover state)*/
	color:#044a04; 
	
}	
/*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; color:#044a04;
}

/*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;
font-size:14px;
color:#044a04;
width: 200px; /*width of sub menus*/
padding:0 5px;
margin: 0;
border-top-width: 0;
border-top:1px solid #9da2a7; 
}

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

.rightarrowclass{
position: absolute;
Stop: 6px;
Sright: 5px;
}

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

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

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





.fadein-effects{margin-top:2px; padding:0px; background-color:#ffffff; border:8px #eff0ef solid;}





.sliderwrapper .contentdiv{
		visibility: hidden; /*leave as is*/
		position:relative;
		left: 0;  /*leave as is*/
		top: 5;  /*leave as is*/
		width: 820px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
		height: 30px;
		padding-left:0px;
		line-height:30px;		
		color:#044b21; font-weight:normal; font-size:12px;
		padding-top:3px;
		font-family:Arial;
}
.sliderwrapper .contentdiv h2{ font-family:Arial; font-size:12px; font-weight:bold; line-height:30px; color:#333333; display:inline; margin-left:5px; margin-right:2px;
}
.sliderwrapper .contentdiv h1{ font-family:Arial; font-size:14px; font-weight:bold; line-height:30px; display:inline; margin-left:25px; margin-right:2px;
}
.contentdiv a{color:#333333; font-weight:normal; font-size:12px; font-family:Arial; margin-left:5px; text-decoration:underline;}
.contentdiv a:hover{color:#333333; font-weight:normal; font-size:12px; font-family:Arial; margin-left:5px; text-decoration:none;}



.ddsmoothmenu ul li ul.resources{z-index:100;margin: 0;	padding: 0;	list-style-type: none;}
.ddsmoothmenu ul li ul.resources li{z-index:100;margin: 0;padding: 0;list-style-type: none;}
.ddsmoothmenu ul li ul.resources li a{z-index:100;	margin: 0;	padding-left: 10px;	list-style-type: none;	width:141px;}
.ddsmoothmenu ul li ul.resources li a:hover{	z-index:100;margin: 0;padding-left: 10px;list-style-type: none;	width:141px;}



.ddsmoothmenu ul li ul.knowledge-services{z-index:100;margin: 0;	padding: 0;	list-style-type: none;}
.ddsmoothmenu ul li ul.knowledge-services li{z-index:100;margin: 0;padding: 0;list-style-type: none;}
.ddsmoothmenu ul li ul.knowledge-services li a{z-index:100;	margin: 0;	padding-left: 10px;	list-style-type: none;	width:217px;}
.ddsmoothmenu ul li ul.knowledge-services li a:hover{	z-index:100; margin: 0;padding-left: 10px;list-style-type: none;	width:217px;}

.topnavigationcolor{margin:0px; padding:0px; position:absolute;  height:26px; width:9px; top:120px; z-index:10000; background-image:url(../images/navigation-color-image.jpg); background-repeat:repeat-y;}
