@charset "utf-8";
/* CSS Document */

#menu{padding:0; margin-left:5px;}
#menu ul{padding:0;margin:0;}
#menu li{position: relative;float: left;list-style: none;margin: 0;padding:0;}
#menu li a{
		width:183px;
		height: 32px;
		display: block;
		text-decoration:none;
		text-align: center;
		color:#FFF;
		line-height:32px;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:12; font-weight:bold;
		}
#menu li a:hover{background-position: bottom center; color:#000;}
#menu ul ul{
		position: absolute;
		top: 32px;
		width: 150px;
		visibility: hidden;
		}
#menu ul li:hover ul{
		visibility:visible;
		}
a.green{
		background: url(../images/green.jpg) repeat-x top center;
		color: #000;
		}
a.blue{
		background: url(../images/blue.jpg) repeat-x top center;
		color: #CC3300;
		}
a.black{
		background: url(../images/black.jpg) repeat-x top center;
		color: #006699;
		}
a.dgreen{
		background: url(../images/dgreen.jpg) repeat-x top center;
		color: #FF9900;
		}
a.orange{
		background: url(../images/orange.jpg) repeat-x top center;
		color: #990066;
		}