/* styling specific to Internet Explorer IE5.5 and IE6. Yet to see if IE7 handles li:hover */

/* Get rid of any default table style */
table {
	border-collapse:collapse;
	text-decoration: none;
}
/* ignore the link used by 'other browsers' */
.menu1 .ul .li a.hide, .menu .ul .li a:visited.hide {
	display:none;
}

/* set the background and foreground color of the main menu link on hover */
.menu1 .ul .li a:hover {
	background: url(../images/menuindex.gif) no-repeat 208px 0px;
}
/* make the sub menu ul visible and position it beneath the first list item */
.menu1 .ul .li a:hover .ul {
	text-align:left;
	display:block; 
	position:absolute; 
	top:-30px;
	left:0px;
	color:#FFF;
	text-decoration: none;
	line-height:25px;
}

/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
.menu1 .ul .li a:hover .ul .li {
	padding:2px 10px;
	margin:0;
	width:758px;
	overflow:auto;
	background:#000;
	border-top:1px solid #db0101;
	filter:alpha (opacity=90);
	height:25px;
	overflow:hidden;
}

.menu1 .ul .li .ul .li a:link {
	color: #FFFFFF;
	text-decoration: none;	
	padding-left:0px;
}
.menu1 .ul .li .ul .li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	padding-left:0px;
}
.menu1 .ul .li .ul .li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	padding-left:0px;
}
.menu1 .ul .li .ul .li a:active {
	text-decoration: none;
	color: #FFFFFF;
	padding-left:0px;
}
/*float the image left with padding and no border */
.menu1 .ul .li a:hover .li img {
}
/* style the paragraph font height */
.menu1 .ul .li a:hover p {
}
/* style the background and foreground color of the submenu links */
.menu1 .ul .li a:hover .ul .li a {
	display:inline;
	word-wrap:normal;
}

/* style the background and forground colors of the links on hover */
.menu1 .ul .li a:hover .ul .li a:hover {
}

