#header {
	width:900px;
	position: static;
	overflow:auto;
	background-color: #000000;
	height:70px;
	}
#logo {
	float:left;
	width:430px;
	position:static;
	color:#FFFFFF;
	margin-top:19px;
	}
#search {
	float:right;
	/*width:430px;*/
	position:static;
	color:#FFFFFF;
	text-align:right;
	margin-top:23px;
	}
.ddsmoothmenu{
	font:bold 12px Arial;
	background:url(../../assets/pictures/menu/menuBackground.jpg) no-repeat;
	width:100%;
	height:25px;
}
.ddsmoothmenu ul{
	z-index:100;
}
.ddsmoothmenu ul li{ /*Top level list items*/
	position:relative;
	display:inline;
	float:left;
}
.ddsmoothmenu ul li a{ /*Top level menu link items style*/
	display:block;
	background:url(../../assets/pictures/spacer.gif) repeat; /* IE trick to fill gap between top level and sublevel1 */
	color:white;
	padding:4px 12px;
	text-decoration:none;
	line-height:16px;
}
* 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 ul li a:hover{
	color:red;
}
.ddsmoothmenu ul li a:hover{
	color:red;
}
.ddsmoothmenu ul li ul{ /*1st sub level menu*/
	position:absolute;
	left:0;
	display:none; /*collapse all sub menus to begin with*/
	visibility:hidden;
}
.ddsmoothmenu ul li ul li{ /*Sub level menu list items (undo style from Top level List Items)*/
	display:list-item;
	float:none;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
	KhtmlOpacity:.9;
	opacity:.9;
	background-color:#303030;
}
.ddsmoothmenu ul li ul li ul{ /*All subsequent sub menu levels vertical offset after 1st level sub menu */
	top:0;
}
.ddsmoothmenu ul li ul li a{ /* Sub level menu links style */
	font:normal 12px Arial;
	width:150px; /*width of sub menus*/
	padding:3px 0 0 11px;
}
.ddsmoothmenu ul li ul li a:visited{
	color:#9e9e9e;
}
.ddsmoothmenu ul li ul li a:hover{
	background:black;
	color:red;
}
a.forceWhite:visited{	/* forces sub-menus folder to remain white */
	color:white !important;
}
a.forceWhite:hover, a.forceWhite:active{	/* forces sub-menus folder to become red when selected */
	color:red !important;
}
* html .ddsmoothmenu{ /*Holly Hack for IE7 and below*/
	height: 1%;
}
.downarrowclass{ /* CSS classes applied to down and right arrow images */
	position:absolute;
	right:7px;
}
.rightarrowclass{
	position:absolute;
	top:0px;
	right:5px;
}
.ddshadow{ /* CSS for shadow added to sub menus */
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	background:silver;
}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
	opacity:0.8;
}
