
body,p,h4,h5,h6,div,table,tr,td
{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; font-style: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    color: #FFFFFF; 
    text-decoration: none;
}
/*a:hover     { font-weight: normal; color: #FFFFFF; text-decoration: underline; font-size: 10px;}*/
/*a:visited	{ font-weight: normal; color: #FFFFFF; text-decoration: underline; font-size: 10px;}*/
 a:focus,a:hover,a:visited { font-weight: normal; color: #FFFFFF; text-decoration: underline;}
 a:link		{ font-weight: normal; color: #ccffff; text-decoration: none;}
 a:active    { font-weight: normal; color: #060; text-decoration: none;}

h1 
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-weight: bold;
 color:#FFFFFF
}

h2 
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
 color:#FFFFFF
}
h3
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color:#FFFFFF
}
.menuBar
{
    position:relative;   
    background-color:Transparent;
    text-align:center;
    font-size: 10px;
}
.Bar
{
    border-top-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent;
    border-bottom-color:transparent;
    float: left;
    width:140px;     
    cursor:default;
    text-align:center;
    text-indent:2px;
    line-height:24px;
    position:relative;
    background-color:#d3d3d3;
    color:#003388;
    font-size: 10px;
}
.menu
{
    border-top: ButtonHighlight thin outset;
    border-left: ButtonHighlight thin outset;
    border-right: ButtonHighlight thin outset;
    border-bottom:ButtonHighlight thin outset;
    visibility:hidden;
    width:138px;
    line-height:140%;
    position:absolute;
    background-color:Transparent;
    font-size: 10px;
}
.menuItem
{
    padding-right:3px;
    padding-left:3px;
    width:100%;
    cursor:hand;
    line-height:18px;
    border-bottom-color:transparent;
    color:#003388;
    font-size: 10px;
}
.ItemMouseOver
{
    padding-right:3px;
    padding-left:3px;
    width:100%;
    cursor:hand;
    color: HighlightTxt;
    line-height: 18px;
    border-bottom-color:transparent;
    background-color:Highlight;
    font-size: 10px;
}
.ItemMouseOut
{
    width:100%;
}
.Arrow
{
    float:right;
    font-family:Webdings;
    position:absolute;
    text-align:left;
}
.barOver
{
    border-right-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-top-color: transparent;
    float:left;
    width:140px;
    cursor:default;
    line-height:24px;
    text-indent:2px;
    position:relative;
    background-color:Transparent;
    text-align:center;
    font-size: 10px;
}

.menuL a{
color:#003388;
background:#d3d3d3;
font-weight: bold;
text-decoration:none;
font-size: 10px;
}

.menuL a:link, .menuL a:visited{
color:#003388 ;
font-weight: bold;
text-decoration:none;
font-size: 10px;
}

.menuL a:hover{
color:#a00;
font-weight: bold;
background:#d3d3d3;
font-size: 10px;
}

.menuL a:active{
color:#060;
font-weight: bold;
background:#d3d3d3;
font-size: 10px;
}
*{margin:0;padding:0;border:none;}
<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
color:#FFFFFF;
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
</style>

