.solidblockmenu
{
    text-align:center;
    /*background: navy url(../images/iface/menu_system/blockdefault.gif) center center repeat-x;*/
}
.solidblockmenu ul
{
    display:block;
    margin: 0;
    padding: 0;
    float: left;
    /*width:746px;*/
    border: 2px solid #0041B4;
    border-width: 1px 0;
    /*background: navy url(../images/iface/menu_system/blockdefault.gif) center center repeat-x;*/
    list-style:none;
    text-align:center;
}

html>body   .solidblockmenu ul
{
    display:block;
    margin: 0;
    padding: 0;
    float: left;
    /*width:760px;*/
    border: 2px solid #0041B4;
    border-width: 1px 0;
    /*background: navy url(../images/iface/menu_system/blockdefault.gif) center center repeat-x;*/
    list-style:none;
    text-align:center;
    padding-left:8px;
}

.solidblockmenu li
{
    display:inline;
}

.solidblockmenu li a
{
    float: left;
    color: white;
    padding: 6px 7px; /* Padding around the text in main menu - 1st value for height - 2nd for width */
    padding-bottom: 7px;
    text-decoration: none;
    border-left: 1px solid #93AFCE;
    border-right: 1px solid #001A60;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: #000033;
background: transparent url(../images/iface/menu_system/blockactive.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
}


/* Start of imported CSS from othe menu */



.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 1px;
line-height: 8px;
background: #46A0F0;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px Solid #2D54A0; /*THEME CHANGE HERE*/
border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 1px;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #A5E6FF;
width: 200px;
visibility: hidden;
text-align: left;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 8px;
border-top: 1px solid #BAE5FD;
border-bottom: 1px solid #43A2D5; /*THEME CHANGE HERE*/
padding: 2px 0px;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F8FB;
background: #F0F8FB url(media/sub_active.gif) center center repeat-x;
color: #000033;
}
.wrapLinks   
{
    width:770px;
    height:28px;
    background-color:#fff;
    background-image:url(../images/iface/menu_system/blockdefault.gif);
    border:0px;
    padding:0px;
}