/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ON INDEX PAGE ^^^^^^^^^^ */
#indexmenu{
width:976px;
height:50px;
margin-left:auto;
margin-right:auto;
font-size:12px;
font-weight:bold;
font-family:Arial,Verdana,Helvitica,sans-serif;
background:transparent url(../images/home/menubarbg.jpg) repeat-x top left;
}

#indexmenu ul{
margin:0;
padding:0;
list-style-type:none;
width:976px;
}

#indexmenu ul li{
display:block;
float:left;
margin:0 1px 0 0;
}

#indexmenu ul li a{
display:block;
float:left;
color:#034895;
text-decoration:none;
padding:3px 20px 0 20px;
height:25px;
}

#indexmenu ul li a:hover,#indexmenu ul li a.current{
color:#FFFFFF;
background:transparent url(../images/home/1.gif) repeat-x top left;
}

/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ON INDEX PAGE ^^^^^^^^^^ */



/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ON OTHER PAGES ^^^^^^^^^^ */

#mainmenucontainer{
position:relative;
display:block;
height:50px;
width:976px;
margin-left:0px;
background:transparent url(../images/home/menubarbg.jpg) repeat-x top left;
}

#mainmenu{
font-size:13px;
font-weight:bold;
font-family:Arial,Verdana,Helvitica,sans-serif;
}


#mainmenu ul{
margin:0;
padding:0;
list-style-type:none;
width:976px;
}

#mainmenu ul li{
display:block;
float:left;
margin:0 1px 0 0;
}

#mainmenu ul li a{
display:block;
float:left;
color:#034895;
text-decoration:none;
padding:3px 20px 0 20px;
height:30px;
/*background:transparent url(../images/home/2.gif) repeat-x top left;*/
}

#mainmenu ul li a:hover,#mainmenu ul li a.current{
color:#FFFFFF;
background:transparent url(../images/home/1.gif) repeat-x top left;
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ON OTHER PAGES ^^^^^^^^^^ */



/* ^^^^^^^^ BELOW IS THE CODE FOR THE SUBMENU TITLE ^^^^^^^^^^ */
.menutitle{
font-family: "Trebuchet MS"; 
text-decoration:none; 
font-weight:bold; 
font-size: 12pt; 
line-height: 18pt; 
color:#FFFFFF;
text-align:center;
background-color:#8AC0C4;
}
/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU TITLE ^^^^^^^^^^ */



/* ^^^^^^^^ BELOW IS THE CODE FOR THE SUBMENU ON THE LEFT SIDE^^^^^^^^^^ */
.submenu:active{text-decoration:none; color: #006699}
.submenu:link{text-decoration:none; color: #FFFFFF}
.submenu:vistited{text-decoration:none; color: #006699}
.submenu{text-decoration:none; font-family: "Trebuchet MS"; font-size: 10pt; font-weight:bold; line-height: 20pt ; color:#FFFFFF}
/* ^^^^^^^^  BELOW IS THE CODE FOR THE SUBMENU ON THE LEFT SIDE ^^^^^^^^^^ */


.menu a {color:#FFFFFF; text-decoration:none; font-weight:bold;}
.menu a:hover {color:#336699; text-decoration:none; font-family: "Trebuchet MS"; font-weight:bold;}
.menu a:link{text-decoration:none; color: #265866}
.menu a:vistited{text-decoration:none;  color: #265866}
.menu a:active{text-decoration:none;  color:  #265866}
.menu {cursor:pointer; width:154px; text-decoration:none; margin:7px; color:#FFFFFF; solid #000000; padding:2px; font-family:"Trebuchet MS"; font-size:10pt; font-weight:bold; text-align:left;}

.csubmenu {width:154px; font-family:"Trebuchet MS"; font-size:12px; padding-left:5px; text-align:left;}
.csubmenu a {color:#006600; text-decoration:none; font-weight:bold;}
.csubmenu a:hover {color:#FFFF00; text-decoration:none; font-family: "Trebuchet MS"; font-weight:bold;}

.submit { list-style-type: square; font-family: "Trebuchet MS"; font-size: 10pt; color:#000080; cursor: hand; list-style-position: outside;}