@font-face {
    font-family: 'arial,sans-serif';	
}
.ddsmoothmenu{

	background-color:#0465d6;
	height:38px;
	border-top:1px solid #ffffff;		
}

.ddsmoothmenu ul{
    z-index:10;
    margin: 0;
    padding: 0;
}
 
/*Top level list items*/
.ddsmoothmenu ul li{
    position: relative;
    display: inline;
    float: left;
    z-index:10;
}


/*Top level menu link items style SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE*/
.ddsmoothmenu ul li a{
	color:#ffffff;
    font-family: 'arial,sans-serif';
	text-decoration:none;
}


.ddsmoothmenu ul li a span.middle{

		
	font-size:14px;
	margin-top:0px;
	padding:2px 20px 0px 20px;
	background-color:#0465d6;
	border-right:1px solid #004bb3;
	
    
}
.ddsmoothmenu ul li a span.left{
}
.ddsmoothmenu ul li a span.right{

}




.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a.current, .ddsmoothmenu ul li a:hover{
	color:#ffffff;
    font-family: 'arial,sans-serif';
}
.ddsmoothmenu ul li a.selected span.middle, .ddsmoothmenu ul li a.current span.middle, .ddsmoothmenu ul li a:hover span.middle{
	background-color:#003d7c;	
}
.ddsmoothmenu ul li a.selected span.left, .ddsmoothmenu ul li a.current span.left, .ddsmoothmenu ul li a:hover span.left{

}
.ddsmoothmenu ul li a.selected span.right, .ddsmoothmenu ul li a.current span.right, .ddsmoothmenu ul li a:hover span.right{
    

}
/* END Top level menu link items style SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE SIMPLE*/









/*Top level menu link items style  NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE*/

.ddsmoothmenu ul:first-of-type > li:first-child span.middle, .ddsmoothmenu ul:first-of-type > li:first-child span.middle, .ddsmoothmenu ul:first-of-type > li:first-child span.middle{

		
	font-size:14px;
	margin-top:0px;
	padding:2px 20px 0px 20px;
	background-color:#006acc;
	border-right:1px solid #004bb3;
	
}
.ddsmoothmenu ul:first-of-type > li:first-child span.right, .ddsmoothmenu ul:first-of-type > li:first-child span.right, .ddsmoothmenu ul:first-of-type > li:first-child span.right{

}

.ddsmoothmenu ul:first-of-type > li:first-child span.left, .ddsmoothmenu ul:first-of-type > li:first-child span.left, .ddsmoothmenu ul:first-of-type > li:first-child span.left{
}

/*FOR SIMPLE RECORD ACTION :SELECTED, CURRENT, HOVER*/
.ddsmoothmenu ul:first-of-type > li:first-child  a.selected, .ddsmoothmenu ul:first-of-type > li:first-child  a.current, .ddsmoothmenu ul:first-of-type > li:first-child  a:hover{

}
.ddsmoothmenu ul:first-of-type > li:first-child  a.selected span.middle, .ddsmoothmenu ul:first-of-type > li:first-child  a.current span.middle, .ddsmoothmenu ul:first-of-type > li:first-child  a:hover span.middle{
	background-color:#003d7c;		
}
.ddsmoothmenu ul:first-of-type > li:first-child  a.selected span.left, .ddsmoothmenu ul:first-of-type > li:first-child  a.current span.left, .ddsmoothmenu ul:first-of-type > li:first-child  a:hover span.left{

}
.ddsmoothmenu ul:first-of-type > li:first-child  a.selected span.right, .ddsmoothmenu ul:first-of-type > li:first-child  a.current span.right, .ddsmoothmenu ul:first-of-type > li:first-child  a:hover span.right{
    

}
/* END Top level menu link items style NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE*/









/*Top level menu link items style  NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE*/
.ddsmoothmenu ul li.noseperate a{
     

	
}


.ddsmoothmenu ul li.noseperate a span.middle{

}
.ddsmoothmenu ul li.noseperate a span.left{
    

}
.ddsmoothmenu ul li.noseperate a span.right{
    

}

/*FOR SIMPLE RECORD ACTION :SELECTED, CURRENT, HOVER*/
.ddsmoothmenu ul li.noseperate a.selected, .ddsmoothmenu ul li.noseperate a.current, .ddsmoothmenu ul li.noseperate a:hover{

}
.ddsmoothmenu ul li.noseperate a.selected span.middle, .ddsmoothmenu ul li.noseperate a.current span.middle, .ddsmoothmenu ul li.noseperate a:hover span.middle{

}
.ddsmoothmenu ul li.noseperate a.selected span.left, .ddsmoothmenu ul li.noseperate a.current span.left, .ddsmoothmenu ul li.noseperate a:hover span.left{
    

}
.ddsmoothmenu ul li.noseperate a.selected span.right, .ddsmoothmenu ul li.noseperate a.current span.right, .ddsmoothmenu ul li.noseperate a:hover span.right{
    

}
/* END Top level menu link items style NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE NO SEPERATE*/





* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

* html .ddsmoothmenu ul li a.last{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}


/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	z-index:5px;
	left: 0;
	top: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	padding:0px;
	margin-top:3px;
	background-color:#0465d6;	
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	font-size:16px;
	width:250px;
	padding:0px 10px 0px 10px;
	background-color:#0465d6;
    border-bottom: 1px solid #004bb3;
	height:32px;
}
.ddsmoothmenu ul li ul li:hover{
	background-color:#003d7c;	
}
.ddsmoothmenu ul li ul li a{

	
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
	margin-top:0px;	
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li ul li{

}

.ddsmoothmenu ul li ul li a{


}


.ddsmoothmenu ul li  ul li a.selected, .ddsmoothmenu ul li ul li a.current, .ddsmoothmenu ul li ul li a:hover{ 
/*CSS class that's dynamically added to the currently active menu items' LI A element*/

}







/* 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:0px;
    visibility: hidden;
	display:none;
}

.rightarrowclass{
    position: absolute;
	z-index:5px;
    top: 0px;
    right: 0px;
    visibility: hidden;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
    position: absolute;
	z-index:5px;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
                 opacity: 0.8;
}