.style1 {
	color: #246fa9;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}
.style1a {
	color: #246fa9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	
}
.style1a:hover {
	color: #F9DA4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	
}
.style2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #81520e;
}
.style3 {
	color: #454545;
	font-family: Tahoma;
	font-size: 12px;
}
.style3a {color: #454545;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration:none;
}
.style3a:hover {color: #454545;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
	
}



.style4 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.style4:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}
.style5 {
	color: #cea158;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.style5a {
	color: #cea158;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.style6 {color: #FF0000}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0a258c;
	
}

.image
{border:1px solid #7F9FA8}

#nav, #nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  
  float: left;
  width: 100%;
}
#nav li {
  float: left;
  position: relative;
   back\ground: none;
 }

#nav a {
  font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
    display: block;
    padding: 2px 5px;padding-left:10px; padding-right:10px;
	background: url(U.gif) repeat-y 0px 0px;
	}
#nav a:hover {
  font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
  
}
#nav li:hover,
#nav li.jshover {
 
}

#nav li ul {
  display: none;
  position: absolute;
  background-color:#246fa9;
  text-align:left;
 
  /*border-left:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;*/
 
}
#nav li li a {
  width: 100px; line-height:17px;
  background: none;
}
#nav li:hover ul,
#nav li.jshover ul {
  display: block;
}

#nav li:hover li:hover ul,
#nav li.jshover li.jshover ul {
  display: block;
  
}