
.menu {
	padding:0;
	margin:0 auto;
	height:20px;
	list-style:none;
	padding:0 32px 0 32px;
	background-image:url(../newimages/btn_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:896px;
	float:left;
}

/* remove the bullets, padding and margins from the lists */
.menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	position:relative;
	z-index:100;
	margin:0;
	padding:0;
}

/* use the table to position the dropdown list in IE */
.menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	margin:0px;
	left:0;
	top:0;
}

/* style all the top level links */
.menu a, .menu :visited {
	display:block;
	font-size:11px;
	text-transform:uppercase;	
	height:20px;
	padding:2px 25px 0 25px;
	line-height:15px;
	color:#ccc;
	text-decoration:none;
	text-align:center;
	margin:0;
	width:72px;
}
/* place the bottom scroll image below the top scroll image 
.menu ul li b {
	display:block;
	height:5px;
	background:#545253;
	width:150px; 
}*/
/* style the links hover */
/* for IE6 */
.menu a:hover{
	border:0;
	color:#ccc;
}
/* for IE7 and non-IE browsers */
.menu li:hover > a {
	color:#ccc;
}

.menu li a:hover{
	color:#FF0000;
	text-decoration:none;
}

.menu ul li:hover a{
	color:#FF0000;
	text-decoration:none;
}

/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:auto;
	height:0;
	top:20px;
	margin:0px ;
	padding:0px;	
}
/* make the sub level visible on hover list or link */
.menu ul :hover ul{
	visibility:visible;
	height:auto;
	margin:0px ;
	padding:0px;
}
/* place the bottom scroll image beneath the drop down list */
.menu ul :hover ul a {
	background:#545253;
	filter:alpha(opacity=75); 
	-moz-opacity:0.75;          
   	opacity: 0.75;    
	height:auto; 
	width:110px; 
	text-align:left; 
	padding:2px 10px 3px 30px;
	margin:0px;
	text-transform:capitalize; 
	border-bottom:1px solid #000;
	color:#fff;
}

/*.menu ul li:hover ul li a, .menu ul li table tr td ul li a {
	background:#545253;
	width:110px; 
	text-align:left; 
	padding:0 10px 0 30px;
	margin:0px;
	text-transform:capitalize;
	border-bottom:1px solid #000;
}
.menu ul li table tr td ul li a:hover {
	border-bottom:1px solid #000;
}*/



.menu ul :hover ul a:hover {
	color:#f00;
	text-decoration:none;
}