@charset "utf-8";
/* CSS Document */

.ddsmoothmenu {
	  float:left; background:url(images/top_nav_bg.png); width:960px; height:41px; margin-bottom:20px; padding:1px 0;
}
.ddsmoothmenu ul {
	z-index:100;
	margin:0px; padding:0px; list-style:none;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display:inline-block;
	float:left; display:inline-block; border-right:#d6d6d6 1px solid;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display:inline-block;
	float:left; display:inline-block; line-height:41px; color:#666666; padding:0 40px;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li a.home_icon  { background:url(../images/home_icon.png) center no-repeat; display:block; text-indent:-999999px; width:26px; padding:0 10px; overflow:hidden;}
.ddsmoothmenu ul li a.home_icon:hover, #top_nav ul li.current_page_item a.home_icon { background:url(../images/home_icon_hvr.png) center no-repeat !important;}
.ddsmoothmenu ul li.last_link { border-right:0px !important;}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
/*color: white;*/
}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li.current_page_item a {
	   background:url(../images/top_nav_hvr.gif) left top repeat-x; color:#fff !important;
}
.ddsmoothmenu ul li.last_link {
	background:none;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left:0px !important;
	top:41px !important;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	width:198px !important;
	border:#d5d5d5 1px solid;
	border-bottom:0px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	padding-right:0px;
	background-color:#E6E3F2;
	border-right:0px !important;
	border-bottom:#d5d5d5 1px solid;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top:-1px !important;
	border:#797979 1px solid;
	border-bottom:0px;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	display:block;
	color:#000 !important;
	padding:0 10px !important;
	width:178px;
	margin:0px !important;
	line-height:30px;
	height:30px;
	background:url(../images/top_nav_hvr.gif) left top repeat-x;
	color:#fff !important;
}
.ddsmoothmenu ul li ul li a:hover {
background:none !important;
color:#000 !important;
}
/* 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;
	display:none;
}
.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*/
}
.selected {
	 background:url(../images/top_nav_hvr.gif) left top repeat-x; color:#fff !important;
}
