﻿/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */
#menu a.mlink {
	display: block;
	border-width: 0;
	border-style: none;
	white-space: nowrap;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 12px;
	border-bottom-width: 0px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
}
#menu a.mlink:hover {
	display: block;
	border-width: 0;
	border-style: none;
	white-space: nowrap;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 12px;
	border-bottom-width: 0px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	background-color: #CCCCCC;
}
div#menu h2:hover {
	background: #D6D6D8 no-repeat -999px -9999px;
}
table.maintable {
	border: 1px solid Black;
}
td.maincell {
	border: 1px solid Black;
}
.mab10 {
	width: 930px;
	border: 1px solid Navy;
}
#menu {
	width: 100%;
}
td.ma4 {
	border: 1px solid #7ABA95;
	background: #035AAD;
}
td.ma43 {
	border: 1px solid #7ABA95;
	border-left-width: 0px;
	border-left-style: none;
}
#menu a, #menu h2 {
	display: block;
	border-width: 0;
	border-style: none;
	white-space: nowrap;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 12px;
	border-bottom-width: 0px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
#menu h2 {
	color: Black;
	background: no-repeat 100% 100%;
	text-transform: uppercase;
	font-size: 12px;
}
#menu a {
	text-decoration: none;
	color: Black;
	height: 100%;
}
#menu a, #menu a:visited {
	color: #000;
}
#menu a:hover {
	color: White;
	background: #034B90;
}
#menu a:active {
	color: #060;
	background: #ccc;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 10em;
}
#menu li {
	position: relative;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
	left: 0%;
}
#menu ul ul ul {
	top: 0;
	left: 100%;
	display: none;
}
/* Begin non-anchor hover selectors */
/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */
div#menu li:hover {
	cursor: pointer;
}
div#menu li:hover ul ul, div#menu li li:hover ul ul, div#menu li li li:hover ul ul, div#menu li li li li:hover ul ul {
	display: none;
}
div#menu li:hover ul, div#menu li li:hover ul, div#menu li li li:hover ul, div#menu li li li li:hover ul {
	display: block;
}
/* End of non-anchor hover selectors */
/* Styling for Expand */
#menu a.x, #menu a.x:visited {
	font-weight: bold;
	color: White;
	background: url(../images/ptv.png) repeat;
	border-collapse: collapse;
	border-top: 1px solid White;
	background-color: #035BB4;
}
#menu a.x:hover {
	color: #035AAD;
	background: #ddd;
}
#menu a.x:active {
	color: #060;
	background: #ccc;
}
/* End CSS Popout Menu */

