		#subnav {
		clear: both;
		height: auto;
		color: black;
		border-color: #6d6e71;
		border-width: 1px 0;
		border-style: solid;
		font: bold 9px/14px Arial,Helvetica,sans-serif;
		text-transform: uppercase;
		text-align: right;
		height: 14px;
		background-color: transparent !important;
		background-image: url("/common/images/opacitywhite.png") !important;
		background-repeat: repeat !important;
	}
	#subnav a {
		font-size: 9px;
		color: black;
		font-weight: bold;
	}
	#subnav ul {
		padding-right: 14px;
		height: 14px;
		background-color: transparent !important;
		background: #ede9e4;	
		list-style-type: none;
		float: right;
		position: relative;
	}
	#subnav ul li {
		font-size: 9px;
		display: block;
		height: 14px;
		position: relative;
		float: left;
	}
	#subnav ul li a {
		padding: 0px 7px;
		height: 14px;
		border-right: 1px solid #6d6e71;
	}
	#subnav ul li:first-child a {
		border-left: 1px solid #6d6e71;
	}
	#subnav ul li ul {
		display: none;
		position: absolute;
		padding: 14px;
		width: auto;
		height: auto;
		background-image: url("/common/images/opacitywhite.png") !important;
		background: #ede9e4;
		text-align: left;
		bottom: 14px;
		left: 0;
		float: none;
		
	}
	
	#subnav ul li ul li {
		display: block;
		text-transform: none;
		float: none;
		height: auto;
		white-space:nowrap;
	}
	#subnav ul li ul li a {
		padding: 0;
		width: auto;
		height: auto;
		border: 0px;
		white-space: nowrap;
		font-weight: normal;
	}
	#subnav ul li ul li:first-child a {
		border: 0px;
	}
	
	#subnav ul li ul li a:hover {color:#FF0000;}

	


