.droplinebar { overflow: hidden; }
 
	.droplinebar ul {
		background-image: url(/images/greendefault.gif);
		background-position: center;
		background-repeat: repeat-x;
		float: left;
		font-size: 11px;
		font-weight: bold;
		margin: 0;
		padding: 0;
		width: 100%; }
 
		.droplinebar ul li {
			color: #666666;
			display: inline;
            font-size:12px;
            font-weight:bold;
			text-transform: uppercase; }
 
			.droplinebar ul li a {
				color: #666666;
				float: left;
				padding: 8px 28px;
				text-decoration: none; }
 
				.droplinebar ul li  a:hover, a:active, .droplinebar ul li .current {
					background-color: transparent;
					background-image: url(/images/greenactive.gif);
					background-position: center;
					background-repeat: repeat-x;
					color: #ffffff; }
 
			.droplinebar ul li ul {
				background-image: url(/images/greendefault.gif);
				background-position: center;
				background-repeat: repeat-x;
				color: #666666;
				font-size: 10px;
				font-weight: bold;
				left: 0;
				position: absolute;
				text-align: center;
				top: 0;
				visibility: hidden;
				z-index: 100; }
 
				.droplinebar ul li ul li a {
					border-bottom-color: #333333;
					border-bottom-style: solid;
					border-bottom-width: 1px;
					color: #333333;
					font-size: 11px;
					font-style: normal;
					font-variant: normal;
					font-weight: normal;
					left: 45px;
					margin: 0;
					padding: 3px;
					padding-right: 30px;
					position: relative;
					text-align: center; }
 
					.droplinebar ul li ul li a:hover {
						background-color: transparent;
						background-image: url(/images/greenactive.gif);
						background-position: center;
						background-repeat: repeat-x;
						color: #ffffff; }
 
