﻿
#menutop {

	top: 200px;
	left: 1em;
	/*width: auto;*/
	height: 15px;
	font-family: Georgia, Verdana, Arial;
	font-size:8px;
	
}

#menutop odd
{
	background-color: white;
} 

#menutop even
{
	background-color: gray;
}

#menutop th
{
	background: #DF0101;
	height: 20px;
	font-weight:bold;
	font-family: Verdana, Arial, Georgia;
	font-size:small;
	color: White;
	text-align:left;
}

#menutop td
{
	background: #A4A4A4;/*#DF0101;*/
	height: 15px;
	font-weight:bold;
	font-family: Verdana, Arial, Georgia;
	font-size:8px;
	color: #000000;
}

#menutop tr:nth-child(odd)
{
	background-color:Blue;
}


#menutop td:hover
{
	background: #A4A4A4;
	height: 15px;
	/*width:auto;*/
	font-family: Verdana, Arial, Georgia;
	font-size:10px;
}

#menutop  a {
	/*border-bottom: 1px solid #CCCCCC;*/
	font-family: Verdana, Arial, Georgia;
	/*color: White;*/
}

#menutop  a:hover {
	/*background-color: blue;*/
	/*color: #000000;*/
	/*font-weight:lighter;*/
	/*color: White;*/
}

#menutop  a:link, #menutop  a:visited {
	/*background-color: Blue;
	*/
	color: #000000;
	width: auto; 
	height: 15px;

}
                                                                                    