.menu2{
	margin:auto;
	padding:0;
	width:800px;
	}

#menu2{
	margin:auto;
	padding:0;
	width:800px;
	}
#menu2 ul{
	padding:0;
	margin:0;
	}
#menu2 li{
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
	}
#menu2 li a{
	width:100px;
	height: 30px;
	display: block;
	text-decoration:none;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
	font-family:garamond;
	}
#menu2 li a:hover{
	background-position: bottom center;
	}
#menu2 ul ul{
	position: absolute;
	top: 30px;
	width: 100px;
	visibility: hidden;
	}



#menu2 ul li:hover ul{
	visibility:visible;
	}
a{
	color: #000000;
	}
a.green{
	background: url(../Imgs/Menu/green.gif) no-repeat top center;
	color: #006600;
	}
a.orange{
	background: url(../Imgs/Menu/orange.gif) no-repeat top center;
	color: #CC3300;
	}
a.blu{
	background: url(../Imgs/Menu/blue.gif) no-repeat top center;
	color: #006699;
	}
a.yellow{
	background: url(../Imgs/Menu/yellow.gif) no-repeat top center;
	color: #FF9900;
	}
a.purple{
	background: url(../Imgs/Menu/purple.gif) no-repeat top center;
	color: #990066;
	}