.chromestyle
{
    width: 100%;
    font-weight: normal;
	font-size: 12px;
}

.chromestyle:after
{
    /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.chromestyle ul
{
    border-top:5px solid #ffffff;
    border-bottom:2px solid #adc3c9;
    width: 100%; /*background: url('/Portals/1/Menu/chromebg.gif') center center repeat-x; /*THEME CHANGE HERE*/
    background-color: #a8d4dc;
    padding-top:4px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:2px;
    margin: 0;
    text-align: center;
    color: #333399;
}

.chromestyle ul li
{
    display: inline;
}

.chromestyle ul li a
{
    color: #494949;
    margin: 0;
    padding: 0px 5px;
    font-style: normal;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    text-decoration: none;
    border-right: 0px solid #ffffff; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover
{
    background-color: #a8d4dc;
    color: #ffffff;
}

.chromestyle ul li a:active
{
    background-color: #a8d4dc;
}

.chromestyle ul li a[rel]:after
{
    /*HTML to indicate drop down link*/
    /*content: " v"; /*content: " " url(/Portals/1/Menu/downimage.gif);*/ /*uncomment this line to use an image instead*/
}





.chromestyle2
{
    width: 100%;
    font-weight: normal;
	font-size: 12px;
}

.chromestyle2:after
{
    /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.chromestyle2 ul
{
    border-top:5px solid #ffffff;
    border-bottom:2px solid #adc3c9;
    height:20px;    
    width: 100%; /*background: url('/Portals/1/Menu/chromebg.gif') center center repeat-x; /*THEME CHANGE HERE*/
    background-color: #00ffdc;
    padding-top:4px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
    margin: 0;
    text-align: center;
    color: #333399;
}

.chromestyle2 ul li
{
    display: inline;
}

.chromestyle2 ul li a
{
    color: #494949;
    margin: 0;
    padding: 0px 5px;
    font-style: normal;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    text-decoration: none;
    border-right: 0px solid #ffffff; /*THEME CHANGE HERE*/
}

.chromestyle2 ul li a:hover
{
    background-color: #00ffdc;
    color: #ffffff;
}

.chromestyle2 ul li a:active
{
    background-color: #00ffdc;
}

.chromestyle2 ul li a[rel]:after
{
    /*HTML to indicate drop down link*/
    /*content: " v"; /*content: " " url(/Portals/1/Menu/downimage.gif);*/ /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
    position: absolute;
    width: 200px;
    top: 0;
    border: 1px solid #a8d4dc; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
    font-weight: normal;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    line-height: 18px;
    z-index: 100;
    background-color: #a8d4dc;
    visibility: hidden;
}


.dropmenudiv a
{
    width: 220px;
    display: block;
    background-color: #a8d4dc;
    border-bottom: 1px solid #eeeeee; /*THEME CHANGE HERE*/
    text-indent: 3px;
    padding: 2px 0;
    text-align: left; /*set value to "left", "center", or "right"*/
    text-decoration: none;
    font-weight: bold;
    color: #333333;
}

.dropmenudiv a:hover
{
    /*THEME CHANGE HERE*/
    background-color: #a8d4dc;
    color: #ffffff;
}




.dropmenudiv2
{
    position: absolute;
    width: 200px;
    top: 0;
    border: 1px solid #00ffdc; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
    font-weight: normal;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    line-height: 18px;
    z-index: 100;
    background-color: #a8d4dc;
    visibility: hidden;
}


.dropmenudiv2 a
{
    width: 220px;
    display: block;
    background-color: #00ffdc;
    border-bottom: 1px solid #eeeeee; /*THEME CHANGE HERE*/
    text-indent: 3px;
    padding: 2px 0;
    text-align: left; /*set value to "left", "center", or "right"*/
    text-decoration: none;
    font-weight: bold;
    color: #333333;
}

.dropmenudiv2 a:hover
{
    /*THEME CHANGE HERE*/
    background-color: #00ffdc;
    color: #ffffff;
}

a:link     {color:#336699; text-decoration:none;}
a:visited  {color:#336699; text-decoration:none;}
a:active   {color:#336699; text-decoration:none;}
a:hover    {color:#336699; text-decoration:underline;}