.menudiv
	{
	width:197px;
	text-align: center;
	padding-left: 1px;
	}
.menu0
	{
	width: 195px;
	height: 25px;
	text-align: center;
	font-family: Verdana, Arial, Tahoma;
	padding-top: 4px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer; cursor: hand; 
	color: #CCCCCC;
	text-decoration: none;
	background-color: black;
	margin-bottom: 2px;
	}
.menu1
	{
	width: 195px;
	height: 25px;
	text-align: center;
	font-family: Verdana, Arial, Tahoma;
	padding-top: 4px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer; cursor: hand; 
	color: black;
	text-decoration: none;
	background-color: darkgray;
	margin-bottom: 2px;
	}
* html .menu0, * html .menu1
	{
	height: 27px;
	}

.menu0 a, .menu1 a
	{
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	}

.menu0 a:hover, .menu1 a:hover
	{
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	}

