body#current a#current, 
 body#whyonyx a#whyonyx,
 body#casestudies a#casestudies,
 body#services a#services,
 body#resources a#resources, 
 body#contact a#contact 

{color:white;
 background:url(images/over_03.gif);
 display:block;} 
 

 .bluetabs{
	height: 29px;
	width: 132px;
	display: inline;
}

.bluetabs ul{
	list-style-type: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.bluetabs li{
	margin: 30;
	display: inline;
}

.bluetabs li a{
	text-decoration: none;
	color: #FFFFFF; /*THEME CHANGE HERE*/
	background-image: url(images/case_studies.gif);
	background-repeat: repeat-x;
	display: block;
	text-align: center;
	float: left;
	height: 29px;
	width: 132px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style:inset;
	border-right-color: #000000;
	padding: 0px;
	line-height: 28px;
	font-weight: bold;
}

.bluetabs li a:visited{
display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.bluetabs li a:hover{
	color: #FFFFFF;
	width: 132px;
	background-image: url(images/over_03.gif);
	background-repeat: repeat;
	background-position: left top;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
	background-image: url(images/over_03.gif);
}

.bluetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	background-image: url(images/over_03.gif);
	width: 132px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color:#F1F3E8;
	width: 142px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #909859;
	border-right-color: #909859;
	border-bottom-color: #909859;
	border-left-color: #909859;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #4D4D4D;
	
}



* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #C6CBA1;
}


.submenu{ /*THEME CHANGE HERE*/
color:#333333;
text-decoration: none;
font-size: 12px;
}
.liclass{
text-decoration: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
