   body { font-family : Verdana, Arial, sans-serif ;  }
      h1 {  font-weight : bold; font-size: 140% ; color : navy ; }
  	  h2 {  font-weight : bold; font-size: 110% ; color : navy ; }
	  h3 {  font-weight : bold; font-size: 110% ; color : navy ; align : center; }
	  h4 {  font-weight : bold; font-size: 90% ; color : navy ; }

      a:hover  {  color: red; text-decoration: none  }
      a {  color: navy; text-decoration: none }

/* Menu Styles */
.menutop{
	font-size:1px;background-color:transparent;background-image:url(js/image/surround22_.gif);background-repeat:repeat
}
.third-level-menu
{
    position: absolute;
    top: 0;
    right: -150px;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}
.third-level-menu > li a
{
  font-weight:normal;
  color:#fff;
}
.third-level-menu > li a:hover
{
  color:#fff;
  }
.third-level-menu > li
{
    height: 30px;
    background: navy;
}
.third-level-menu > li:hover { background: #dfdfdf; }

.second-level-menu
{
    position: absolute;
    top: 30px;
    left: 0;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    color:#fff;
}
.second-level-menu > li a
{
  color:#fff;
  font-weight:normal;
}
.second-level-menu > li a:hover
{
  color:#000;
}
.second-level-menu > li
{
    position: relative;
    height: 30px;
    background: navy;
    color:#fff;
}
.second-level-menu > li:hover { background: #dfdfdf; }

.top-level-menu
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-level-menu > li
{
    position: relative;
    float: left;
    height: 30px;
    width: auto;
	padding-right:15px;
	padding-left:10px;
    background: #fff;
	border-right-style:solid;
	border-right-color:navy;
	border-right-width:1px;
	
}
.top-level-menu > li:hover { background: #dfdfdf; }

.top-level-menu li:hover > ul
{
    /* On hover, display the next level's menu */
    display: inline;
}


/* Menu Link Styles */

.top-level-menu a /* Apply to all links inside the multi-level menu */
{
color: rgb(140, 140, 140);
font: bold 11pt Arial;
text-decoration: none;
    padding: 0 0 0 10px;
    
    /* Make the link cover the entire list item-container */
    display: block;
    line-height: 30px;
}
.top-level-menu a:hover { color: #000000; }
