#bar {
	height: 40px;
	background: url('../img/bar.png') repeat-x;
	}

	
	
/* Search */
#bar form {
	float: right;
	width: 240px;
	}

#bar form p {
	margin: 0;
	padding: 6px 0 0 10px;
	}
	
#bar form input[type="text"] {
	width: 165px;
	padding: 4px;
	border: 0;
	background: url('../img/search.png') no-repeat;
	color: #777;
	}
	
#bar form input[type="submit"] {
	width: 16px;
	height: 16px;
	margin-left: 5px;
	border: 0;
	background: url('../icons/search.png') no-repeat;
	}
	
#bar form input[type="submit"]:hover {
	cursor: pointer;
	}
	
	
	
/* Sections */	
#bar #sections {
	margin: 0; 
	z-index: 500; 
	padding: 0; 
	list-style: none;
	}
	
#bar #sections li { 
	display: block; 
	float: left; 
	position: relative; 
	padding-left: 1px; 
	background: url('../img/ddmenu_separation.png') left no-repeat; 
	}
	
#bar #sections li#first { 
	padding-left: 0;
	background-image: none; 
	}
	
#bar #sections li span, #bar #sections li .link { 
	float: left; 
	height: 40px; 
	padding: 0 15px; 
	text-decoration: none;
	font: bold 1.1em/40px Arial; 
	color: #333; 
	}
	
#bar #sections li span:hover, #bar #sections li .link:hover { 
	background-image: url('../img/ddmenu_hover.png'); 
	color: #fff; 
	}
	
#bar #sections li .link:hover { 
	cursor: pointer; 
	}
	
#bar #sections ul { 
	position: absolute; 
	top: 40px; 
	left: 0; 
	width: 220px;
	display: none; 
	margin: 0;
	padding: 0; 
	overflow: hidden; 
	list-style: none; 
	font-size: 0.9em; 
	}
	
#bar #sections ul li { 
	display: list-item; 
	cursor: auto; 
	border-bottom: 1px dotted #444; 
	background: url('../img/ddmenu_bg.png') repeat; 
	}
	
#bar #sections ul li a { 
	display: block; 
	width: 200px; 
	padding: 6px 10px; 
	text-decoration: none; 
	color: #fff; 
	}
	
#bar #sections ul li a:hover { 
	background-color: #222; 
	}

	
	
/* Speed bar */
#bar #speed { 
	float: right; 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	}
	
#bar #speed li { 
	display: block; 
	float: left;
	padding-left: 1px; 
	background: url('../img/ddmenu_separation.png') left no-repeat; 
	}
	
#bar #speed li#first {
	background-image: none;
	}
	
#bar #speed li a { 
	display: block; 
	height: 40px; 
	padding: 0 15px; 
	text-decoration: none;
	font: normal 1em/40px Arial;
	color: #333; 
	}
	
#bar #speed li a:hover { 
	background-image: url('../img/ddmenu_hover.png'); 
	color: #fff; 
	}