.but_bg {
	background:url(../images/but_center_bg.gif) repeat-x left center;
	height:72px;
}

.but_left {
	background:url(../images/but_left_bg.gif) no-repeat right;
	height:72px;
	width:10px;
}

.but_right {
	background:url(../images/but_right_bg.gif) no-repeat left;
	height:72px;
	width:10px;	
}

.ddsmoothmenu{
font: bold 13px Arial;
width: auto;
margin-top:11px;
margin-left:8px;
z-index: 5000;
}

.ddsmoothmenu ul{
z-index:1000;
margin: 0;
padding: 0;
list-style-type: none;
text-align:left;

}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display:block;
background:url(../images/but_left.gif) no-repeat left top;
margin:0;
margin-right: 14px;
padding:0 0 0px 8px;
text-decoration:none;

}

.ddsmoothmenu ul li a span{
display:block;
background:url(../images/but_right.gif) no-repeat right top;
padding:8px 22px 14px 14px;
font-weight:bold;
color:#2E7DAE;
z-index:1000;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

* html .ddsmoothmenu ul li a span{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #FFFFFF;
z-index:1000;
}

.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected{ 
background:url(../images/but_left_over.gif) no-repeat left top;
text-decoration:none;
cursor:hand;
z-index:1000;
}

.ddsmoothmenu ul li a:hover span, .ddsmoothmenu ul li a.selected span{
background:url(../images/but_right_over.gif) no-repeat right top;
text-decoration:none;
cursor:hand;
color:#FFFFFF;
z-index:1000;
}

.ddsmoothmenu a .single{
float:left;
background:url(../images/but_left.gif) no-repeat left top;
margin:0;
padding:0 0 0px 8px;
text-decoration:none;

}

.ddsmoothmenu a .single span {
float:left;
display:block;
background:url(../images/but_right.gif) no-repeat right top;
padding:8px 22px 14px 14px;
font-weight:bold;
color:#FFFFFF;
z-index:1000;
}

.ddsmoothmenu .single a:hover {
background:url(../images/but_left_over_single.gif) no-repeat left top;
padding-bottom:0px;
z-index:1000;
}

.ddsmoothmenu .single a:hover span {
background:url(../images/but_right_over_single.gif) no-repeat right top;
z-index:1000;
}









	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
z-index:1000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*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 {

border-left:1px solid #7DB5DE; 
}
.ddsmoothmenu ul li ul li a{
margin:0;
background:#406FB2;
top: 0; /*THEME CHANGE HERE*/
font:normal 12px Arial;
line-height:26px;
width:200px;
border-bottom:1px solid #7DB5DE; 
color:#2E7DAE;
z-index:1000;
}

.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a.selected{ 
background:#4C80C1;
text-decoration:none;
color:#FFFFFF;
}

.ddsmoothmenu ul li ul li a:hover span, .ddsmoothmenu ul li ul li a.selected span{
background:#4C80C1;
text-decoration:none;
}

/* 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: 7px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
}
