.ddsmoothmenu {
	clear:both;
	float:left;
	margin:0;
	padding:0 15px 0;
	width:940px;
	position:relative;
	z-index:50;
	background: url("../images/menu_bg.png") no-repeat scroll center top transparent;
}
.ddsmoothmenu ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font:bold 16px Arial, Helvetica, sans-serif;
}
/*Top level list items*/


.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	border-left:1px solid #b91714;
}
.ddsmoothmenu ul li.first {
	border: none;
}

.ddsmoothmenu ul li.first a{
	background:url(../images/home_icon.png) no-repeat center;
	width:17px;
	padding:9px 11px 8px;
	text-indent:-9999em;
}

.ddsmoothmenu ul li.first a:hover, .ddsmoothmenu ul li.first a.selected{
	background:#9b1917 url(../images/home_icon.png) no-repeat center;
	text-decoration:none;
	color:#fff;
}

.ddsmoothmenu ul li.first a.active{
	background:#f2f2f2 url(../images/home_icon_active.png) no-repeat center;
	text-decoration:none;
	color:#9B1917;
}

.ddsmoothmenu ul li.last {
	color:#0bc9ff;
	font-weight:bold;
}

.ddsmoothmenu ul li.last a{
	color:#0bc9ff;
}

.ddsmoothmenu ul li.last a:hover, .ddsmoothmenu ul li.last a.selected{
	color:#0bc9ff;
}

.ddsmoothmenu ul li.last a.active{
	color:#9B1917;
}

/*Top level menu link items style*/


.ddsmoothmenu ul li a {
	display: block;
	color: #F0FFF0;
	margin: 0px;
	padding:9px 10px 8px;
	text-decoration: none;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background:#9b1917; /*background of menu items during onmouseover (hover state)*/
	color:#F0FFF0;
}

.ddsmoothmenu ul li a.active {
	background:#f2f2f2; /*background of menu items during onmouseover (hover state)*/
	color:#9B1917;
}
/*1st sub level menu*/


.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	font-family:Rockwell;
	font-size:14px;
	border:1px solid #fff;
	border-top:none;
	color: #FFF;
	background: #9b1917;
}
/*Sub level menu list items (undo style from Top level List Items)*/


.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	border-left:none;
	border-bottom: 1px solid #dd403e;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */


.ddsmoothmenu ul li ul li ul {
	top: 0;
	border:1px solid #fff;
}
/* Sub level menu links style */


.ddsmoothmenu ul li ul li a {
	font: normal 13px arial;
	width: 230px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
}
.ddsmoothmenu ul li ul li a:hover {
	background:#c92b29;
}
/* 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: 17px;
	right: 5px;
}
.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;/*background: silver;*/


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


display:none;
}

