#nav2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 166px; /* Width of Menu Items */
	}
	
/* the following rule is recognized only by IE */	
* html #nav2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 166px; /* Width of Menu Items */
	}

#nav2 ul li {
	position: relative;
	}
	
#nav2 li ul {
	position: absolute;
	left: 165px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}
	
/* the following rule is recognized only by IE */	
* html #nav2 li ul {
	position: absolute;
	left: 165px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#nav2 ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #9C4747; /* IE6 Bug */
	padding: 5px;
	border-bottom: 1px solid #640F0F;
	}

/* Fix IE. Hide from IE Mac \*/
* html #nav2 ul li { float: left; height: 1%; }
* html #nav2 ul li a { height: 1%; }
/* End */

#nav2 ul li a:hover { color: #FFF; background: #8B3636; } /* Hover Styles */
		
#nav2 li ul li a { padding: 2px 5px; background: #666666;} /* Sub Menu Styles */
		
#nav2 li:hover ul, li.over ul { display: block; } /* The magic */

#ticker{
	width:592px;
background-color:#000;
padding:3px 0px 3px 0px;
color:#FFF;
}

#ticker a{
	color:#FFF;}

/*TICKER STYLES*/
.tickercontainer { /* the outer div with the black border */
width: 592px; 
height: 35px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
top: 4px;
width: 592px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 592px;
font: bold 20px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 20px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
color:#FFF;
} 