#nav {
  clear:both;
  font-weight:bold;
  color:#4B263E;
  margin: 0;
  float: left;
  list-style-type:none;	
  background: url(../images/navshadow.gif) no-repeat 21px 110% #5E0000;
  padding: 0 6px 0 6px;
}

html>body #nav{
  margin: 0;
  background: url(../images/navshadow.gif) no-repeat 21px 110% #5E0000;
}

#nav li{
  list-style-type:none;
  float: left;
  margin: 3px 0 0 0px;
  padding: 0 0 0 12px ;
  background: url(../images/tabyellow.gif) #5E0000 top left no-repeat;
  text-align: center;
  line-height: 2;
}

#nav li a{
  color:#FFFFFF;	
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: url(../images/tabyellow.gif) transparent top right no-repeat;
  display:block;
  padding: 0 12px 0 0;
  text-decoration: none;
  text-align: center;
  line-height: 2; 
  text-decoration: underline; 
}

#nav li a:hover{
  color:#FFCC00;	
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: url(../images/tabyellow.gif) transparent top right no-repeat;
  display:block;
  padding: 0 12px 0 0;
  text-decoration: none;
  text-align: center;
  line-height: 2;  
  text-decoration: underline; 
}

#nav li.cur
{
  background: url(../images/taborange.gif) #74B713 top left no-repeat;
  text-decoration: underline; 
}
#nav li strong,
ul#nav li.cur a
{
  display:block;
  color:#333333;
  padding:0 15px 0 0;
  text-decoration: none;
  background:url(../images/taborange.gif) transparent top right no-repeat;
  text-decoration: underline; 
}
ul#nav li.cur a:hover
{
  display:block;
  color:#333333;
  padding:0 15px 0 0;
  text-decoration: none;
  background:url(../images/taborange.gif) transparent top right no-repeat;
  text-decoration: underline; 
}

#nav li.con
{
  background: url(../images/tabred.gif) #630202 top left no-repeat;
  text-decoration: underline; 
}
#nav li strong,
ul#nav li.con a
{
  display:block;
  color:#FFFFFF;
  padding:0 15px 0 0;
  text-decoration: none;
  background:url(../images/tabred.gif) transparent top right no-repeat;
  text-decoration: underline; 
}
ul#nav li.con a:hover
{
  display:block;
  color:#FFFFFF;
  padding:0 15px 0 0;
  text-decoration: none;
  background:url(../images/tabred.gif) transparent top right no-repeat;
  text-decoration: underline; 
}
a.SubNavi {
display:inline;
padding:0 0 0 0;
margin:0 7px 0 7px;
}

a.SubNavi:link { color: #333333; font-family:  Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline; font-weight: bold;}
a.SubNavi:visited{ color: #333333; font-family:  Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline; font-weight: bold;}
a.SubNavi:hover { color: #333333; font-family:  Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline; font-weight: bold;}

a.SubNaviSmall:link { color: #333333; font-family:  Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: underline; font-weight: bold;}
a.SubNaviSmall:visited{ color: #333333; font-family:  Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: underline; font-weight: bold;}
a.SubNaviSmall:hover { color: #333333; font-family:  Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: underline; font-weight: bold;}

.tabsbg {
	background-color: #FFDE00;
	font-size: 14px;
	}
	
.tabsbgred {
	background-color: #FE0707;
	font-size: 14px;
	}	
	
.SubNaviInactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
      margin:0 7px 0 7px;
	}

