#mastheadwrapper {
	width: 974px;
	height: 315px;
	position: relative;
	left: 3px;
	background-image: url(../images/BG-HeaderMain.png);
	background-position: top;
	background-repeat: repeat-x;
	}

#mastheadlogo {
	width: 400px;
	position: relative;
	top: 10px;
	left: 30px;
	}

#masthead {
	width: 975px;
	height: 180px;
	margin-left: auto ;
	margin-right: auto ;
	position: relative;
	top: 24px;
	left: 0px;
	*left: -1px;
	}
	
#mastheadlinks {
	text-align:left;
	position: absolute;
	top: 12px;
	right: -80px;
	/*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: #DFCDBD;
	}
	
#mastheadlinks ul li a:hover {
	color: #FF7500;
	}


/* ######### Drop Down Menu CSS ######### */
.mastheadmenu {
	position: relative;
	top: 24px;
	left: 0px;
	}

.mastheadmenu ul {
	margin: 0px;
	padding: 0px;
	font: bold 12px Arial;
	list-style-type: none;
	list-style: none;
	overflow: hidden;
	width: 974px;
	height: 35px;
	border-top: 4px;
	border-color: #3D2F1F;
	background-color: #1F1000;
	background-image: url(../images/BG-NavBtnMAIN.png);
	background-repeat: repeat-x;
	}

.mastheadmenu li {	
	padding: 0px 0px 0px 0px;
	display: inline-block;
	margin: 0px;
    *display: inline; /*hack for IE7*/
	}

.mastheadmenu li a {
	float: left;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px; /*padding inside each tab*/
	color: #FFFFFF;
	background-image: url(../images/BG-NavBtn.png);
	background-position: right;
	background-repeat: no-repeat;
	}

.mastheadmenu li a:hover {
	color: #1F1000;
	cursor: pointer; 
	background-image: url(../images/BG-NavBtnOVER.png);
	background-repeat: repeat-x;
	}

.mastheadmenu a.selected {
	color: #F23812;
	background-image: url(../images/BG-NavBtnOVER.png);
	background-repeat: repeat-x;
	}
	
.dropmenustyle, .dropmenustyle ul { /*submenu UL and sub ULs, respectively*/
	font: normal 11px Arial;
	margin: 0px;
	margin-left: 0px;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	list-style-type: none;
	text-align: left;
	background: #DFCDBD;
	border: 1px solid #1F1000;
	border-bottom: none;
	visibility: hidden;
	z-index: 100;
	}

.dropmenustyle li a {
	display: block;
	width: 120px;
	color: #3f3f3f;
	text-decoration: none;
	padding: 4px 5px 4px 10px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #1F1000;
	*display: inline-block;
	}

.dropmenustyle li a:hover {
	color: #FF7500;
	background-color: #1F1000;
	}

.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;
	}