UL { list-style:none;margin:0px;padding:0px; }
UL LI { padding:0px; }

/* TAKEN FROM NAVBAR.CSS */ 
.botNav { 
	background-color:#ffffff;
	border-bottom:0px solid #000;
	border-top:0px solid #000;
	border-left:0px solid #000;
	border-right:0px solid #000;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px; 
	padding: 0px 0px 0px 0px!important; 
	min-width: 500px!important; 
	width:expression(document.body.clientWidth < 500? "500px": "auto" ); 
}

.botNav TABLE { 
	border-collapse:collapse;
	border-spacing:0;
	width:100%!important; 
	min-width: 500px!important;
}

.botNav TD { 
	font-weight: bold;
	padding:0px;
	text-align:center;
	white-space:nowrap;
	padding:0 auto;
	margin:0;
}
.botNav .row0 TD IMG { height:1px; width:100%; }
.botNav .row1 TD { height: 26px; background-image: url(../img/roundbox.gif); background-repeat: no-repeat; background-position: center center; font-size:10px; text-align:center;}
.botNav .row1 TD.col0 { border-left:0px; }
.botNav A { 
	letter-spacing: 1px;
	line-height: 100%;
	font-family: Arial; 
	color:#000; 
	width:100%; 
	font-size:12px; 
	border-left:0px solid #000000;
}
.botNav A:hover {
	letter-spacing: 1px;
	color:#000; 
	width:100%; 
	font-size:12px; 
	text-decoration: none;
}

/* all */
#cnnDropNav,
#cnnDropNav ul {float:left;padding:0;font-weight:bold;z-index:999;width:99%;}
.cnnMenu,
.cnnMenuOver {float:left;display:inline;width:100%;text-align:left;}
.cnnMenu .cnnNavCont {visibility:hidden;margin-top:2px;}
.cnnMenuOver .cnnNavCont {visibility:visible;margin-top:2px;}
.cnnNavCont,
.cnnNavImg {
	position:relative;
	z-index:999;
	height:100%;
}
.cnnNavImg {text-align:center; margin-top: 0px;}
.cnnNavCont {border-top:0px solid #F5ECBF;width:10px;overflow:visible;text-align:left;*padding-top:-2px;}
#cnnDropNav a {display:block;font-weight:bold;padding:3px 0px !important;margin:0px !important;height:100%;}
#cnnDropNav li {float:left;padding:0;line-height:10px!important;}
#cnnDropNav li:hover ul ul,
#cnnDropNav li.cnnMenuOver ul ul {visibility:hidden;}
#cnnDropNav li:hover ul,
#cnnDropNav li li:hover ul,
#cnnDropNav li.cnnMenuOver ul,
#cnnDropNav li li.cnnMenuOver ul {left:auto;visibility:visible;}

/* drop down menu */
#cnnDropNav li ul {
	position:absolute;
	height:auto;
	width:164px;
	margin-top:1px; 
	*margin-top:0px;
	border:0px solid #000;
}
#cnnDropNav li li {
	background-image: url(../img/roundbox-edge.gif); 
	background-repeat: no-repeat; 
	background-position: center center;
	border-bottom:0px solid #E5E2F0;
	height:auto;
	text-align:left;
	width:164px;
	border-left:none!important;
}

#cnnDropNav li li a {
	width:164px;
	height:100%; 
	border-left:none!important;
	padding:6px 0 6px 7px!important;
}
#cnnDropNav li li a:hover {color:#fff;padding:6px 0 6px 7px!important;}
#cnnDropNav li li:hover,
#cnnDropNav li li.cnnMenuOver {background-image: url(../img/roundbox.gif); background-repeat: no-repeat; background-position: center center;cursor:pointer;}
#cnnDropNav li li:hover a, #cnnDropNav li li.cnnMenuOver a {color:#000;}

