ul.menuTab {
    display:block;
    margin-top: 20px;
    padding: 0 -1px 10px 1.3em;
    float: left;
    list-style: none;
    height: auto; /*--Set height of tabs--*/
    z-index: 100;
    width: 97%;
}

ul.menuTab li:first{
  float:left;
  position:relative;
  padding: 0 2px 0 0;
  margin:2px 0 0;
  background: url("../images/button.png") no-repeat;
}


ul.menuTab li {
  float:left;
  position:relative;
  padding: 0 2px 0 0;
  margin:4px 0 0;
  color: white;
}

ul.menuTab li a {
  float:left;  
  text-align:  left;
  height: auto;  
  display:block;
  padding-top: 0.6em;
  padding-bottom: 0em;
  padding-left:1em;
  padding-right:0.2em;  
  text-decoration: none;
  width:150px;
/*
  font: normal 0.66em/1.2em "Arial Narrow", verdana, sans-serif;
  color: #000;
  font-size:15px;
*/
  font-size: 12px;
  font-family: Tahoma,Arial,Garamond, serif;
  font-weight:bold;
  //color: #333333;
  color: white;
   
}

ul.menuTab li a:hover {
  background: url("../images/buttonPressed.png") no-repeat;
  color: #69bce2;	
}

.subhover{
  background: url("../images/buttonPressed.png") no-repeat;
  color: #69bce2;	
}

ul.menutab li a .subhover{
  color: #69bce2;	
}

.subhover a:link, .subhover a:hover, .subhover a:visited{
  color: #69bce2;	
}

ul.menuTab li.active a:link{
background: url("../images/buttonPressed.png") no-repeat;
}

ul.menuTab li.active, html ul.menuTab li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
background: url("../images/buttonPressed.png") no-repeat;
}

ul.subnav .header{
  background: url("../images/subnavtop.png") no-repeat;
}

ul.subnav .footer{
  background: url("../images/subnavbottom.png") no-repeat;
}



ul.subnav{
    list-style: none;
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
    left: 0;
    margin: 0 0 0 145px; padding: 0;
    display: none;
    float: left;
    width: 350px;
    z-index:100;
    border-top:2px solid #444;
    border-Bottom:2px solid #444;
    border-right:2px solid #444;
    -moz-border-radius: 5px; -webkit-border-radius: 10px;
    background: white;
    padding: 10px;
    
}

ul.subnav li img{
	position:absolute;
	float:right;
	v-align:bottom;
	margin-top:-50px;
	margin-left:300px;
	z-index:150;
}

ul.subnav li{
    margin: 0; padding: 0;
    border-top: 1px solid white; /*--Create bevel effect--*/    
    border-bottom: 1px solid white; /*--Create bevel effect--*/
    clear: both;
    width: 99%;
}

ul.subnav li a{
    float: left;
    background:white;
    width: 90%;
    padding-left: 10px;
    color:black;
    font-weight:normal;
    padding-top: 2px;
    padding-bottom:2px;
    font-weight:bold;
}

ul.subnav li a:hover{
    color: #EE991A;
    background: white;
}

a.more{
  text-align:right;
  font-size:12px;
}
//======================================================================================
li.headlink ul { display: none; }
li.headlink:hover ul { display: block; }







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
