/*---------------------------------------------------------------
  MENU STYLE SHEET
  Filename:		menu.css
  Description:	Style sheet for the drop-down content menu
  Revision:		1.0
  Created:		July 21 / 2005
  Modified:		July 22 / 2005
  Comments:		This style sheet is adapted from the AnyLink CSS
				Menu script © Dynamic Drive DHTML code library.
				Visit Dynamic Drive at http://www.dynamicdrive.com/ 
				for full original source code. 
  -------------------------------------------------------------*/

#menu_bios
{
	background-color: white;
	color: #4aaa42;
	font-size: 11px;
	padding: 1px 24px 1px 24px;
	font-style: italic;
	font-weight: bold;
}

.menustyle
{
	text-align: left;
	position: absolute;
	visibility: hidden;
	border: 1px solid #4aaa42;
	font: normal 11px Verdana, Helvetica, Arial, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #4aaa42;
}

.menustyle a
{
	display: block;
	padding: 1px 24px 1px 24px;
	text-decoration: none;
	color: white;
	font-size: 11px;
	font-style: normal;
}

.menustyle a:hover
{
	color: #000000;
}