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

#navigation1{
	position: absolute;
	width:771px;
	top: -3px;
	left: 192px;
	background-color:#888888;
	color:#888888;
	height: 20px;
	}

/*CSS for DROP DOWN MENUS*/
#ddm
{	margin: 0;
	padding: 0;
	z-index: 30;
}

	#ddm li
	{	margin: 0;
		padding: 0;
		list-style: none;
		float: left;}

	#ddm li a
	{	display: block;
		margin: 0 1px 0 0;
		padding: 1px;
		width: 107px;
		background: #888888;
		color: #FFF;
		text-align: center;
		text-decoration: none}

		#ddm li a:hover
		{	background: #000000;
			width: 107px;
		}

	#ddm div
	{	position: absolute;
		visibility: hidden;
		margin: 0;
		padding: 0;
		width: 200px;
		background: #888888;
		border: 1px solid #000}

		#ddm div a
		{	position: relative;
			display: block;
			margin: 0;
			padding: 5px 10px;
			width: 180px;
			white-space: nowrap;
			text-align: left;
			text-decoration: none;
			background: #888888;
			color: #FFF;
			font: 11px arial}

			#ddm div a:hover
			{	
				color: #FFF;
				width: 180px;
				background: #000000;
			}
			
	/*END OF DROP DOWN MENUS*/
