.menuline
{
	background:url('../images/menuline.jpg') no-repeat;
	width:2px;
	height:38px;
	float:left
}

#menubar
{
width:740px;
height:38px;
float:left;
}

.ddsmoothmenu1{
width:951px;
height:38px;
float:left;
}

.ddsmoothmenu1 ul{
z-index:50000 !important;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu1 ul li{
position: relative;
z-index:50000 !important;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu1 ul li a{
	display: block;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:18.2px;
	margin:0px;
	padding:7px 0px 0px 6px;
	float:left;
	text-align:center; 
	color: #fff;
	text-decoration: none; 
	height:31px;
} 

.ddsmoothmenu1 ul li a:hover{
	color:#ffffff  !important;
	text-decoration:none;
	background:#0444a5;
}



.ddsmoothmenu1 ul li a:link, .ddsmoothmenu ul li a:visited{
color:#fff;
}

.ddsmoothmenu1 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#ffffff !important;

}

#current
{
	color:#ffffff;
	text-decoration:none;
}

	
/*1st sub level menu*/
.ddsmoothmenu1 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)*/
.ddsmoothmenu1 ul li ul li{
display: list-item;
float: left;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu1 ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu1 ul li ul li a{
text-align:left;
border-bottom:1px solid #013686;
background: #0051ca;
text-decoration:none;
color:#fff;
display:block;
padding:7px 10px 5px 10px;
width:190px;
height:20px;
text-transform:none;
}

.ddsmoothmenu1 ul li ul li a:hover{
text-align:left;
background:#0444a5;
text-decoration:none;
color:#9b1302;
display:block;
padding:7px 10px 5px 10px;
width:190px;
height:20px;
}

.ddsmoothmenu1 ul li ul li a.selected{
text-align:left;
text-decoration:none;
color:#fff;
background:#0444a5;
display:block;
padding:7px 10px 5px 10px;
width:190px;
height:20px;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu1{height: 1%;} /*Holly Hack for IE7 and below*/

* html .ddsmoothmenu1 ul li ul  { /*IE6 hack to get sub menu links to behave correctly*/
display: block;
float:left;
background:#80765a;
text-align:center !important;
}

* html .ddsmoothmenu1 ul li ul li { /*IE6 hack to get sub menu links to behave correctly*/
display: block;
float:left;
text-align:center !important;

}

* html .ddsmoothmenu1 ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
width:100%;
float:left;
border-bottom:1px solid #665e49;
text-align:center !important;
}

* html .ddsmoothmenu1 ul li ul li a:hover{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
width:100%;
float:left;
text-align:center !important;

}

* html .ddsmoothmenu1 ul li ul li a.selected{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
width:100%;
float:left;
text-align:center !important;

}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 18px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 9px;
right: 5px;
}

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

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

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