#menu {
	display: block;
	position: absolute;
	top:  126px;
	left: 547px;
	z-index: 2;
	
	width: 120px;
	padding: 2px;
	padding-top: 23px;
	
	background-color: white;
	background-image: url("img/menu_header.png");
	background-repeat: no-repeat;
	
	list-style: none;
	font-family:  "trebuchet ms", arial, sans-serif;
}

#menu li {
	display: block;
	margin-bottom: 1px;
	padding: 0;
}

#menu li a {
	display: block;
	width: 115px;

	margin: 0;
	
	padding-top: 5px;
	padding-bottom: 4px;
	padding-right: 5px;
	
	background-color: #eeeeee;

	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;

	color: black;
}

#menu li a:hover {
	background: black url("img/menu_hover_white_bg.gif") no-repeat left center;

	/*color: yellow;*/
	color: white;
}

/* The sub menu styling */

#sub_menu {
	display: block;

	width: 460px;
	height: 20px;
	
	margin: 0px;
	margin-top: -5px;
	margin-bottom: 7px;
	margin-left: 0px;;
	padding: 0px;

	z-index: 2;
}

#sub_menu li {
	display: inline;
	float: left;

	margin: 0px;
	margin-right: 7px;
	
	font-family: "Trebuchet MS" sans-serif;
	font-size: 12px;
	font-weight: bold;

	padding-bottom 0px;

	text-transform: capitalize;
}

#sub_menu li a {
	color: #2f2f2f;
	text-decoration: none;
}

#sub_menu li a:hover {
	color: black;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: black;
}


/* Ad space under menu */
#adspace {
	position: absolute;
	left: 547px;
	top: 370px;

	width: 120px;
	padding: 0px;

	border-style: none;
	border-width: 1px;

}

#adspace a {
	font-family: "Trebuchet MS" sans-serif;
	font-size: 11px;
}

#adspace a img {
	border-style: none;
	text-decoration: none;
}

