ul.subnav {
        position: absolute;
        display: none;
        clear: both;
        margin: 0;
	padding: 0;
	width: 200px;
        background: #167aa8;
	top: 150px;
	border-top: 0;
}

.subnavbot {
        position: absolute;
        display: block;
        width: 164px;
        height: 12px;
        left: 0;
        line-height: 10px;
}

ul.subnav li.l2 { 
	display: block; 
	padding: 0 !important;
	margin: 0;
	width: 190px;
	float: none !important;
	list-style-image: none;
	height: 26px;
}

ul.subnav li.l2 a {
        padding: 3px 7px 3px 13px !important;
        margin: 1px 0 0 0;
        font: 12px/16px Arial, sans-serif;
        color: white;
        background-image: none !important;
	display: block;
	width: 180px !important;
	float: none !important;
	text-decoration: none;
	text-indent: 0;
	height: 20px !important;
	border-bottom: dotted 1px #6f9db7;
	font-weight: normal;
	text-indent: 0px !important;
}

ul.subnav li.l2 a:hover {
        color: white !important;
	font-weight: bold;
	background: #10568e !important;
	/*background: url('img/bg_li_l2.gif') no-repeat 2px 1px !important;*/
}

ul.subnav a.on {
        color: #0099FF;
}

.subnav {
	z-index: 100;
}

.subnavbot { display: none; }


