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

.ddsmoothmenu {
	     float:left; width:100%; padding:10px 0px;
}
.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; font-size:12px; text-transform:uppercase; border-left:#888888 2px solid; padding:0 14px;
}
.ddsmoothmenu ul li:first-child { border-left:0px;}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	  color:#2787b8; display:inline-block; float:left;
}
* 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 {
/*color: white;*/
}
.ddsmoothmenu ul li a:hover {
	    color:#2787b8 !important;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left:0px !important;
	top:20px !important;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	width:200px !important;
	border:#ddd 1px solid;
	border-bottom:0px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	padding:0px;
	background-color:#f9f9f9;
	border-left:0px !important;
	border-bottom:#ddd 1px solid;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	left:200px !important;
	top:-1px !important;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	display:block;
	color:#000 !important;
	padding:0 10px !important;
	width:180px;
	margin:0px !important;
	line-height:30px;
	height:30px;
	color:#2787b8 !important;
	background-image:none;
	text-transform:none;
}
.ddsmoothmenu ul li ul li a.selected {
	 text-decoration:none;
	 background-color:#f0f0f0;
}
.ddsmoothmenu ul li ul li a:hover {
color:#2787b8 !important;
background-color:#f0f0f0;
text-decoration:none;
}
/* 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 {
	 text-decoration:underline;
}
