/* CSS stylesheet for main menu */


.menu { 
	width:900px;  /*  745  */
	height:32px;
	font-size:.85em;
	position:relative;
	z-index:100;
	margin:30px auto 0;
	}
/* hack to correct IE5.5 faulty box model */
* html .menu { 
	width:791px;
	width:790px;
	}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul { 
	padding:0;
	margin:0;
	list-style-type:none;
	}
.menu ul ul { 
	/*width:149px;*/
	}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li { 
	float:left;
	/*width:100px;*/
	position:relative;
	text-align:center;
	line-height:1em;
	height:34px;
	font-size:12px;
	display:inline;
	margin:0 -5px;
	}
/* style the links for the top level */
.menu a,.menu a:visited { 
	text-decoration:none;
	color:#fff;
	padding:0;
	white-space:nowrap;
	}
.menu a.current, .menu a.current:visited {
	/*background-color:#EECDEE;*/
	/*color: #360036;*/
	}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a,* html .menu a:visited { 
	width:80px;
	width:80px;
	}
/* style the second level background */
.menu ul ul a.drop,.menu ul ul a.drop:visited { 
	background-color:#CC66CC;
	}
/* style the second level hover */
.menu ul ul a.drop:hover { 
	/*background-color:#A753A7;*/
	}
.menu ul ul :hover > a.drop { 
	background-color:#CC66CC;
	}
/* style the third level background */
.menu ul ul ul a,.menu ul ul ul a:visited { 
	background-color:#CC66CC;
	}
/* style the third level hover */
.menu ul ul ul a:hover { 
	background-color:#A753A7;
	}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul { 
	display:none;
	position:absolute;
	height:32px;
	top:34px;
	left:1px;
	/*width:149px;*/
	}
/* another hack for IE5.5 */
* html .menu ul ul { 
	top:30px;
	top:35px;
	}
/* position the third level flyout menu */
.menu ul ul ul { 
	left:149px;
	top:-1px;
	/*width:149px;*/
	}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left { 
	left:-98px;
	}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table { 
	/*position:absolute;
	top:-0.8em;
	left:0;*/
	border-collapse:collapse;
	}
/* style the second level links */
.menu ul ul a,.menu ul ul a:visited { 
	color:#fff;
	line-height:1.8em;
	padding:0;
	/*width:128px;*/
	}
/* yet another hack for IE5.5 */
* html .menu ul ul a,* html .menu ul ul a:visited { 
	/*width:150px;
	width:128px;*/
	}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover { 
	color:#2E5386;
	/*background-color:#A753A7;*/
	}
.menu :hover > a, .menu ul ul :hover > a { 
	color:#2E5386;
	/*background-color:#A753A7;*/
	}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul{ 
	display:block;
	}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul { 
	display:none;
	}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul { 
	display:block;
	}
table.oval {
	margin:0;
	padding:0;
	/*width: 109px;*/
	}
table.oval img {
	border:none;
	visibility:hidden;
	}
ul ul table.oval {
	width:auto;
	}
table.oval td.oval-c {
	background: transparent url(../ovalmenu/menu-cell-center.png) repeat-x scroll left top;
	padding: 0 0 4px;
	}
table.oval td.oval-l, table.oval td.oval-l img {
	width: 17px;
	height: 36px;
	}
table.oval td.oval-l {
	background: transparent url(../ovalmenu/menu-cell-left.png) no-repeat scroll 2px top;
	}
table.oval td.oval-l img {
	display: block;
	padding:0;
	}
table.oval td.oval-r, table.oval td.oval-r img {
	width:16px;
	height: 36px;
	}
table.oval td.oval-r {
	background: transparent  url(../ovalmenu/menu-cell-right.png) no-repeat scroll left top;
	}
table.oval td.oval-r img {
	display: block;
	padding:0;
	}

