        ul, li {
            margin: 0px;
            padding: 0px;
            list-style: none;
        } 

		.menubar li {
			height: 22px;
			line-height: 22px;
			float: left;
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			font: 12px Verdana;
			
		}

		.menubar li .menuitems {
            border: 1px solid #918d8d;
            border-width: 0 1px;
			padding: 4px;
   			position: absolute;
            background-color: #ffffff;
            margin-top: -4px;
			font: normal 12px Verdana;
            line-height:28px;
			font-weight: bold;
			color: #000000;
            width: 118px;
            text-indent: 5px;
            border-width: 0 1px;
		}
        
        .menubar li .menuitems a:hover {
    		background-color: #eaeaea;
		}
        
        .menubar li .title a {
           color: #000000;
           border: 0 solid #918d8d;
        }
        
        .menubar li .menuitems a {
           color: #000000;
        }
   
        
		/* These three lines control the hide/show mechanism */
		.menubar li .menuitems { display: none }
		.menubar li:hover .menuitems { display: block }
		.menubar li .menuitems a { display: block }

		.menubar .title {
			margin: 0px;
			padding: 0px 0px 0px 9px;
			background-image: url("http://civcomm.civfanatics.com/polycast/images/slide-left.gif");
			background-repeat: no-repeat;
			border-bottom: 1px solid gray;
			font-size: 12px;
			font-weight: bold;
			color: #000000;
		}
		.menubar .title span {
			display: block;
			padding: 2px 13px 2px 4px;
			margin: 0px 5px 0px 0px;
			background-image: url("http://civcomm.civfanatics.com/polycast/images/slide-right.gif");
			background-repeat: no-repeat;
			background-position: right top;
		}