// Menu Style Script

div.menurow { position: relative; height: 36px; width: 100%; background: url('images/menu/bg_black.gif'); cursor: pointer; }
div#menurow { position: relative; height: 36px; width: 100%; background: url('images/menu/bg_black.gif'); cursor: pointer; }
.bar { cursor: pointer; padding:0px; width: 475px;  }

.imgCompOff { width:95px; height:36px; background:url("images/menu/aboutus.gif"); }
.imgTechOff { width:95px; height:36px; background:url("images/menu/services.gif");}
.imgSolsOff { width:95px; height:36px; background:url("images/menu/technologies.gif"); }
.imgStudsOff { width:95px; height:36px; background:url("images/menu/industries.gif"); }
.imgPubsOff { width:95px; height:36px; background:url("images/menu/projects.gif"); }

.imgCompOn { width:95px; height:36px; background:url("images/menu/aboutus.gif"); }
.imgTechOn { width:95px; height:36px; background:url("images/menu/services.gif"); }
.imgSolsOn { width:95px; height:36px; background:url("images/menu/technologies.gif"); }
.imgStudsOn { width:95px; height:36px; background:url("images/menu/industries.gif"); }
.imgPubsOn { width:95px; height:36px; background:url("images/menu/projects.gif"); }

.fntItemOff { font: normal 8pt Verdana, Arial; color: white; cursor: pointer; }
.fntItemOn { font: normal 8pt Verdana, Arial; color: #00AEEF; cursor: pointer; }

.itemOff { width: 195px; background-color: black; padding: 0px 0px 0px 0px; }
.itemOn { width: 195px; background-color: black; padding: 0px 0px 0px 0px; }

.tagOff {
  float: right; width:10px; height:10px;
  background:url("images/menu/tag_off.gif") no-repeat center right; margin-top: 3px;
}
.tagOn {
  float:right; width:10px; height:10px;
  background:url("images/menu/tag_on.gif") no-repeat center right; margin-top: 3px;
}
.padSub { background-color: black; padding: 0px; border: solid 8px black; cursor: pointer; }
.holderSub {
	cursor: pointer;
	filter:
		progid:DXImageTransform.Microsoft.Fade(overlap=0.8,duration=0.2)
  		progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#777777,strength=3)
		alpha(Opacity=100, Style=0); 
}

.iconOff { margin-right: 4px; background: url("images/menu/icon_off.gif") no-repeat top center; float: left; height: 10px; width: 5px;}
.iconOn { margin-right: 4px; background: url("images/menu/icon_on.gif") no-repeat top center; float: left; height: 10px; width: 5px;}
