#mastheadwrapper {
	width: 980px;
	height: 363px;
	position: relative;
	left: 0px;
	}

#mastheadlogo {
	width: 580px;
	position: relative;
	top: 15px;
	left: 30px;
	}

#masthead { /* flash animation */
	width: 980px;
	height: 265px;
	margin-left: auto ;
	margin-right: auto ;
	position: relative;
	top: 65px;
	left: 0px;
	}
	
#mastheadlinks {
	text-align:left;
	position: absolute;
	top: 6px;
	right: -65px;
	/*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: #CEBF98;
	}
	
#mastheadlinks ul li a:hover {
	color: #6D4F09;
	}


/* ######### Drop Down Menu CSS ######### */
.mastheadmenu {
	position: relative;
	top: 54px;
	right: 28px;
	z-index: 10;
	}

.mastheadmenu ul {
	margin: 0px;
	padding: 0px;
	font: bold 12px Arial;
	list-style-type: circle;
	overflow: hidden;
	width: 974px;
	height: 32px;
	/*background-color: #3399CC;
	background-image: url(../images/BG-NavBarMAIN.png);
	background-repeat: repeat-x;*/
	}

.mastheadmenu li {
	padding: 0px;
	display: inline-block;
	margin: 0px;
    *display: inline; /*hack for IE7*/
	}

.mastheadmenu li a {
	float: right;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 1px 0px 2px; /*padding inside each tab*/
	color: #CEBF98;
	}

.mastheadmenu li a:hover {
	color: #251B12;
	cursor: pointer;
	}

.mastheadmenu a.selected {
	/*color: #F23812;*/
	color: #000000;
	}
	
.mastheadmenunavbg {
	background: url(../images/BG-NavBarMAIN.png);
	}
	
.dropmenustyle, .dropmenustyle ul { /*submenu UL and sub ULs, respectively*/
	font: normal 11px Arial;
	margin: 0px;
	margin-left: 0px;
	padding: 0;
	position: absolute;
	left: -20px;
	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;
	}
