body {
background-image: url(./background.jpg);
background-repeat: repeat-x;
background-color: #ABD5EF;
color: black;
}
.menu {
font: bold 12px Tahoma;
color: white;
text-decoration: none;
}
a.menu {
font: bold 12px Tahoma;
color: white;
text-decoration: none;
}
a.menu:hover {
font: bold 12px Tahoma;
color: gray;
text-decoration: none;
}
.menucurrent {
font: bold 12px Tahoma;
color: black;
text-decoration: none;
background-color: #FFFFFF;
}
a.menucurrent {
font: bold 12px Tahoma;
color: black;
text-decoration: none;
}
a.menucurrent:hover {
font: bold 12px Tahoma;
color: gray;
text-decoration: none;
}


p,ol,ul,dl,td,th  {font-family: "Times New Roman", Arial, Helvetica, sans-serif; color: #000000; font-size: 16px;}
h1,h2,h3,h4    {font-family: "Georgia", Arial, Helvetica, sans-serif;}
h1 {font-size: 18px;}
h2 {font-size: medium;}
h3 {font-size: small;}
h4 {font-size: x-small;}

a     {color: #0F3E78; text-decoration: none;}
a:visited   {color: #0F3E78;}
a:hover     {color: #0F3E78;}
a.bottom   {font-family: Times New Roman, Times; font-size: xx-small; color:#FFFFFF; font-weight: normal;}
fieldset {border: 1px solid #CDCDCD;}
/* named styles */
.title   {font-family: sans-serif; font-size: 26px; color:#FFFFFF; font-weight: bold;}
.titlesub   {font-family: sans-serif; font-size: 16px; color:#FFFFFF; font-weight: normal;}
.menu   {font-family: Lucida Grande, Arial, Helvetica, sans-serif; font-size: 12px; color:#000000; font-weight: normal; background-color:#EFF4F9;}
.navmenu   {font-family: sans-serif; font-size: 12px; color:#000000; font-weight: normal;}

.topmenu   {
   padding-top: 4px;
   padding-left: 10px;
   font-size: 85%;
   color: #999;}
.bottom   {font-family: Times New Roman, Times; font-size: xx-small; color:#FFFFFF; font-weight: normal;}
.bottomlink   {font-family: Times New Roman, Times; font-size: xx-small; color:#FFFFFF; font-weight: normal;}
.bottomlink:visited   {font-family: Times New Roman, Times; font-size: xx-small; color:#FFFFFF; font-weight: normal;}
.bottomlink:hover   {font-family: Times New Roman, Times; font-size: xx-small; color:#FFFFFF; font-weight: normal; text-decoration: underline;}

.bodytop {
margin-left:0 0 0 -5px !important;
margin: 0px 0px 0px 0px;
padding: 0px;
border: 0px solid #ccc;
}



.horizontalcssmenu ul{
margin: 0;
padding: 0;
border: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
padding: 0px 0px;
border: 0px solid #202020;
border-left-width: 0;
text-decoration: none;
text-align: center;
color: white;

font-size: 16px;
font-family: Times New Roman;
font-weight: normal;
}

/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;

position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
font-weight: normal;
background: #4171A0;
border: 2px solid #4171A0;
border-width: 0 2px 0px 2px;
text-align: left;
color: white;
font-size: 15px;
font-face: Tahoma;

}

.horizontalcssmenu ul li a:hover{

color: gray;
}

.horizontalcssmenu ul li ul li a:hover{
background: #7DBAFF;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 0;
}

/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
