﻿#tab {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 3px 3px 3px 3px;
  height: 28px;
  line-height: 100%;
  background: transparent;
  position:relative;
  z-index:999;
}
#tab li {
  margin: 0px 6px 0px 6px;
  padding: 0px 0px 6px 0px;
  float: left;
  position: relative;
  list-style: none;
}
#tab a {
  font-style: normal;
  font-family:Calibri;
  font-size:19px;
  color:#424242;
  text-decoration: none;
  display: block;
  padding: 3px 10px 3px 13px;
  margin: 0;
}

#tab li:hover > a {
  background: transparent;
  color:#424242;
}
#tab ul li:hover a,
 #tab li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#tab ul a:hover {
  background: transparent;
  color: maroon !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 0px 0px 0px 0px;
}
#tab ul {
  background:  #DDDDDD;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  display: none;
  margin: 0;
  padding: 0;
  width: 240px;
  position: absolute;
  top: 28px;
  left: 0;
  border: solid 0px #B4B4B4;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-box-shadow: 1px 1px 3px #222222;
  -moz-box-shadow: 1px 1px 3px #222222;
  box-shadow: 1px 1px 3px #222222;
}
#tab li:hover > ul {
  display: block;
}
#tab ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#tab ul a {
  padding:12px 10px 12px 15px;
  color:#084B8A !important;
  font-family:Calibri;
  font-weight:bold;
  font-size:17px;
  font-style:normal;
  text-shadow: 0px 0px 0px 0px;
}
#tab ul li:first-child > a {
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
}
#tab ul li:last-child > a {
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
}
#tab:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}