* {
padding:0;
margin:0;
}
/*Postion of Press Release Menu Box on Press Release pages*/
#prMenu {
	position:absolute;
	width: 100px;
	left: 135px;
	top: 160px;
	z-index: 515;
}
#Archnav, #Archnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 100px;
	background-color:#fff;
	font-weight: normal;
	color:#666;
	font-family: Arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
}

#Archnav li { /* all list items */
	position : relative;
	float : left;
	line-height : 24px;
	margin-bottom : -1px;
	width: 100px;
}

#Archnav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 100px;
	margin-top : -24px;
	width:125px;
}

#Archnav li ul ul { /* third-and-above-level lists */
	left: -999em;
	margin-left : 135px;
}

#Archnav li a {
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	padding : 0 0.5em;
	background-color:#fff;
}

#Archnav li a:hover {
	color : white;
	background-color: #CC0000;
}
#Archnav li ul li a {
width:125px;
background-color:#CCCCCC;
/*border: 1px solid #999;*/
}
#Archnav li:hover ul ul, #Archnav li:hover ul ul ul, #Archnav li.sfhover ul ul, #Archnav li.sfhover ul ul ul {
	left: -999em;
}

#Archnav li:hover ul, #Archnav li li:hover ul, #Archnav li li li:hover ul, #Archnav li.sfhover ul, #Archnav li li.sfhover ul, #Archnav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* Here is the background of the main nav link while looking at the dropdown */

#Archnav li:hover, #Archnav li.sfhover {
	background-color: #ccc;
}

/* -------------------------- */
/* The dropdown links list colors */
#Archnav li ul.under a:hover {
	background-color: #b90000;
	color: #fff;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#Archnav li ul.under li:hover a.daddy, #Archnav li ul.under li.sfhover a.daddy {
	color: #fff;
}
#Archnav li ul.under li:hover, #Archnav li ul.under li.sfhover {
	color: #fff;
	background-color: #b90000;
}
.arrow {
position:absolute;
right:5px;
top:8px;
}
.arrowRt {
position:absolute;
right:-30px;
top:8px;
}