.menu 
{
	font-family: arial, tahoma, geneva, verdana, sans-serif;
	width:780px;
	position:relative;
	margin-left:10px;
	#margin-left:12px; 

}
/* get rid of the default padding - margin and bullets */


.menu ul 
{
	padding:0; 
	margin:0;
	list-style-type: none;
}
/* make menu horizontal */
.menu ul li 
{
	float:left;
	position:relative;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited 
{
	display:block; 
	text-decoration:none;
	color:#000; 
	width:129px; 
	height:30px;	
	font-weight:bold;
	font-size: 12px;
	color:#777; 
	background:#fff; 
	text-align:center;
	padding-top:5px;
	line-height:29px;
	/*line-width:150;*/
	margin-right:1px;
	background:url(images/menu-btn.gif);
	
	
}
.menu ul li a:visited
{
	background:url(images/menu-btn.gif);
}
.menu ul li a:hover
{
	background:url(images/menu-btn.gif);
}



/* hack for IE5.5 to correct the faulty box model */

* html .menu ul li a, .menu ul li a:visited 
{
	width:128px;
	w\idth:128px;
}
/* hide the drop down menu */
.menu ul li ul 
{
	display: none;
}
/* remove all table style so that it does not interfere with the menu */
/*drop down section - text*/
.menu table 
{

	border-collapse:collapse;
	font-size:14px;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover 
{
	color:#000; 
	border-bottom:2px #fff;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul 
{
	display:block; 
	position:absolute; 
	top:16px;
	margin-top:15px;
	left:0; 
	width:150px;
	border:1px solid #888;
	border-top:0;
	background:#fff;
	
	/*filter:alpha(opacity=70);
	-moz-opacity:.80;
	opacity:.80;*/
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a 
{
	display:block; 
	background:transparent url(../../opacity/opaque.png);
	color:#000; 
	border:0;
	margin:0;
	color:#333333;
	font-weight:bold; 
	font-size:12px;
	text-align:left;
	height:auto; 
	line-height:11px; 
	width:140px;
	padding:5px;

}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover 
{
	 
	background:#888; 
	color:#fff;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul 
{
	margin-top:15px; /* for IE5.5 faulty box model */
	marg\in-top:15px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a 
{
	width:140px; /* for IE5.5 faulty box model */
	w\idth:140px; /* for IE6 */
}
/*filter:alpha(opacity=70);-moz-opacity:.70; opacity:.70;*/
