#top_menu_bar {
	clear: both;
    padding: 0 0 0 2px;
	width: 100%;
	height: 40px;
	margin: 2px 0 0 0;
	text-align: center;
	background: url( '/assets/2ndGen/images/top_menu_bar_bg.jpg' ) repeat-x;
	position: relative;
}

#top_menu_bar ul {
    padding: 0px;
    margin: 0;
    list-style: none;
    z-index: 99;
    position: relative;
    overflow: visible;
}

#top_menu_bar > li ul {
    text-align: center;
}

#top_menu_bar li {
	float: left;
    padding: 0;
    position: relative;
    color: #000000;
    overflow: visible;
}

#top_menu_bar li a {
	height: 30px;
	padding: 10px 10px 0 10px;
    display: block;
    color: #ffffff;
    text-decoration: none;
}

#top_menu_bar a:hover {
    background: url( '/assets/2ndGen/images/top_menu_bar_hover.jpg' ) repeat-x;
}

#top_menu_bar li a.submenu {
    display: block;
}

#top_menu_bar li a.submenu:hover {
    background: url( '/assets/2ndGen/images/top_menu_bar_hover.jpg' ) repeat-x;
}

#top_menu_bar ul ul {
	margin: 0;
    visibility: hidden;
	width: 120px;
}

#top_menu_bar ul ul, #top_menu_bar ul ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
}

#top_menu_bar li:hover ul, #top_menu_bar ul li:hover ul, #top_menu_bar ul ul li:hover ul {
	margin: 0;
    visibility: visible;
    background: url( '/assets/2ndGen/images/top_menu_bar_bg.jpg' ) repeat-x;
}

