<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mainmenu{
font-weight: bold;
font-size:13px;
font:Arial;
width: 100%; /*leave this value as is in most cases*/
}

.mainmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
/*border: 0px 1px 0px 1px solid #666666;*/
/*border-width: 1px 0;*/
background: url(../images/menu1.gif) center center repeat-x;
}

.mainmenu ul li{
display: inline;
}

.mainmenu ul li a{
float: left;
color:#FFFFFF; /*text color*/
padding: 5px 11px;
text-decoration: none;
/*border-right: 1px solid #666666;*/
}

.mainmenu ul li a:visited{
color: #FFFFFF;
}

.mainmenu ul li a:hover{
color: #000066 !important; /*text color of selected and active item*/
text-decoration:underline;
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
/*background:url(../images/menu1a.gif) center center repeat-x;*/
background-color:#FFFFFF;
}

/*SUB MENU START***********************************/
.submenu{
font: 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.submenu ul{
margin:0px;
padding: 0px;
float: left;
width: 100%; /*width of menu*/
background-color:#FFFFFF;


}

.submenu ul li{
display: inline;
}

.submenu ul li a{
float: left;
color:#000066; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #666666;
}

.submenu ul li a:visited{
color:#000066;
}

.submenu ul li a:hover{
color:#000066 !important; /*text color of selected and active item*/
text-decoration:underline;
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
/*background: url(../images/menu1.gif) center center repeat-x;*/
background-color:#FFFFFF;
}


/*Footer MENU START***********************************/
.footerMenu{
font: 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.footerMenu ul{
margin-left:370px;
padding: 0px;
float: left;
background-color:#FFFFFF;


}

.footerMenu ul li{
display: inline;
text-align:center;
}

.footerMenu ul li a{
float: left;
color:#000066; /*text color*/
padding: 5px 11px;
text-decoration: none;
}

.footerMenu ul li a:visited{
color:#000066;
}

.footerMenu ul li a:hover{
color:#000066 !important; /*text color of selected and active item*/
text-decoration:underline;
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
/*background: url(../images/menu1.gif) center center repeat-x;*/
background-color:#FFFFFF;
}
