/* CSS Document */
/* modified from the "suckerfish" example at http://www.htmldog.com/articles/suckerfish/example/ */

#usamtstopmenubar {
	position: absolute;
	top: 14px;
}

#usamtstopmenubar li {
	float: left;
	position: relative;
	width: auto;  /* was fixed or auto */
/*	padding: 0.125ex 0.75ex 0.25ex 0.75ex;   old */
	padding: 2px 5px 3px; 
	line-height: 0.8;
	margin-bottom: 0;
	text-align: left;
	cursor: default;
	background-color: #FDD; /*#c4d8f0;*/ /*#A2B6CE;*/
	border: 2px solid #202835;
	list-style-type: none;
}

#usamtstopmenubar li#usamtsselected {
	background-color: #FFFFEA;
}

#usamtstopmenubar a {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px; 
	font-weight: bold; 
	color: #202835;
}

#usamtstopmenubar a {
	text-decoration: none;
}

#usamtstopmenubar li:hover, #usamtstopmenubar li.over {
	background-color: #FFFFEA;
}

#usamtstopmenubar li ul {
 	display: none; 
	position: relative;  /* was absolute
	top: 19px;
	left: 0;  */
    background-color: #FFFFEA; /* was #A2B6CE;  */
	font-weight: normal;
	margin: 0;
	margin-top: 5px;  /* added */
	padding: 0;  /* was 0.25em 0 0.4em 0; */
/*	border-width: 0 1px 1px 1px;
	border-color: #384A60;
	border-style: solid; */
/*	width: 150px; */
}

#usamtstopmenubar li li {
	margin: 0.25ex 0 0.25ex 0;
	padding: 0 10px;
	border: 0;
	float: none;
	display: block;
	text-align: left;
	width: auto;
	line-height: normal;
	/* added */
	background-color: #FFFFEA;
}

#usamtstopmenubar li li a {
	font-size: 11px;
	font-weight: bold;
	color: #202835;
	padding: 0.1em 0; 
	margin: 0;
	display: block;
	text-align: left;
	white-space: nowrap;
}


#usamtstopmenubar li li:hover, #usamtstopmenubar li li a:hover {
	background-color: #A2B6CE;
}


#usamtstopmenubar li li:hover a, #usamtstopmenubar li li.over a, #usamtstopmenubar li li a:hover {
	color: #FFFFC9;
}

#usamtstopmenubar li:hover ul, #usamtstopmenubar li.over ul {
	display: block;
}
