.ddsmoothmenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;

}
div.ddsmoothmenu {
	margin:0 auto;
	width:994px;

}
.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;

}
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
margin:0 0 -2px 0;
padding:10px 0 0 0;

}

.ddsmoothmenu ul li a{
display: block;
background:none;
color: #fff;
	font-weight:bold;
	padding:0 19px 11px 19px;
text-decoration: none;
}
.ddsmoothmenu ul li ul li {
	display: block;
	background: #;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	padding:0;
	margin:0;
}

* html .ddsmoothmenu ul li a{
display: inline-block;

}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
background:none; 
color: #ffffff;
}

.ddsmoothmenu ul li a.selected{
background: none; 
color: #ffffff;
}
.ddsmoothmenu ul li ul li a.selected{
background-color:#9F040A;
color: #ffffff;
}

.ddsmoothmenu ul li a:hover{
background:none;
color: #ffffff;
}
.ddsmoothmenu ul li ul li a:hover{
background-color:#9F040A;
color: #ffffff;
}
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
margin:0;
line-height:18px;
display: none;
visibility: hidden;

}
.ddsmoothmenu ul li ul img{
	background-position:right;
}
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	background-color:#213863;
	border:0;
	padding:0;
}
.ddsmoothmenu ul li ul li ul{
top: 0;
}
.ddsmoothmenu ul li ul li ul a {
	width:117px;
	margin:2px 0 0 0;
}
.ddsmoothmenu ul li ul li ul li ul li a {
width:117px;
margin:0 0 0 0;
}
.ddsmoothmenu ul li ul li a{
width: 141px;
padding: 4px 5px 4px 10px;
margin: 0;
background-color:#000000;
border-bottom:1px solid #A31B20;
}
.ddsmoothmenu ul li ul li ul{
border-top:none;
margin:0;
}
.ddsmoothmenu ul li ul  {

}
.ddsmoothmenu ul li ul li ul li a{
width: 141px; /*width of sub menus*/
padding: 4px 5px 4px 15px;
margin:0;
}

/* 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;
}

.rightarrowclass{
position: absolute;
top:auto;
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*/
opacity: 0.8;
}