ul#nav li
	{
		font-family: arial, verdana, "sans serif";
		padding: 3px;
		float: left;
		position:relative;
	}

ul#nav
	{
		padding: 0;
		margin: 0;
		margin-top: 45px;
		margin-left: 85px;
		list-style: none;
		width:800px;
		list-style:none;
		position:absolute;
		top:55px;
		left:40px;
	}


ul#nav li:hover ul
	{
		display: block;
	}

ul#nav li:hover ul, ul#nav li.over ul
	{
		display: block;
	}

ul#nav li ul
	{
		display: none;
		position: absolute;
		left:-175px;
		text-align:left;
		padding-top: 7px;
		float:left;
		width:800px;
	}
	
ul#nav a
	{
		display: block;
		color:#676767;
		font-weight:bold;
		text-decoration: none;
		white-space: nowrap;
		padding:0 10px 0 10px;
	}

	ul#nav a:hover
		{
			display: block;
			color:#2f92cb;
			font-weight:bold;
			text-decoration: none;
			white-space: nowrap;
			padding:0 10px 0 10px;
		}

ul#nav ul li
	{
		float:left;
		list-style:none;
	}
	
	ul#nav ul li a
	{
		display: block;
		color:#000;
		font-size:0.8em;
		font-weight:bold;
		text-decoration: none;
		white-space: nowrap;
	}
	
	ul#nav ul li a:hover
	{
		display: block;
		color:#676767;
		font-size:0.8em;
		font-weight:bold;
		text-decoration: none;
		white-space: nowrap;
	}
	
	