/*Tab Menu div*/
.iqNavRow
{
	background:url('DennisImages/Menu/tabs_darkgray.jpg');
	  background-repeat:repeat-x; 
}


#iqTabMenu_Div  
{ 
	  margin:0;
	  padding:0;
	  margin-left:0;
	  padding-left:0;
	  
}


#iqTabMenu
{
	list-style: none;
	padding-left: 0px;
	margin: 0px;
	color: White;
    float: left;
}


#iqTabMenu li
{
  /*padding-top: 12px;
  padding-bottom: 15px;*/
  display:inline-block;
  color: White;
  float: left;
 font-family:Arial, Helvetica, san-serif;
 font-variant:normal;
  /*font-size:12px;*/
  font-size: 13pt; 
  font-family:Arial;
  font-weight:bold; 
  width:200px;
  text-align:center;
}


#iqTabMenu li a
{
	font-family:Arial, Helvetica, san-serif;
	color: #ffffff;
	background:url('DennisImages/Menu/tabs_darkgray.jpg');
	background-repeat:repeat-x; 
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 20px;
}

#iqTabMenu li a.iqActiveLi
{
	color:#ffffff;
	background:url('DennisImages/Menu/tabs_selected.jpg');
	background-repeat:repeat-x; 
	text-decoration: none;
}

#iqTabMenu li a:hover
{
	color: #ffffff;
	background: url('DennisImages/Menu/tabs_lightgray.jpg') ;
	background-repeat:repeat-x; 
	text-decoration: none;

}

#iqTabMenu li a.iqActiveLi:hover
{
	
	color:#ffffff;
	background:url('DennisImages/Menu/tabs_selected.jpg');
	background-repeat:repeat-x; 
	text-decoration: none;
}







#iqTabMenu a, #iqTabMenu a span, #iqTabMenu a span font
{
	display: block;
	float: left
} 
/* Commented backslash hack hides rule from IE5-Mac \*/
#iqTabMenu a, #iqTabMenu a span, #iqTabMenu a span font
{
float: none
}
/* End IE5-Mac hack */ 






   