#header_wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#header_logo {
	position: absolute;
	margin-top: 10px;
	margin-left: 50px;
}

#main-menu {
	position: absolute;
	margin-top: 30px;
	margin-left: 420px;
}

#main-menu_container {
}

#main-menu img {
	float: left;
}

/* MENU TITLE aka PRIMARY MENU ITEMS */

#main-menu .menu-title:hover {
	cursor: pointer;
}

#main-menu .menu-header {
	float: left;
	position: relative;
	z-index: 1001;
	margin-right: 15px;
}
#main-menu .menu-title div {
	float: left;
	height: 42px;
	background-color: black;
}

#main-menu .menu-title span {
/*
	padding-left: 10px;
	position: relative;
	top: 13px;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .5px;
*/
}

/* MENU BODY aka DROPDOWN MENU */

/* if the background image changes, make sure to change the numbers in block-menu.tpl.php! */
#main-menu .menu-body {
	display: none;
/*	width: 224px;
*/	width: 150px;
	position: absolute;
	padding-top: 31px;						/* padding at the top of the dropdown menu */
}

#main-menu .menu-body .menu-list div {
	display: none;
	position: absolute;
	width: 200px;
	left: 224px;
	border: 1px solid #EEEEEE;
}

#main-menu .menu-body .menu-list div li {
	background: white;
	border-bottom: 1px solid #EEEEEE;
	height: 30px;
}

#main-menu .menu-body .menu-list div li:hover {
	background: #ebebeb !important;
}

#main-menu .menu-body .menu-list div li a {
	color: black !important;
	font-weight: normal;
	font-size: 11px;
	top: 10px;
}

.menu-list ul {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}

.menu-list li {							/* styles for the menu item text */
	background: transparent url(/themes/tdu2/img/main-menu/menu_bg.png) repeat-x 0 0;	/* background of unhighlighted menu item */
	margin-left: 0px !important;
	padding-left: 16px;			/* padding around the menu item text */
	padding-right: 24px;		/* padding around the menu item text */
	line-height: normal;
	height: 38px;				/* height of each menu item */
}

.submenu-selected {						/* styles for the highlighted menu */
/*	background: white none !important;
*/	background: url(/themes/tdu2/img/main-menu/menu_bg_hover.png) repeat-x 0 0 !important;	/* background of unhighlighted menu item */
	cursor: pointer;
}

.submenu-selected a, .submenu-selected .expand {
	color: #f5c366 !important;
}

.menu-list a, .menu-list .expand {		/* styles for the text inside the dropdowns */
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: 12px;					/* padding on top of menu item text */
}

.menu-list .expand {
	float: right;
	right: 10px;
}

.menu-list a:hover {
	text-decoration: none;
}

.header_carousel {
	background: transparent url(/themes/tdu2/img/3CarPorn.jpg) no-repeat center top;
	height: 549px;
}

.header_glassdrop {
	background: transparent url(/themes/tdu2/img/main-menu/header_glassdrop.png) no-repeat center top;
	height: 153px;
}