/* CSS Document */
.ddsmoothmenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	color:#0259ab;
/*font: bold 12px Verdana;
*/background:none; /*background of menu bar (default state)*/
width: 850px;
}

.ddsmoothmenu ul{
z-index:1500;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
/*display: inline;
*/float: left;
/*	background:none;
*/	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	color:#0259ab;

/*	text-align:center;
*/	  padding:0 22px 0 22px;
	  background:url(../images/nav_divider.jpg);
	  background-repeat:no-repeat;
	  background-position:left top;
	  line-height:35px;


}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
/*	background:url(../images/top_btnbg_1.png) no-repeat;
*//*padding: 8px 10px;
*/
	text-decoration: none;
/*	width:163px;
*/	
/*line-height:32px;*/
/*	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c7dd27;
	text-decoration:none;
	font-weight:normal;
	text-align:center;
*/
font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	color:#0259ab;
}

* 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{
/*	color:#c7dd27;
*/
	color:#0259ab;

}

.ddsmoothmenu ul li a:hover{

/*	background:url(../images/top_btnbg_1.png) no-repeat;
*//*	width:163px;
	line-height:32px;
	*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	color:#023769;
	text-decoration:none;
/*	text-align:center;
*/}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
/*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{

background:#a9c1d9;

}

/*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, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#1578bf;
width: 120px; /*width of sub menus*/
padding: 0px 0 0 2px;
margin: 0;
border-top-width: 0;
line-height:24px;
border-bottom: 1px solid #4f94d6;
background:#a9c1d9; text-align:left;
}

.ddsmoothmenu ul li ul li a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#164c80;
font-weight:normal;
width: 120px; /*width of sub menus*/
padding: 0px 0 0 2px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #4f94d6;
background:#a9c1d9;
text-align:left;

}


/* ######### 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*/

}

