body, td, th
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


a:link, 
a:visited,
a:hover,
a:active, 
a
{
	color: #FF7F00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1
{
	color: #FF0000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h2
{
	color: #FF6600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/* New Menu. */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 1805-1807 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menunew {
	margin: 0 0 0 0;
	width:740px;
	font-size:11px;
	font-weight: 100;
	display: inline;
	float: left;
	position:relative;
	z-index:2;
	padding: 0;
}

/* remove all the bullets, borders and padding from the default list styling */
.menunew ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.menunew ul ul {
	width: 180px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menunew ul li {
	float: left;
	position: relative;
}

.menunew ul ul li {
	width: 180px;
}

.menunew li#Mprof { width: 82px; }
.menunew li#Mnews { width: 92px; }
.menunew li#Mprog { width: 93px; }
.menunew li#Mpoli { width: 85px; }
.menunew li#Mvolu { width: 115px; }
.menunew li#Mcomm { width: 86px; }
.menunew li#Mpart { width: 87px; }
.menunew li#Msupp { width: 100px; }

/* style the links for the top level */
.menunew a, .menunew a:visited {
	font-size:11px;
	text-decoration:none; 
	color:#fff; 
	/*height:30px; */
	/*background:#758279;  */
	/*background-color: #7e0a29;*/
	line-height:5px; 
	display:block;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menunew ul ul a, * html .menunew ul ul a:visited {
	width: 180px;
	w\idth: 180px;
}

/* style the second level background */
.menunew ul ul a.drop, .menunew ul ul a.drop:visited {
	background: #ededed;
	border-bottom: 1px solid #ffffff;
}
/* style the second level hover */
.menunew ul ul a.drop:hover{
	background: #db0029;
	border-bottom: 1px solid #ffffff;
}
.menunew ul ul :hover > a.drop {
	background: #db0029;
	border-bottom: 1px solid #ffffff;
}

/* style the third level background */
.menunew ul ul ul a, .menunew ul ul ul a:visited {
	background: #ededed;
	border-bottom: 1px solid #ffffff;
}
/* style the third level hover */
.menunew ul ul ul a:hover {
	background: #db0029;
	border-bottom: 1px solid #ffffff;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menunew ul ul {
	margin-top: 32px;
	width: 180px;
	height: 0;
	visibility: hidden;
	position: absolute;
	top: 5px;
	left: 0;
}

/* another hack for IE5.5 */
* html .menunew ul ul {
	top: 5px;
	t\op: 5px;
}

/* position the third level flyout menu */
.menunew ul ul ul{
	margin: 0;
	width: 180px;
	left: 180px; 
	position: absolute;
	top: 0;
}

/* position the third level flyout menu for a left flyout */
.menunew ul ul ul.left {
	left: -180px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menunew table {
	position: absolute;
	top: 0;
	left: 0;
}

/* style the second level links */
.menunew ul ul a, .menunew ul ul a:visited {
	padding: 8px 10px; 
	width: 180px;
	height: auto;
	line-height: 1em;
	color: #7e0a29;
	background: #ededed;
	border-bottom: 1px solid #ffffff;
}

/* yet another hack for IE5.5 */
* html .menunew ul ul a{
	width: 180px;
	w\idth: 180px;
}

/* style the top level hover */
.menunew a:hover, .menunew ul ul a:hover{
	color: #ffffff; 
	background: #db0029;
}
.menunew :hover > a, .menunew ul ul :hover > a {
	color: #ffffff;
	background: #db0029;
}

/* make the second level visible when hover on first level list OR link */
.menunew ul li:hover ul, .menunew ul a:hover ul{
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menunew ul :hover ul ul{
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menunew ul :hover ul :hover ul{ 
	visibility: visible;
}

.menunew ul ul li {
	margin: 0;
	padding: 0;
	background: #ededed;
}


/* Over rides. */

.menunew, 
.menunew ul
{
	height: 30px;
	width: 760px;
}

.menunew li
{
	display: inline;
	float: none;
	vertical-align: bottom;
	white-space: nowrap;
	
	height: 30px;
	_width: 1px;
	width /*\**/: auto\9
}

.menunew a
{
	color: #ffffff;
	display: inline;
	line-height: 30px;
	
	padding: 12px 7px 8px 7px;
	_padding: 6px 7px 14px 7px;
	
	height: 10px;
}

.menunew ul ul
{
	margin-top: 25px;
	
	height: 0;
}

.menunew ul ul li
{
	display: block;
	float: none;
	
	margin-top: 0px !important;
}

.menunew ul ul a
{
	color: #7E0A29;
	display: block;
	text-decoration: none;
	
	padding: 8px 10px; 
	
	height: auto;
	width: 160px;
}

.menunew ul ul a:hover
{
	color: #ffffff;
	text-decoration: none;
}

/* Menu. */

div.menunew2
{
	line-height: 30px;
	text-align: left;
}

div.menunew2, 
div.menunew2 ul
{
	margin: 0px;
	padding: 0px;

	height: 30px;
	width: 760px;
}

div.menunew2 ul
{
	font-size: 12px;
	list-style: none;
	position: relative;
}

div.menunew2 ul li
{
	display: inline-block;
	_display: inline;
	position: relative;

	height: 30px;
}

*:first-child+html div.menunew2 ul li
{
	display: inline;
}

div.menunew2 ul a
{
	color: #ffffff !important;
	text-decoration: none;

	padding: 6px 7px;
}

div.menunew2 ul ul
{
	background-color: #ededed; /* Ensures menu stays up when hovering different links in IE6. */
	position: absolute;
		top: 30px;
		left: 0px;

	padding: 0px;

	height: auto;
	width: 180px;
}

div.menunew2 ul li.nohover ul
{
	display: none;
}

div.menunew2 ul li.hover ul
{
	display: block;
}

div.menunew2 ul ul li
{
	display: block;
	position: relative;
	
	border-bottom: 1px solid #ffffff;

	_height: 24px;
	width: 180px;
}

div.menunew2 ul ul a
{
	background-color: #ededed;
	color: #7e0a29 !important;
	display: block;
	line-height: 30px;
	
	padding: 0px 7px;
	
	height: 30px;
}

div.menunew2 ul a:hover
{
	background-color: #db0029;
	color: #ffffff !important;
	text-decoration: none;
}

div.menunew2 ul li.hover > a, 
div.menunew2 ul ul a:hover
{
	background-color: #db0029;
	color: #ffffff !important;
	text-decoration: none;
}