/* Nav_bar BASIC */

#nav-wrap {
	width: 960px;
	clear:both;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#nav_bar {
	color:#fff;
	float: left;
	width: 100%;
	position: relative;
	background-color:#7b7b7b;
	background:url(../images/nav_graphic.jpg)
}

#nav_bar .inside {

padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 5px;
}	

#nav_bar .moduletable {
	color:#000000;
	border:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding-bottom: 20px;
}

/* Nav_bar Style1 */

.moduletable_nav1 li {
	display: inline;
	font-family: Helvetica;
	font-size: 13px;
	font-weight: normal;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #ffffff;
	margin-left: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

.moduletable_nav1 ul {
list-style: none;
	margin: 0px;
	padding: 0px;
	
}

 .moduletable_nav1 a {
       text-decoration: none;
       color: #ffffff;
}

 .moduletable_nav1 a:hover {
       text-decoration: none;
       color: #cccccc;
}

 .moduletable_nav1 li.active a {
       text-decoration: none;
       color: #cccccc;
}
  
  
/* Nav_bar Style 2 */

.moduletable_nav2 ul { padding: 0; }
.moduletable_nav2 ul li { display: inline; }

.moduletable_nav2 ul
{
	margin: 0;
	color: #263248;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

.moduletable_nav2 ul li a
{
	color: #263248;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cc6600;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffcc99;
}

.moduletable_nav2 ul li a:hover
{
color: #ffffff;
border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffcc99;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cc6600;
	text-decoration: none;
}

.moduletable_nav2 li a:hover, .moduletable_nav2 li a:active
{
color: #FFFFFF;
text-decoration: none;

}
  
/* Nav_bar Style 2 END */   
  


/* Nav_bar SuckerFish */

    .moduletable_fish {
       padding:0;
       color: #333;
       height: 30px;
       margin: 0;
       width: 500px;
       font-size: 90%
    }

    .moduletable_fish h3 {
       background:#666;
       color:#fff;
       padding:0.25em 0;
       text-align:center;
       font-size:1.1em;
       margin:0;
    }

/* SUCKERFISH PARENT LIST */

    .moduletable_fish ul{
       list-style: none;
       margin: 0;
       padding: 0;
    }

    .moduletable_fish li{
       margin: 0px 15px 0px 0px;
       float: left;
    }
	
	 .moduletable_fish li a{
       display: block;
       padding: 5px;
	   color: #cc00ff;
       background-color:#fff;
       font-weight: bold;
       text-decoration: none;
    }

/* SUCKERFISH - PARENT ACTIVE STYLING */
	
    .moduletable_fish li.parent.active a {
       color: #ffff00;
       text-decoration: none;
    }

 .moduletable_fish ul li.active a {
       color: #ffff00;
       text-decoration: none;
    }

    .moduletable_fish li.parent.active a:hover {
       color: #00ff00;   
    }

	.moduletable_fish li a:hover,a#active_menu:link,a#active_menu:visited{
       color: #00ff00;
       text-decoration: none;
       /* ---
       filter:alpha(opacity=100);
       -moz-opacity: 1.0;
       opacity: 1.0;*/
    }
	
/* SUCKERFISH - DO NOT TOUCH */

	 html>body .moduletable_fish li a {
       width: auto;
    }

	
/* SUCKERFISH DROPDOWN LIST */	
	
    .moduletable_fish li ul li {
	width: 135px;
	border-bottom: 1px solid #474748;
	padding: 0;
    }

   .moduletable_fish li ul li a {
       width: 125px;
color: #cc00ff;
background-color: #221f20;
       
       /* ---
       filter:alpha(opacity=80);
       -moz-opacity: 0.8;
       opacity: 0.8;*/
    }
	
	.moduletable_fish li ul li a:hover {
color: #fff;
background-color: #e22f00;
       
 }

/* SUCKERFISH DROPDOWN ACTIVE */

    .moduletable_fish li.parent.active ul li a {
       color: #fff;
       text-decoration: none;
    }
    .moduletable_fish li.parent.active ul li a:hover {
       color: #ff00ff;
       text-decoration: none;
    }
	  
/* HIDDEN DROPDOWN */
	
    .moduletable_fish li ul {
       position: absolute;
       width: 135px;
       left: -999em;
       border: 1px solid #474748;
       border-bottom: none;
       top: 22px;
    }
	
    .moduletable_fish li:hover ul {
       left: auto;
    }
	
/* SUCKERFISH - JAVASCRIPT FOR IE */	
	
	  .moduletable_fish li:hover ul, .moduletable_fish li.sfhover ul {
       left: auto;
    }
