	ul#nav ul {
		position: absolute;
		left: -10000px;
		padding-top:0px;
		padding-bottom:5px;
		width:146px;
		margin-left:-1px;
		border-left:1px solid #135c84;
		border-right:1px solid #135c84;
		border-bottom:1px solid #135c84;
		border-top:1px solid #ccc;
		background-color:#ccc;
		}
	
			ul#nav li:hover ul, ul#nav li.ie_does_hover ul {
				left: auto;
				background-position: 0 0;
			}

			ul#nav ul li{
				background-color:#ccc;
				height:20px !important;
				width:146px;
				clear:both;
				padding:0;
				}
				ul#nav ul li a{
					display:block;
					height:20px !important;
					overflow:hidden;
					width:146px;
					color:#135c84;
					background-color:#ccc;
					text-indent:18px !important;
					line-height:21px;
					font-weight:normal;
					margin:0;
					padding:0;
					}
					ul#nav ul li a:hover{
						color:#fff;
					}

	
	



/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 0;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */
