/* Tabbed nav style */
#rosContentLeft h1, #rosContentLeft h2.mainTitle, #rosContentLeft h2.altTitle 
{
	margin-left: 43px;
}
#navigationTabs
{
	width: 100%;
	height: 36px;
}
#navigationTabs
{
}
#navigationTabs .tab
{
	height: 36px;	
	padding-right: 1px;
	position: relative;
	z-index: 10;	
}
#navigationTabs .last
{
	padding-right: 2px;
}
#rosContentLeft 
{
	padding: 0;
}
#rosContentLeft #navigationTabs .tab a
{
	background: #404040 url(/common/images/visitor/layout/headerBg.gif) repeat-x 0 bottom;	
	border: 1px solid #c8c5c8;	
	color: #fff;
	cursor: pointer;
	display: block;
	height: 35px;	
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	position: relative;
	z-index: 10;		
	font-size: 120%;
}
#rosContentLeft #navigationTabs .selected a, 
#rosContentLeft #navigationTabs .tab a:active, 
#rosContentLeft #navigationTabs .tab a:hover
{
	background: #01539b url(/common/images/visitor/nav/tabs/taboverslice2.gif) repeat-x 0 0;		
	color: #fff;
	text-decoration: none;	
}
#navigationTabs #bottomLayer, #navigationTabs #bottomLayer div#bottomLayerWrapper
{
	height: 13px;
	width: 100%;	
}
#navigationTabs #bottomLayer div#bottomLayerWrapper
{
	background: #293e7d;
	border-top: 1px solid #c8c5c8;		
	height: 13px;	
	position: relative;
	top: -1px;
	z-index: 5;		
}
#navigationTabs #bottomLayer div#bottomLayerWrapper div
{
	float: left;
	height: 13px;
	width: 50%;
}
#navigationTabs #bottomLayer div#bottomLayerWrapper div#leftBottomGrad,
#navigationTabs #bottomLayer div#bottomLayerWrapper div#rightBottomGrad 
{
	background: transparent url(/common/images/visitor/nav/tabs/bottomlayerside.gif) no-repeat 0 0;				
}
#navigationTabs #bottomLayer div#bottomLayerWrapper div#rightBottomGrad 
{
	background-position: right 0;
}