
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 2px;
float: left;
/* width: 80%; width of menu*/
/*border-top: 1px solid darkred; darkred border*/
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
text-decoration: none;
padding: 4px 19px;
/*border-right: 1px solid #6991FA; darkred divider between menu items*/
}

.indentmenu ul li a:visited{
color: #DFE8EA;
}

.indentmenu ul li a.selected{
color: #FFFFFF !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 7px;
background: black url(http://www.nriol.com/images/indentbg.jpg) center center repeat-x;
}



/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
.newsmenu{
font:13px Verdana;
font-weight:bold;
width: 100%; /*leave this value as is in most cases*/
}

.newsmenu ul{
margin: 0;
padding: 0px;
float: left;
}

.newsmenu ul li{
display: inline;
}

.newsmenu ul li a{
float: left;
font:13px Verdana;
color: black; /*text color*/
text-decoration: none;
padding: 5px 51px;
/*background: white url(nriol-content-top-link-bg.jpg) no-repeat;
border-right: 1px solid #6991FA; darkred divider between menu items*/
background-color:#ADC1C9;
border-right: 1px solid #ffffff;
}

.newsmenu ul li :hover{
	color: #ffffff;
	font:13px Verdana;
	background-color:#7597A4;
	border-right: 1px solid #ffffff;
}
	
.newsmenu ul li a:visited{
color: #DFE8EA;
}

.newsmenu ul li a.selected{
	color: #FFFFFF !important;
	font:13px Verdana;
	padding:5px 51px;
/*background:url(nriol-content-top-link-hover.jpg) no-repeat;*/
background-color:#7597A4;
border-right: 1px solid #ffffff;
}