
<style>
           \* /*The "universal rule". Set's border, padding and margin to 0 for all values. NB! If you aren't used to using this kind of code in your CSS you may experience some changes in your overall design. If so, set padding, margin and border in your breadCrumb CSS instead*/
      {
          padding: 0;
          margin: 0;
          border: 0;
      }
	body	{
		margin: 8px 7px 0 7px;
		padding: 0;
		font-family : Arial, Helvetica, Verdana, "lucida grand", sans-serif;
		color: #333;
		background-color: #fff;
		font-size: x-small; /* IE5 Win */
		voice-family: "\"}\""; 
		voice-family: inherit;
		font-size: small;
	}
		
	html>body { /* be nice to Opera */
		font-size: small;
	}
	
	#maincontainer {
		width: 840px; /*Width of main container*/
		margin: 0 auto; /*Center container on page*/
	}
	
	#topsection {
		background-image: url("http://fishandgame.idaho.gov/ifwis//inc/images/11/headerbackground.gif");
		height: 80px; /*Height of top section*/
		margin: 0 auto; /*Center container on page*/
		background-repeat: repeat-x;
	}
	
	#contentwrapper {
		float: left;
		width: 100%;
	}
	
	#footer {
		clear: left;
		width: 100%;
		font-size: small;
		font-size: x-small; /* IE5 Win */
		text-align: center;
		padding: 4px 0;
	}
    
	#contentcolumn {
	
		margin: 0 0 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	
	}
    
	#leftcolumn {
		float: left;
		width: 180px; /*Width of left column in pixel*/
		margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
	}
    
	

/* Unique layout characteristics */
	.hide {
		display: none;
	}
	
	img {
		border: 0;
	}
	.innertube{
		margin: 6px; /*Margins for inner DIV inside each column (to provide padding)*/
		margin-top: 0;
	}
		
	.clear {
		clear: both;
	}
		
		
		
/* -------(Menus)--Left hand IDFG Menu -- Javascript and/or CSS list degraded gracefully ---------- */
/* -- Based off the Suckerfish dropdowns (Dan Webb) and Son of Suckerfish (Patrick Griffiths & Dan Webb) --*/  
	#menus
	{
		float: left;
		width: 175px;
		padding-top: 7px; /*added back in when tabs removed */
		}
		
	#IDFGMenuList, #IDFGMenuList ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		/*background-color: #968071;*/
		}
		
	#IDFGMenuList li { /* all list items */
		position : relative;
		float : left;
		font-weight: bold;
		color: #7f7f7f;
		padding-top: 1.1em;
		width: 175px;
		font-size:   100%; /*Added to match existing list -- 10pt matches exactly*/     
		} 
	
	#IDFGMenuList li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 172px;
		margin-top : -1.35em;
		background-color : #514d47; /*#A58F80; -- IDFG made darker May 2005*/
		width: 215px;
		font-size:    90%; /*Added to match existing list -- 9pt matches exactly*/      
		}
	
	#IDFGMenuList li ul ul { /* third-and-above-level lists */
		left: -999em;
		}
	
	#IDFGMenuList li ul li 	{
		padding: 0;
		width: 215px;
		}

	#IDFGMenuList li a {
		display : block;
		color : #7f7f7f; /*#D6C996;*/
		font-weight : bold;
		text-decoration : none;
		padding-left : 8px;
		margin: 1px 2px 1px 2px;
		}
	
	#IDFGMenuList li ul a, #IDFGMenuList li ul ul a {
		color: #eae8d8;
		margin: 1px;
		}
	
	#IDFGMenuList li a:hover {
		color : #514d47;
		background-color : #eae8d8;
		}
	
	#IDFGMenuList li:hover ul ul, #IDFGMenuList li:hover ul ul ul, #IDFGMenuList li.sfhover ul ul, #IDFGMenuList li.sfhover ul ul ul {
		left: -999em;
		}
	
	#IDFGMenuList li:hover ul, #IDFGMenuList li li:hover ul, #IDFGMenuList li li li:hover ul, #IDFGMenuList li.sfhover ul, #IDFGMenuList li li.sfhover ul, #IDFGMenuList li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		}
	
	#IFWISfooter a {
		color: #999;
		}

	#IFWISfooter a:hover {
		color: #CCC;
		}
		
	#IFWISfooter ul { 
		text-align: right;
		margin-left: 0px; 
		padding-left: 0px; 
		display: inline; 
		border: none; 
		text-align: right;
		}
		 
	#IFWISfooter ul li { 
		margin-left: 0px; 
		padding-left: 2px; 
		border: none; 
		list-style: none; 
		display: inline; 
		}	
		
	#IFWISfooter ul a {
		color: #999;
		}

	#IFWISfooter ul a:hover {
		color: #CCC;
		}

		
		
		
/*- Menu Tabs--------------------------- */ 
/* -- Derived from http://exploding-boy.com/images/cssmenus/menus.html -- */

    #tabs {
      float:left;
      width:100%;
      background:#BBD9EE;
      font-size:93%;
      line-height:normal;
      }
    #tabs ul {
	  margin:0;
	  padding:2px 2px 0 5px;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }


	  
/*- Menu Tabs B--------------------------- */

    #tabsB {
      float:left;
      width:100%;
      background:#F4F4F4;
      font-size:93%;
      line-height:normal;
      }
    #tabsB ul {
	  margin:0;
	  padding:2px 2px 0 5px;
	  list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }
	
	
	
/*- Menu Tabs C--------------------------- */

    #tabsC {
      float:left;
      width:100%;
      background:#EDF7E7;
      font-size:93%;
      line-height:normal;
      }
    #tabsC ul {
	  margin:0;
	  padding:2px 2px 0 5px;
	  list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:left;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tableftC.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
      float:left;
      display:block;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tabrightC.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#464E42;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;}
    /* End IE5-Mac hack */
    #tabsC a:hover span {
      color:#FFF;
      }
    #tabsC a:hover {
      background-position:0% -42px;
      }
    #tabsC a:hover span {
      background-position:100% -42px;
      }  
	
	
	
/*- Menu Tabs D--------------------------- */

    #tabsD {
      float:left;
      width:100%;
      background:#FCF3F8;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #F4B7D6;
      }
    #tabsD ul {
	  margin:0;
	  padding:2px 2px 0 5px;
	  list-style:none;
      }
    #tabsD li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsD a {
      float:left;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tableftD.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsD a span {
      float:left;
      display:block;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tabrightD.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#C7377D;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsD a span {float:none;}
    /* End IE5-Mac hack */
    #tabsD a:hover span {
      color:#C7377D;
      }
    #tabsD a:hover {
      background-position:0% -42px;
      }
    #tabsD a:hover span {
      background-position:100% -42px;
      }  
	
	
	
/*- Menu Tabs E--------------------------- */

    #tabsE {
      float:left;
      width:100%;
      background:#000;
      font-size:93%;
      line-height:normal;

      }
    #tabsE ul {
	  margin:0;
	  padding:2px 2px 0 5px;
	  list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tabrightE.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
      }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }  
	
	
	
/*- Menu Tabs F--------------------------- */

    #tabsF {
      float:left;
      width:100%;
      background:#efefef;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #666;
      }
    #tabsF ul {
	  margin:0;
	  padding:2px 2px 0 5px;
	  list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }
	
	
	
/*- Menu Tabs G--------------------------- */

    #tabsG {
      float:left;
      width:100%;
      background:#666;
      font-size:93%;
      line-height:normal;
      }
    #tabsG ul {
	  margin:0;
	  padding:2px 2px 0 5px;
	  list-style:none;
      }
    #tabsG li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsG a {
      float:left;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tableftG.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsG a span {
      float:left;
      display:block;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tabrightG.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsG a span {float:none;}
    /* End IE5-Mac hack */
    #tabsG a:hover span {
      color:#FFF;
      }
    #tabsG a:hover {
      background-position:0% -42px;
      }
    #tabsG a:hover span {
      background-position:100% -42px;
      } 


/*- Menu Tabs H--------------------------- */

    #tabsH {
      float:left;
      width:100%;
      background:#000;
      font-size:93%;
      line-height:normal;
      }
    #tabsH ul {
	  margin:0;
	  padding:2px 2px 0 5px;
	  list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }


/*- Menu Tabs I--------------------------- */

    #tabsI {
      float:left;
      width:100%;
      background:#EFF4FA;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #DD740B;
      }
    #tabsI ul {
	  margin:0;
	  padding:2px 2px 0 5px;
	  list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }


/*- Menu Tabs J--------------------------- */

    #tabsJ {
      float:left;
      width:100%;
      background:#F4F4F4;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #24618E;
      }
    #tabsJ ul {
	  margin:0;
	  padding:2px 2px 0 5px;
	  list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }


/*- Menu Tabs K--------------------------- */ 	

    #tabsK {
      float:left;
      width:100%;
      background:#E7E5E2;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #54545C;
      }
    #tabsK ul {
	  margin:0;
	  padding:2px 2px 0 5px;
	  list-style:none;
      }
    #tabsK li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsK a {
      float:left;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tableftK.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsK a span {
      float:left;
      display:block;
      background:url("http://fishandgame.idaho.gov/ifwis/ifwisweb/images/css/tabrightK.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsK a span {float:none;}
    /* End IE5-Mac hack */
    #tabsK a:hover span {
      color:#FFF;
	  background-position:100% -42px;
      }
    #tabsK a:hover {
      background-position:0% -42px;
      }
    #tabsK a:hover span {
      background-position:100% -42px;
	  }

/* -- End Tabs Menus ------------------------ */

      #breadCrumb {
		height: 12px;
		color: #000066; /*This is our color on the text which isn't a link. */
		margin-top: -6px;
		margin-right: -2px;
		margin-bottom: -2px;
		margin-left: 10px;
		padding-top: -4px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 20px;
      }
	  
      #breadCrumb li {
          float: left;
          display: inline;
          margin-right: 2px;
		  font-size: xx-small;
      }
	  
      #breadCrumb a {
          color: #999; /* breadcrumb links color */
          font-weight: bold; /* And bold */
          padding-right: 11px; /* We need to add some padding to the right of the link. This space is where the background image is going to be shown. */
          text-decoration: none;
		  font-size: xx-small;
      }
	  
      #breadCrumb a:hover {
          color: #333;
		  font-size: xx-small;
      }
	  
	  
	   
	  /* TEST TEST TEST ANY LINK MENU */
			  
		#dropmenudiv{
		position:absolute;
		border:1px solid black;
		border-bottom-width: 0;
		font:normal 12px Verdana;
		line-height:18px;
		z-index:100;
		}
		
		#dropmenudiv a{
		width: 100%;
		display: block;
		text-indent: 3px;
		border-bottom: 1px solid black;
		padding: 1px 0;
		text-decoration: none;
		font-weight: bold;
		}
		
		#dropmenudiv a:hover{ /*hover background color*/
		background-color: yellow;
		}
    
