#icons {
	POSITION: relative; TOP: -10px; HEIGHT: 11px
}

#dropdown {
		float: left;
		width: 949px;
		margin: 0px 5px 0 5px;
		height: 49px;
			height: 60px;
		background: url(../images/home_subnav_bg.jpg) repeat-x top left;
}

ul.topnav {
		width: 949px;
		height: 48px;
			height: 60px;	
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
	list-style: none;   
}
ul.topnav li a{
	padding: 10px 5px;
			color: #f76716;
			FONT-WEIGHT: bold;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
			color: #000;
			background: transparent url(../images/home_subnav_sel.gif)  no-repeat center 40px;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 40px;
	float: left;
	margin-top:3px;
	background: url(subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 38px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 180px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #e6e6e6;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px  #e6e6e6; /*--Create bevel effect--*/
	border-bottom: 1px solid #e6e6e6; /*--Create bevel effect--*/
	clear: both;
	width: 180px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 155px;
	background: #f2f2f2 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #e6e6e6 url(/fileadmin/template/styles/dropdown_linkbg.gif) no-repeat 10px center; 
}   
#header img {
	margin: 20px 0 10px;
}

