.ddsmoothmenu
{
    margin:0px;
    padding:0px;
	font: bold 12px Verdana;
	height:30px;
	cursor:pointer;	
	display:inline-block;
}

.nav_sep
{
    margin:0px;
    padding:0px;
    float:left;
    width:13px;
    height:33px;
	top:-3px;
	position:relative;
    background:transparent url(images/nav_div.gif) no-repeat bottom;
	display:inline-block;
}
.nav_left_end
{
    margin:0px;
    padding:0px;
    float:left;
    width:7px;
    height:33px;
	top:-3px;
	position:relative;
    background:transparent url(images/nav_div_left.gif) no-repeat bottom;
	display:inline-block;
}
.nav_right_end
{
    margin:0px;
    padding:0px;
    float:left;
    width:7px;
    height:33px;
	top:-3px;
	position:relative;
    background:transparent url(images/nav_div_right.gif) no-repeat bottom;
	display:inline-block;
}

.nav_heading
{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:8px;
	text-align:center;
	color:#CCCCCC;
	background:#353541;
	top:0px;
	position:relative;
	display:inline-block;
}

.ddsmoothmenu .nav_heading a
{
	margin:0px;
	padding:0px;
	color:#cccccc;
	border:none;
	background:Transparent;
filter:none;
    -moz-opacity: 1;
    opacity: 1; 
}
.ddsmoothmenu .nav_heading a:hover
{
	margin:0px;
	padding:0px;
	color:#ffffff;
	border:none;
	background:Transparent;
filter:none;
    -moz-opacity: 1;
    opacity: 1; 
}

.nav_heading:hover
{
	color:#FFFFFF;
	background:#2E2E38;
}


.search_box
{
	font-family:Verdana;
	font-size:13px;
	font-weight:normal;
	margin:0px;
	padding:8px;
	text-align:center;
	color:#ffffff;
	background:#9C4818;
	top:0px;
	width:256px;
	position:relative;
	display:inline-block;
	border-bottom:SOLID 1px #000000;
	border-right:SOLID 1px #000000;
	border-left:SOLID 1px #333333;

filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8; 
}

.search_box:hover
{
	color:#FFFFFF;
	background:#C65C1E;
}

.nav_heading_on
{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	padding-top:9px;
	text-align:center;
	color:#ffffff;
	width: 99px;
	height:34px;
	top:-2px;
	position:relative;
	display:inline-block;
}

.nav_heading_on:hover
{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	padding-top:9px;
	text-align:center;
	color:#000000;
	width: 99px;
	height:35px;
	top:-2px;
	position:relative;
	display:inline-block;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0px;
padding-left: 0px;
list-style-type: none;
display:inline;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
top:0px;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #393844; /*background of menu items (default state)*/
padding: 8px 10px;
border-right: 1px solid #000;

text-decoration: none;
filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8; 
}


* 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{
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: #143356; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu 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)*/
.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: 0px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
padding: 5px 5px 5px 10px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #000;
width:254px;
	text-align:left;
}

/* 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;
background:transparent;
}

.rightarrowclass{
position: absolute;
top: 3px;
right: 5px;
background:transparent;
}

/* ######### 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;*/
}
