﻿

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
text-align:left;
vertical-align:middle;
background-color:#ffffff;
/*Filter: Alpha(Opacity=95);
-moz-opacity:.95;
opacity: .95 !important;*/
z-index:99;
min-width:200px;
visibility: hidden;
display:block;
line-height:normal;
border-bottom:solid 4px #cc3333;
margin-left:9px;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#3B5D77,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/*/
}

.dropmenudiv span {
width: 100%;
text-align:left;
/*color: #3B5D77; change
font-weight:normal;*/
background: #FFF url(../images/tab-separator.gif) no-repeat bottom center;
display: block;
font: 400 1.1em arial, sans-serif;
letter-spacing: 0.1em;
line-height: 1.7em !important;
padding :0.2em ;
max-height:3.6em;
color: #3B5D77;
text-indent: 0.8em;
vertical-align:middle;
}
.dropmenudiv a{
width: 100%;
text-align:left;
/*color: #3B5D77; change
font-weight:normal;*/
background: #FFF url(../images/tab-separator.gif) no-repeat bottom center;
display: block;
font: 400 1.1em arial, sans-serif;
letter-spacing: 0.1em;
line-height: 1.7em !important;
padding :0.2em ;
max-height:3.6em;
color: #3B5D77;
text-indent: 0.8em;
vertical-align:middle;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: red;
}

a.test{
min-width:200px;
width: 100%;
text-align:left;
background-image:none;
background-repeat:repeat-x;
background-color: #FFF;
background-position: left center;
max-height:25px;
color: #3B5D77;
padding-left :0.8em ;
text-indent: 0.0em;
border-bottom:solid 1px #3B5D77;
}

span.test{
min-width:200px;

width: 100%;
text-align:left;
background-image:none;
background-repeat:repeat-x;
background-color: #FFF;
background-position: left center;
max-height:25px;
color: #808080;
padding-left :0.8em ;
text-indent: 0.0em;
border-bottom:solid 1px #3B5D77;
}

a.test:hover
{
background-color:#3B5D77;
background-image:url(../images/bg/menuoption.jpg);
color:#ffffff;
border-color:#b6c1cb;
}
a.test3:hover
{
background-color:#3B5D77;
background-image:url(../images/bg/menuoption.jpg);
color:#ffffff;
border-color:#b6c1cb;
}

a.test2
{
min-width:200px;
width: 100%;
text-align:left;
background-image:none;
background-repeat:repeat-x;
background-color: #FFF;
background-position: left center;
color: #3B5D77;
padding-left :0.8em;
text-indent: 0.0px;
border-bottom:solid 1px #3B5D77;
line-height:normal;
}

a.test2:hover
{
background-color:#3B5D77;
background-image:url(../images/bg/menuoption2.jpg);
color:#ffffff;
border-color:#b6c1cb;
}

span.test2
{
min-width:200px;
width: 100%;
text-align:left;
background-image:none;
background-repeat:repeat-x;
background-color: #FFF;
background-position: left center;
color: #808080;
padding-left :0.8em;
text-indent: 0.0px;
border-bottom:solid 1px #3B5D77;
line-height:normal;
}

span.test3
{
border-bottom:solid 1px #cfcfcf;
}

a.test3
{
border-bottom:solid 1px #cfcfcf;
}

table.menu1
{
    margin:0;
    padding:0;
    width:100%;
    table-layout:fixed;
    border-collapse:collapse;
    background: #ffffff url('../images/bg/header180.gif') repeat-x left top;
    vertical-align:middle;
}
td.menu1 
{
    margin: 0;
    padding: 0;
    border-right:solid 1px #c0c0c0;
    vertical-align:middle;
}
td.menu1 a
{
    padding:8px 0;
    margin:0;
    display:block;
    width:100%;
    height:18px;
    line-height:18px;
    color:#3B5D77;
    text-align:center;
    vertical-align:middle;
    text-decoration:none;
    overflow:hidden;
    font: 600 1.1em  arial, sans-serif;
    letter-spacing: 0.1em;
    font-weight:bold;
}

td.menu1 a:hover
{
background-color:#3b5d77;
background-image:url(../images/bg/menuoption2.jpg);
background-position:left bottom;
background-repeat:repeat-x;
color:#ffffff;
}





