﻿
#menubar {	
clear: both;	
min-width: 840px;	  /* must be kept in sync with masthead and breadcrumb */
background-image:url('bothends.gif');	
border-left:gray 1px solid;
background-color:#cccccc;;
background-repeat: repeat-x; 
/* BACKGROUND-REPEAT:no-repeat; */
}



.dropdownmenu {
	float:right; 
}

.dropdownmenu {width:750px; height:22px; font-size:0.85em; position:relative; z-index:1001; border-right:1px solid gray;}
* html .dropdownmenu {width:800px; }


.dropdownmenu ul {padding:0;margin:0;list-style-type:none;}
.dropdownmenu li {float:left; width:149px; position:relative;display:inline;}

.dropdownmenu a, .dropdownmenu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	height:20px; 	
	padding-left:10px; 
	line-height:19px; }


.dropdownmenu a.top {  
	font-size: 9pt; 
	background-color: #cccccc;	
	letter-spacing:.1em;
	font-weight:bold;
	color:#111111;
	border-left:1px gray solid;
	border-top:1px gray solid;
	z-index:9999;
}

.dropdownmenu ul li a.top:hover {	
background-color: #cccc99;	
}


.dropdownmenu a:hover {
	text-decoration:none;
}

/* *html .dropdownmenu a, * html .dropdownmenu a:visited {width:148px; w\idth:148px;} */


.dropdownmenu ul ul a.drop, .dropdownmenu ul ul a.drop:visited {background:#d4d8bd bottom right no-repeat;}
.dropdownmenu ul ul a.drop:hover{background:#c9ba65 bottom right no-repeat;}
.dropdownmenu ul ul :hover > a.drop {background:#c9ba65 bottom right no-repeat;}
.dropdownmenu ul ul ul a, .dropdownmenu ul ul ul a:visited {background:#e2dfa8;}
.dropdownmenu ul ul ul a:hover {background:#b2ab9b;}


.dropdownmenu ul ul {
	visibility:hidden; position:absolute;
	top:21px;left:0px; 
		border:1px solid black;

}
	
* html .dropdownmenu ul ul {top:20px;t\op:21px;}

.dropdownmenu ul ul ul{left:145px; top:-1px; width:149px;}
*+html .dropdownmenu ul ul ul{left:149px; top:-1px; width:149px;}

* html .dropdownmenu ul ul ul {
	left:149px;
}

* html .dropdownmenu ul ul a {
/* 	left:149px; */
	font-weight:normal;
}

/* .dropdownmenu ul ul ul.left {left:-149px;} */

.dropdownmenu ul ul {
	 z-index:1001;
}

.dropdownmenu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

.dropdownmenu ul ul a, .dropdownmenu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; /* width:148px; */
border-width:0 1px 1px 1px;}
* html .dropdownmenu ul ul a, * html .dropdownmenu ul ul a:visited {width:149px;w\idth:128px;}

.dropdownmenu a:hover, .dropdownmenu ul ul a:hover{color:#fff; background:#949e7c;}
.dropdownmenu :hover > a, .dropdownmenu ul ul :hover > a {color:#fff;background:#949e7c;}

.dropdownmenu ul li:hover ul,
.dropdownmenu ul a:hover ul{visibility:visible; }
.dropdownmenu ul :hover ul ul{visibility:hidden;}
.dropdownmenu ul :hover ul :hover ul{ visibility:visible;}


.dropdownmenu ul ul a, .dropdownmenu ul ul a:visited
{
	border-width:0 0 0 0;
}



