.ddsmoothmenu {
	height:44px;
	border-top:2px solid #97bdfc;
	border-bottom:2px solid #97bdfc;
	background:url(../images/nav_bg.jpg) repeat-x;
}

.ddsmoothmenu ul {
	z-index:1000;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.ddsmoothmenu ul li {
	position:relative;
	display:inline;
	float:left;
	text-align:left;
	padding-top:10px;
	padding-bottom:14px;
	padding-left:45px;
	padding-right:45px;
	background:url(../images/nav_sep.jpg) right 13px no-repeat;
}

.ddsmoothmenu ul li.last{padding-right:0px; background:none;}

.ddsmoothmenu ul li a {
	display:block;
	text-decoration:none;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#97bdfc;
}

.ddsmoothmenu ul li a:hover {
	color:#FFF;
	text-decoration:none;
	font-size: 16px;
}

* html .ddsmoothmenu ul li a {
	display:inline-block;
}

.ddsmoothmenu ul li a.selected{
color:#FFF;
}

.ddsmoothmenu ul li.active a{
	color:#FFF;
	font-size: 16px;
}

.ddsmoothmenu ul li.active ul li a{background:none;}
.ddsmoothmenu ul li ul li.active a{background:none;}

.ddsmoothmenu ul li ul {
	background:url(../images/nav_dropdown_bottom.png) left bottom no-repeat;
	padding-bottom:10px;
	position:absolute;
	display:none;
	visibility:hidden;
	margin-left:11px;
	margin-top:4px;
}

* html .ddsmoothmenu ul li ul {
	background:url(../images/nav_dropdown_bottom.gif) left bottom no-repeat;
}

.ddsmoothmenu ul li ul li {
	display:list-item;
	float:none;
	background:url(../images/nav_li.jpg) no-repeat left top;
	padding:0px;
	margin:0px;
}

.ddsmoothmenu ul li ul li ul {
	top:0px;
	left:0px;
	margin-left:-1px;
	margin-top:0px;
}

* html .ddsmoothmenu ul li ul li ul {
	top:0px;
	left:0px;
	margin-left:-1px;
}

.ddsmoothmenu ul li ul li a {
	width:187px; /*width of sub menus*/
	padding:0px;
	padding-right:1px;
	padding-left:15px;
	padding-top:9px;
	padding-bottom:9px;
	color:#000;
	margin:0px;
	border-top-width:0px;
	border:none;
	font-weight:normal;
}

.ddsmoothmenu ul li ul li a:hover {
	color:#FFF;
	text-decoration:none;
	background:url(../images/nav_dropdown_hover.gif) no-repeat;
}

.ddsmoothmenu ul li ul li a.selected {
	color:#FFF;
	text-decoration:none;
	background:url(../images/nav_dropdown_hover.gif) no-repeat;
}

/*IE6 hack to get sub menu links to behave correctly*/
* html .ddsmoothmenu ul li ul li a {
	display:inline-block;
}

* html .ddsmoothmenu {
	height:1%;
}

/*Holly Hack for IE7 and below*/
.downarrowclass {
	position:absolute;
	top:0px;
	right:0px;
	display:none;
}

.rightarrowclass {
	position:absolute;
	top:13px;
	right:2px;
}

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow {
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:0px;
}

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

* html .ddsmoothmenu ul li ul li ul {
	display:none;
}

.downarrowclass {
	display:none;
}
