/* $Id$ */
.navigation-bg {
    /* background: transparent url(../tab-bg.png) repeat-x; */
	opacity: 1;
	width: auto;
	width: 100%;
	margin: 0px 0px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: auto;
}
.navigation-bg {
	background-color: #154d8d;
} /* To remove nav-actbut.gif in jsp and apply the hover tab in color */
.navigation-bg a {
	color: #fff !important;
}
.navigation_td_HoverBG {
	background: url(nav-actbut.gif) repeat;
}
td.menuon, td.menunormal {
    background:url(arrow-nav.png) no-repeat center center;
    width:19px;
    height:28px;
    cursor:pointer;
}
td.menuover, td.menuout {
    background: #1c346a url(arrow-nav.png) no-repeat center center;
    width:19px;
    height:28px;
    cursor:pointer;
}
