@charset "utf-8";
/* CSS Document */


.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 5px solid #004b88; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 30px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 12px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #004b88; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #004b88; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #004b88;
background-color: black;
color: white;
}
.bt {border-top-color:#b5d9f3; border-bottom-color:#b5d9f3; border-bottom-style:solid; border-bottom-width:1px; border-top-style:solid; border-top-width:1px; padding-top:5px;}
.bt_blue {border-top-color:#b5d9f3; border-top-style:solid; border-top-width:1px; padding-top:5px;}
.i_head {color:#649f36; font-size:16px; font-weight:bold;}
h1 {font-size:18px; color:#32508e; font-weight:bold;}
.r_header{font-size:22px; color:#32508e; font-weight:bold;}
p {color: #2c2c2c; font-size:12px;}
.r_para {color: #2c2c2c; font-size:12px;}
font{color: #2c2c2c; font-size:12px;}

a {color:#0065b8; font-size:14px;}
td {vertical-align:top}
img {border:0px}

#menua{margin-top:3px; left:720px;}
#menua ul .item{display:none;}
#menua ul:hover .item{display:block;background:#fff;padding:1px;margin:1px;}

#menua ul:hover .item a{color:#000;text-decoration:none;}
#menua ul:hover .item a:hover{color:#999;}

#menua ul{width:140px;float:left;margin:0px;padding:0px;list-style:none;background:#fff}
.clear{clear:both;height:50px;}
