#navspace {
	width:494px;
	height:40px;
	margin:0;
	background:url(../images/nav-back.jpg) repeat-x;
	padding:0;
}

.ddsmoothmenu{
font: 0.75em Arial, Helvetica, sans-serif ; /*background of menu bar (default state)*/
width:auto;
height:40px;
margin:0;
padding:0;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0 0 0 0;
list-style-type: none;
text-align:center;

}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float:left;
padding:0 25px 0 25px;
margin:0 0 0 0;

background:url(../images/border.gif) right no-repeat;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display:inline-block;/*background of menu items (default state)*/
color: white;
padding:12px 0 0 0;
color: #a38a64;
text-decoration: none;
text-align:center;
font-weight:bold;
line-height:28px;
}
.ddsmoothmenu ul li a.big{ line-height:14px; padding-top:5px; padding-bottom:5px;}
.ddsmoothmenu ul li.last{ background:none;}

* 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:#a38a64;

}

.ddsmoothmenu ul li a.active{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#35628a;
}

.ddsmoothmenu ul li a:hover{ /*background of menu items during onmouseover (hover state)*/
color:#35628a;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left:0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
padding:0 0 0 0;
margin:0px 0 0 -2px;

}


/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	 width:120px;
display: list-item;
padding:0 0 0 0;
margin:0;
float:none;
background:#dbcfb5;

}

/*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{
 /*width of sub menus*/
 width:105px;
padding:0 0 0 15px;
margin: 0;
border-top-width: 0;
border-bottom:1px solid #a38a64;
text-decoration:none;
line-height:28px;
color:#a38a64;
font-size:1em;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:left;

}
.ddsmoothmenu ul li ul li a.sub-nav-head, .ddsmoothmenu ul li ul li a:hover.sub-nav-head{
background:none;
}
.ddsmoothmenu ul li ul li a:hover{
color:#35628a;
}

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

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

}
