@charset "utf-8";
/* CSS Document */

.ddsmoothmenu{
width:855px;
height:46px;
padding:0px;
background:#134b9a; border:1px solid #1c1c53;
-moz-box-shadow: 2px 2px 5px #918da0; -webkit-box-shadow:2px 2px 5px #918da0; box-shadow: 2px 2px 5px #918da0;  behavior: url('PIE.htc'); position:relative;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
list-style-type: none;
width:auto;
}

/*Top level list items*/
.ddsmoothmenu ul li{
z-index:0;
display:block; position:relative; float:left; padding:0 1px 0 0; background:url(../images/nav_divider.jpg) no-repeat right 3px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
font-size:14px; font-family: 'Cabin', sans-serif; line-height:46px; color:#fff; display:inline-block; text-decoration:none; width:170px; text-align:center; padding:0px;
}

.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*/

}

.ddsmoothmenu ul li a:hover{

}


/*1st sub level menu*/
.ddsmoothmenu ul li ul{
visibility: hidden;
display:none;
width:auto; position:absolute; top:100%; left:0; background:#346bb4;
}


/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float:left; display:block; padding:0px; background:none;
}

.ddsmoothmenu ul li ul li.nav_li_bg	{ background:#1e66b2;}


.ddsmoothmenu ul li ul li a{
	width:158px; padding:0 0 0 12px !important; display:block; line-height:32px; text-align:left;
	}
		
.ddsmoothmenu ul li ul li a:hover{

}



/*All subsequent sub menu levels vertical offset after 1st level sub menu */
*+html .ddsmoothmenu ul li ul{
top:0px;
}

*html .ddsmoothmenu ul li ul{
top:0px;
}

.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* 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;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### 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;
}

/*.ddsmoothmenu ul li:first-child ul li:first-child{
	height: 29px;
	background:url(../images/nav_first_li_bg.png) no-repeat left bottom;	
}*/