/* CSS Document */

/* hide from IE mac \*/
#top_menu_bar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#top_menu_bar li ul, #top_menu_bar li ul li  {
	width: 12em;
	border-bottom:1px solid #666666;
}

#top_menu_bar ul li a  {
	border-right: 0;
}

#top_menu_bar li ul {
	position:absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-repeat: repeat-x;
	z-index:1000;
}
/*

#top_menu_bar li:hover a, #top_menu_bar a:focus,
#top_menu_bar a:active, #top_menu_bar li.p7hvr a {
	color: #000000;
}
*/

#top_menu_bar li:hover ul, #top_menu_bar li.p7hvr ul {
	display: block;
}

#top_menu_bar li:hover ul a, #top_menu_bar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}

#top_menu_bar ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF !important;
}
