#mastheadwrapper {
	width: 980px;
	height: 235px;
	position: relative;
	}

#mastheadlogo {
	width: 300px;
	position: relative;
	top: 10px;
	left: 35px;
	}

#masthead {
	width: 932px;
	height: 208px;
	margin-left: auto ;
	margin-right: auto ;
	position: relative;
	top: -35px;
	left: 0px;
	}
	
#mastheadlinks {
	text-align:left;
	position: absolute;
	top: 12px;
	left: 655px;
	width: 400px;	
	}

#mastheadlinks ul{
	list-style-type: none;
	list-style: none;
	}

#mastheadlinks ul li {
	display: inline;
	padding-left: 15px;
	}

#mastheadlinks ul li a {
	text-decoration: none;
	color: #7A7A7A;
	}
	
#mastheadlinks ul li a:hover {
	color: #003399;
	}


/* ######### Drop Down Menu CSS ######### */
.mastheadmenu {
	position: relative;
	top: -62px;
	left: 35px;
	}
	
.mastheadmenu ul {
	margin: 0;
	padding: 0;
	font: bold 11px Arial;
	list-style-type: none;
	overflow: hidden;
	width: 650px;
	height: 20px;
	}

.mastheadmenu li {
	display: inline;
	margin: 0;
	}

.mastheadmenu li a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 0px 8px; /*padding inside each tab*/
	color: #FFFFFF;
	}

.mastheadmenu li a:hover {
	color: #FFCE2D; 
	}

.mastheadmenu a.selected {
	color: #F35025;
	}

.dropmenustyle, .dropmenustyle ul { /*submenu UL and sub ULs, respectively*/
	font: normal 11px Arial;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	text-align: left;
	background: white;
	border: 1px solid #690500;
	border-bottom: none;
	visibility: hidden;
	z-index: 100;
	}

.dropmenustyle li a {
	display: block;
	width: 120px;
	color: #333333;
	text-decoration: none;
	padding: 4px 5px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #690500;
	}

* html .dropmenustyle li a { /*IE6 CSS hack*/
	display: inline-block;
	}

.dropmenustyle li a:hover {
	color: #690500;
	background-color: #F3F6F9;
	}

.downarrowpointer { /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
	}

.rightarrowpointer { /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	right: 2px;
	border: 0;
	}

.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
	}
