ul {margin:0;}	/* why is this necessary even with ".Nav ul" */
#BtnBar{
	width:965px;
	height:24px;
	position:relative;
	z-index:2;
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 1px #8F2E30;
}
#BtnBar p {
	height:		24px;
	background:	url('../images/button_bar_gradient.png');
	line-height:23px;
	color:		#FFFFFF;
	margin:		0px;
}
#BtnBar p a, #BtnBar p a:visited {
	float:			left;
	padding:		0 10px 0 10px;
	font-family:	verdana,arial,helvetica,sans-serif;
	font-size:		11px;
	color:#FFFFFF;
	text-decoration:none;
	height:			24px;
	background:	url('../images/button_bar_gradient.png');
}
#BtnBar ul {margin:0;padding:0;list-style-type:none;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#BtnBar li {float:left;position:relative;height:24px;}

/* style the links for the top level */
#BtnBar ul a, #BtnBar ul a:visited {
	float:			left;
	font-family:	verdana,arial,helvetica,sans-serif;
	font-size:		11px;
	text-align:		left;
	text-decoration:none;
	color:			#FFFFFF;
	width:			116px;
	height:			24px;
	padding-left:	10px;
	line-height:	23px;
	background:	url('../images/button_bar_gradient.png');
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#BtnBar ul ul {visibility:hidden;position:absolute;height:0;top:24px;left:0;border:0;}

/* style the table so that it takes no part in the layout - required for IE to work */
#BtnBar table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#BtnBar ul ul a, #BtnBar ul ul a:visited {
	background:	url('../images/button_bar_gradient_l.png');
	color:#000000;
	padding:0 10px 0 9px;
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#FFFFFF;
	width:140px;
}

/*
 *hack to correct IE5.5 faulty box model
* html #BtnBar {width:631px; w\idth:630px;}
 * a hack so that IE5.5 faulty box model is corrected
* html #BtnBar a, * html #BtnBar a:visited {width:126px; w\idth:126px;}
* html #BtnBar ul ul {top:30px;t\op:31px;}
* html #BtnBar ul ul a, * html #BtnBar ul ul a:visited {width:150px;w\idth:128px;}
*/


/* top level hover */
#BtnBar ul a:hover, #BtnBar p a:hover, #BtnBar ul ul a:hover {color:#8F2E30; background:#b8bec0;}
/* make the second level visible when hover on first level list OR link */
#BtnBar ul li:hover ul, #BtnBar ul a:hover ul{visibility:visible}
