#mastheadwrapper {
	width: 980px;
	height: 480px;
	position: relative;
	}

#mastheadlogo {
	width: 460px;
	position: relative;
	top: 10px;
	left: 25px;
	}

#masthead {
	width: 930px;
	height: 375px;
	margin-left: auto ;
	margin-right: auto ;
	position: relative;
	top: -15px;
	left: -3px;
	}
	
#mastheadlinks {
	text-align:left;
	position: absolute;
	top: 10px;
	/*left: 655px;*/
	width: 400px;
	right: -60px;	
	}

#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;
	width: 930px;
	height: 38px;
	top: -15px;
	left: 22px;
	background: url(../admin/images/BG-NavBtn.png);
	}
	
.mastheadmenu ul {
	margin: 0;
	padding: 0px;
	font: bold 12px Arial;
	list-style-type: none;
	list-style: none;
	overflow: hidden;	
	}

.mastheadmenu li {
	display: inline-block;
	margin: 0px;	
    *display: inline; /*hack for IE7*/
	}

.mastheadmenu li a {
	float: left;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 14px 12px 13px; /*padding inside each tab*/
	color: #3f3f3f;
	border-right: 1px #dddcdc solid;
	border-left: 1px #dddcdc solid;
	}

.mastheadmenu li a:hover {
	color: #3ba6e1;
	cursor: pointer; 
	}

.mastheadmenu a.selected {
	color: #fec90f;
	}

.mastheadmenunavbg {
	background: url(../admin/images/BG-NavBtn.png);
	}
	
.dropmenustyle, .dropmenustyle ul { /*submenu UL and sub ULs, respectively*/
	font: normal 11px Arial;
	margin: 0px;
	margin-left: 16px;
	padding: 0;
	position: absolute;
	left: -10px;
	top: -15px;
	list-style-type: none;
	text-align: left;
	background: white;
	border: 1px solid #dddcdc;
	border-bottom: none;
	visibility: hidden;
	z-index: 100;
	}

.dropmenustyle li a {
	display: block;
	width: 120px;
	color: #3f3f3f;
	text-decoration: none;
	padding: 4px 5px;
	background-color: #fcfcfd;
	border-bottom: 1px solid #dddcdc;
	}

* html .dropmenustyle li a { /*IE6 CSS hack*/
	display: inline-block;
	}

.dropmenustyle li a:hover {
	color: #3ba6e1;
	background-color: #efeeef;
	}

.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;
	}
