/* set overall size */
.TPSAnavigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:700px;
	position:relative;
	margin:-55px 0 0 195px;
	z-index:50;
}

/* reset default padding for margin and bullets */
.TPSAnavigation ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

/* make menu horizontal */
.TPSAnavigation ul li {
	float:left;
	position:relative;
}

/* set default top level links */
.TPSAnavigation ul li a,
.TPSAnavigation ul li a:visited {
	display:block;
	text-decoration:none;
	width:94px;
	height:1.8em;
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	background:#762537;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	line-height:0.9em;
}

/* hide the drop down menu by default*/
.TPSAnavigation ul li ul {
	display: none;
}

/* remove table style so it does not interfere with the menu */
.TPSAnavigation table {
	margin:-1px;
	border-collapse:collapse;
	font-size:1em;
}

/* style the top level hover */
.TPSAnavigation ul li:hover a {
	color:#fff;
}

/* make the drop down menu show and correctly position it */
.TPSAnavigation ul li:hover ul {
	display:block;
	position:absolute;
	top:1.2em;
	margin-top:27px;
	left:0;
	width:92px;
	border-top:0;
	background:transparent;
	border:1px solid #000;
}

/* style the drop down links with no hover */
.TPSAnavigation ul li:hover ul li a {
	display:block;
	background: url(opacity.png);
	color:#000;
	border:0;
	margin:0;
	padding-top: 5px;
	color:#fff;
	font-weight:normal;
	font-size:0.9em;
	height:auto;
	line-height:1.1em;
	width:92px;
}

/* style the drop down menu links when hovered */
.TPSAnavigation ul li:hover ul li a:hover {
	display:block;
	background:#fff;
	color:#000;
	border:0;
	margin:0;
	font-weight:normal;
	font-size:0.9em;
	height:auto;
	line-height:1.1em;
}








/*************MASTHEAD*************/
.TPSAmasthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:530px;
	position:relative;
	margin:10px 0 0 200px;
	z-index:100;
}

/* reset default padding for margin and bullets */
.TPSAmasthead ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

/* make menu horizontal */
.TPSAmasthead ul li {
	float:left;
	position:relative;
}

/* set default top level links */
.TPSAmasthead ul li a,
.TPSAmasthead ul li a:visited {
	display:block;
	text-decoration:none;
	width:90px;
	font-size:1em;
	font-weight:normal;
	color:#fff;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	line-height:1.1em;
}

/* hide the drop down menu by default*/
.TPSAmasthead ul li ul {
	display: none;
}

/* style the top level hover */
.TPSAmasthead ul li:hover a {
	color:#fff;
}

/* remove table style so it does not interfere with the menu */
.TPSAmasthead table {
	margin:-1px;
	border-collapse:collapse;
	font-size:1em;
}

/* make the drop down menu show and correctly position it */
.TPSAmasthead ul li:hover ul {
	display:block;
	position:absolute;
	top:0.5em;
	left:0;
	margin-top:25px;
	width:92px;
	border-top:0;
	background:transparent;
	border:1px solid #000;
}

/* style the drop down links with no hover */
.TPSAmasthead ul li:hover ul li a {
	display:block;
	background: url(opacity_masthead.png);
	color:#000;
	border:0;
	margin:0;
	padding-top: 5px;
	color:#fff;
	font-weight:normal;
	font-size:0.9em;
	height:auto;
	line-height:1.1em;
	width:92px;
}

/* style the drop down menu links when hovered */
.TPSAmasthead ul li:hover ul li a:hover {
	display:block;
	background:#fff;
	color:#000;
	border:0;
	margin:0;
	font-weight:normal;
	font-size:0.9em;
	height:auto;
	line-height:1.1em;
}
