/* CSS Document */
/*globalnav*/

#tabs {
  float:left;
  width:auto;
  margin:0;
  list-style:none;
  line-height:1em;
  margin-left:15px;
  padding-top:4px;
}

#tabs LI {
  float:left;
  margin:0;
  padding:0;
}


#tabs A {
  display:block;
  font-family:"Lucida Sans Unicode", "Lucida Grande";
  color:#444;
  text-decoration:none;
  margin:0;
  margin-top: 3px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-left: 9px;
  padding-top:11px;
  margin-left:1px;
  margin-right: 2px;
  font-size: 13px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-left-color: #FFFFFF;
}

#tabs A:hover,#tabs A:active,#tabs A.here:link,#tabs A.here:visited {
  background:#B18E3D;
}

#tabs A:hover{
  text-decoration:underline;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #E8E8E8;
  border-right-color: #E8E8E8;
  border-left-color: #E8E8E8;
  color:#FFF;
}


#tabs A.here:link,#tabs A.here:visited {
  position:relative;
  z-index:102;
}

/*subnav*/

#tabs UL {
  position:absolute;
  margin-left:40px;
  top:40px;
  float:left;
  background:#bbb;
  width:100%;
  margin:0;
  padding:0.25em 0.25em 0.25em 1em;
  list-style:none;
  border-top:1px solid #fff;
}

#tabs UL LI {
  float:left;
  display:block;
  margin-top:1px;
}

#tabs UL A {
  background:#bbb;
  color:#fff;
  display:inline;
  margin:0;
  padding:0 1em;
  border:0
}

#tabs UL A:hover,#tabs UL A:active,#tabs UL A.here:link,#tabs UL A.here:visited {
  color:#444;
}


.droppanel1{
  font-family:"Lucida Sans Unicode", "Lucida Grande", Arial;
  height: auto;
  width: 450px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #B18E3D;
  border-bottom-color: #B18E3D;
  border-left-color: #B18E3D;
  background-color: #FFFFFF;
  z-index:99999;
  margin-top:4px;
}

.droppanelsinglecol{
  /*font-family: 'Vollkorn', "Times New Roman";*/
  font-family:"Lucida Sans Unicode", "Lucida Grande", Arial;
  height: auto;
  margin-top:4px;
  width: 200px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #B18E3D;
  border-bottom-color: #B18E3D;
  border-left-color: #B18E3D;
  background-color: #FFFFFF;
  z-index:99999;
}


.droppanelthreecol{
  /*font-family: 'Vollkorn', "Times New Roman";*/
  font-family:"Lucida Sans Unicode", "Lucida Grande", Arial;
  height: auto;
  width: 630px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #d2ece6;
  border-bottom-color: #d2ece6;
  border-left-color: #d2ece6;
  background-color: #FFFFFF;
  z-index:99999;
}


#panelmenus LI {
  float:left;
  margin:0;
  padding:0;
  list-style-type: none;
  width:100%;
}

#panelmenus A {
  display:block;
  color:#444;
  text-decoration:none;
  /*font-family: 'Vollkorn', "Times New Roman";*/
  font-family:"Lucida Sans Unicode","Lucida Grande",  Arial;  
  margin-top: 2px;
  padding-bottom: 3px;
  padding-top:3px;
  margin-bottom: 0;
  padding-left:10px;
  padding-right:10px;
  width:95%;
  font-size: 12px;
}

#panelmenus A:hover,#panelmenus A:active,#panelmenus A.here:link,#panelmenus A.here:visited {

}

#panelmenus li a:hover{
    background: none repeat scroll 0 0 #B18E3D;
  color: #FFFFFF;
  padding-right: 0px;
}


#panelmenus A.here:link,#tabs A.here:visited {
  position:relative;
  z-index:102;
}

/*subnav*/

#panelmenus UL {
  margin-left:40px;
  top:40px;
  float:left;
  margin:0;
  list-style:none;
  width: 100%;
}

#panelmenus UL UL{
  margin-left:20px;
  top:40px;
  float:left;
  list-style:none;
  width: 100%;
}

#panelmenus UL LI {
  float:left;
  display:block;
  margin-top:1px;
  width:100%;
}

#panelmenus UL A {
  /*font-family: 'Vollkorn', "Times New Roman";*/
  font-family:"Lucida Sans Unicode","Lucida Grande",  Arial;
  margin:0;
  padding-left:30px;
  padding-right:0px;
  width:175px;
  padding-top:3px;
  padding-bottom:3px;
}

#panelmenus UL A:hover,#tabs UL A:active,#tabs UL A.here:link,#tabs UL A.here:visited {
    background: none repeat scroll 0 0 #B18E3D;
  color: #FFFFFF;
}

#panelmenus UL A:hover{
  text-decoration:underline;
  width:auto;
}

#menuhelp a{
  font-size:12px;
  /*font-family: 'Vollkorn', "Times New Roman";*/
  font-family:"Lucida Sans Unicode","Lucida Grande",  Arial;
  color:#444444;
  text-decoration:none;
}

#menuhelp a:hover{
  text-decoration:underline;
}


/*Single Col*/

#singlecol LI {
  float:left;
  margin:0;
  padding:0;
  list-style-type: none;
  width:100%;
}

#singlecol A {
  display:block;
  color:#444;
  text-decoration:none;
  /*font-family: 'Vollkorn', "Times New Roman";*/
  font-family:"Lucida Sans Unicode","Lucida Grande",  Arial;
  margin-top: 2px;
  padding-bottom: 3px;
  padding-top:3px;
  margin-bottom: 0;
  padding-left:10px;
  padding-right:10px;
  width:auto;
  font-size: 12px;
  cursor:pointer;
}

#singlecol A:hover,#singlecol A:active,#singlecol A.here:link,#singlecol A.here:visited {
    background: none repeat scroll 0 0 #B18E3D;
  color: #FFFFFF;
}

#singlecol A:hover{
  text-decoration:none;
  
}


#singlecol A.here:link,#singlecol A.here:visited {
  position:relative;
  z-index:102;
}

/*subnav*/

#singlecol UL {
  margin-left:40px;
  top:40px;
  float:left;
  margin:0;
  list-style:none;
  width: 100%;
}

#singlecol UL LI {
  float:left;
  display:block;
  margin-top:1px;
  width:100%;
}

#singlecol UL A {
  /*font-family: 'Vollkorn', "Times New Roman";*/
  font-family:"Lucida Sans Unicode","Lucida Grande",  Arial;
  margin:0;
  padding-left:30px;
  padding-right:0px;
  width:auto;
  padding-top:3px;
  padding-bottom:3px;
  cursor:pointer;
}

#singlecol UL A:hover,#singlecol UL A:active,#singlecol UL A.here:link,#singlecol UL A.here:visited {
  background:#d2ece6;
}

#singlecol UL A:hover{
  text-decoration:underline;
}

/*three Col*/

#threecol LI {
  float:left;
  margin:0;
  padding:0;
  list-style-type: none;
  width:100%;
}

#threecol A {
  display:block;
  color:#444;
  text-decoration:none;
  /*font-family: 'Vollkorn', "Times New Roman";*/
  font-family:"Lucida Sans Unicode","Lucida Grande",  Arial;
  margin-top: 2px;
  padding-bottom: 3px;
  padding-top:3px;
  margin-bottom: 0;
  padding-left:10px;
  padding-right:10px;
  width:auto;
  font-size: 13px;
  cursor:default;
}

#threecol A:hover,#threecol A:active,#threecol A.here:link,#threecol A.here:visited {
    background:#ffffff;
}

#threecol A:hover{
  text-decoration:none;
}


#threecol A.here:link,#threecol A.here:visited {
  position:relative;
  z-index:102;
}

/*subnav*/

#threecol UL {
  margin-left:40px;
  top:40px;
  float:left;
  margin:0;
  list-style:none;
  width: 100%;
}

#threecol UL LI {
  float:left;
  display:block;
  margin-top:1px;
  width:100%;
}

#threecol UL A {
  /*font-family: 'Vollkorn', "Times New Roman";*/
  font-family:"Lucida Sans Unicode","Lucida Grande",  Arial;
  margin:0;
  padding-left:30px;
  padding-right:0px;
  width:auto;
  padding-top:3px;
  padding-bottom:3px;
  cursor:pointer;
}

#threecol UL A:hover,#threecol UL A:active,#threecol UL A.here:link,#threecol UL A.here:visited {
  background:#d2ece6;
}

#threecol UL A:hover{
  text-decoration:underline;
}
