	#nav {
		position: relative;
		width: 101px;
		padding: 0;
		font-size: 0.8em;
		line-height: 1.5em;
		}

	#nav ul {
		list-style: none;
		margin: 0;
		padding: 5px 0 5px 0;
		}

	#nav ul img{
		border: none;
		}
		
	#nav a {
		background-color: inherit;
		color: #000;
		font-weight: bold;
		text-decoration: none;
		}

	#nav a:hover {
		background-color: inherit;
		color: #F58A1C;
		}

	#subnav {
		position: relative;
		z-index: 20;
/*		margin: 0 auto;*/
		padding: 0;
		top: 30px;
		width: 101px;
		}

	#subnav ul {
		list-style: none;
		margin: 0;
		padding: 5px 0 5px 0;
		}

	#subnav a:hover {	
		background-color: #FFF;
		color: #F58A1C;
		}

	#subnav2 {
		position: relative;
		margin: 0 auto;
		padding: 0;
		top: 20px;
		width: 101px;
		}