
/************************************************
    CSS Document "cssMenu"
    ©2006 Central Baptist Church
    in connection with COUNSELOR{tm} CMS
    by LiFT Interactive }liftinteractive.com{

************************************************/

ul#nav{
	z-index: 1000;
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav a{
	font: 11px/15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 6px 10px 6px 13px;
	display: block;
	border-bottom: none;
}
#nav a:hover{
	background-color: #92954C;
}
/*main menu properties for the good browsers
#nav li{
	float: right;
	position: relative;
	cursor: default;
	background: url(images/BGbutton.gif) no-repeat;
	margin: 0 0 0 1px;
}*/
/*main menu properties for sucksplorer*/
#nav li{
	float: right;
	position: relative;
	cursor: default;
	background-color: #214658;
	margin: 0 0 0 1px;
}
/*sub link*/
#nav li li a{
	font-size: 12px; 
	text-transform: none;
	letter-spacing: 0px;
	display: block;
	font-weight: normal;
	color: #000000;
	display: block;
	margin: 0;
	margin-left: -4px;
	border: none;
	background-image: none;
	
}
/*sub link hover*/
#nav li li a:hover{
	color: #FFF;
	background-color: #204658;
	margin: 0;
	border: none;
}
/*drop down properties*/
#nav li ul{
	z-index: 1000;
	width: 140px;
	display: none;
	position: absolute;
	top: 27px;
	left: 0px;
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-align: left;
	border-top: solid 0px #214658;
	border-left: solid 1px #214658;
	border-right: solid 1px #214658;
	float: none;
}
/*drop down inner properties*/
#nav li li{
	display: block;
	float: none;
	background: transparent;
	border-bottom: solid 1px #214658;
	margin: 0px;
}
#nav li:hover ul, #nav li.over ul{
	display: block;
}
