.chromestyle
{
    font-weight:bold;
    font-family:arial;
    font-size:10px;
}

/*Add margin between menu and rest of content in Firefox*/
.chromestyle:after
{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.chromestyle ul
{
    border:0px solid #BBB;
    /*background:url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
    padding:0px 0;
    margin:0;
    text-align:center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li
{
    display:inline;
    line-height:13px;
}

.chromestyleOn ul li a
{
    color:#3171b7;
    padding:0px 0px;
    margin:0;
    text-decoration:none;
    /*border-right:1px solid #DADADA;*/
}

.chromestyle ul li a
{
    color:#ffffff;
    padding:0px 0px;
    margin:0;
    text-decoration:none;
    /*border-right:1px solid #DADADA;*/
}

.chromestyle ul li a.lightBlueTab
{
    color:#ffffff;
    padding:0px 0px;
    margin:0;
    text-decoration:none;
    /*border-right:1px solid #DADADA;*/
}

.chromestyle ul li a#tab_prescriptions
{
    color:#ffffff;
    padding:0px 0px;
    margin:0;
    text-decoration:none;
    /*border-right:1px solid #DADADA;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected
{
    /*script dynamically adds a class of "selected" to the current active menu item*/
    /*background:url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
    position:absolute;
    top:0;
    border:1px solid #2e6db3; /*THEME CHANGE HERE*/
    border-bottom-width:1px;
    font:normal 10px arial;
    line-height:18px;
    z-index:100;
    background-color:white;
    width:200px;
    visibility:hidden;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
/* firefox <= 2 */
.dropmenudiv, x:-moz-any-link
{
    margin-top:30px;
}
/* firefox >= 3 */
.dropmenudiv, x:-moz-any-link, x:default
{
    margin-top:0;
}

.dropmenudiv a
{
    width:auto;
    display:block;
    text-indent:3px;
    background-color:#f5f9fd;
    color:#3171b7;
    padding:2px 0;
    text-decoration:none;
    font-weight:bold;
    text-align:left;
}

/*IE only hack*/
* html .dropmenudiv a
{
    background-color:#f5f9fd;
    color:#3171b7;
    width:100%;
}

/*THEME CHANGE HERE*/
.dropmenudiv a:hover
{
    background-image:url(../images/dropdownItemOn.jpg);
    background-repeat:repeat-x;
    color:#ffffff;
}

.chromestyle .tabLeft
{
    background-image:url(../images/darkBlueTabLeft.jpg);
    background-repeat:no-repeat;
    background-position:top left;
    height:33px;
    width:4px;
    display:inline-block;
}
/* firefox <= 2 */
.chromestyle .tabLeft, x:-moz-any-link
{
    display:-moz-inline-box;
}
/* firefox >= 3 */
.chromestyle .tabLeft, x:-moz-any-link, x:default
{
    display:inline-block;
}

.chromestyle .tabTile
{
    background-image:url(../images/darkBlueTabTile.jpg);
    background-repeat:repeat-x;
    vertical-align:top;
    padding-top:5px;
    display:inline-block;
}
/* firefox <= 2 */
.chromestyle .tabTile, x:-moz-any-link
{
    display:-moz-inline-box;
}
/* firefox >= 3 */
.chromestyle .tabTile, x:-moz-any-link, x:default
{
    display:inline-block;
}

.chromestyle .tabRight
{
    background-image:url(../images/darkBlueTabRight.jpg);
    background-repeat:no-repeat;
    background-position:top left;
    height:33px;
    width:4px;
    display:inline-block;
}
/* firefox <= 2 */
.chromestyle .tabRight, x:-moz-any-link
{
    display:-moz-inline-box;
}
/* firefox >= 3 */
.chromestyle .tabRight, x:-moz-any-link, x:default
{
    display:inline-block;
}

.chromestyle ul li a:hover .tabLeft
{
    background-image:url(../images/lightGreyTabLeft.jpg) !important;
    background-repeat:no-repeat !important;
    color:#3171b7 !important;
}

.chromestyle ul li a:hover .tabTile
{
    background-image:url(../images/lightGreyTabTile.jpg) !important;
    background-repeat:repeat-x !important;
    color:#3171b7 !important;
}

.chromestyle ul li a:hover .tabRight
{
    background-image:url(../images/lightGreyTabRight.jpg) !important;
    color:#3171b7 !important;
    background-repeat:no-repeat !important;
}

.chromestyle ul li a#tab_home .tabLeft
{
    background-image:url(../images/lightBlueTabLeftOff.jpg);
    background-repeat:no-repeat;
    color:#ffffff;
}

.chromestyle ul li a#tab_home .tabTile
{
    background-image:url(../images/lightBlueTabTileOff.jpg);
    background-repeat:repeat-x;
    color:#ffffff;
}

.chromestyle ul li a#tab_home .tabRight
{
    background-image:url(../images/lightBlueTabRightOff.jpg);
    color:#ffffff;
    background-repeat:no-repeat;
}

.chromestyle ul li a#tab_prescriptions .tabLeft
{
    background-image:url(../images/purpleTabLeftOff.jpg);
    background-repeat:no-repeat;
    color:#ffffff;
}

.chromestyle ul li a#tab_prescriptions .tabTile
{
    background-image:url(../images/purpleTabTileOff.jpg);
    background-repeat:repeat-x;
    color:#ffffff;
}

.chromestyle ul li a#tab_prescriptions .tabRight
{
    background-image:url(../images/purpleTabRightOff.jpg);
    color:#ffffff;
    background-repeat:no-repeat;
}

.chromestyle ul li a#tab_photoprocessing .tabLeft
{
    background-image:url(../images/orangeTabLeftOff.jpg);
    background-repeat:no-repeat;
    color:#ffffff;
}

.chromestyle ul li a#tab_photoprocessing .tabTile
{
    background-image:url(../images/orangeTabTileOff.jpg);
    background-repeat:repeat-x;
    color:#ffffff;
}

.chromestyle ul li a#tab_photoprocessing .tabRight
{
    background-image:url(../images/orangeTabRightOff.jpg);
    color:#ffffff;
    background-repeat:no-repeat;
}

.chromestyle ul li a#tab_natural .tabLeft
{
    background-image:url(../images/greenTabLeftOff.jpg);
    background-repeat:no-repeat;
    color:#ffffff;
}

.chromestyle ul li a#tab_natural .tabTile
{
    background-image:url(../images/greenTabTileOff.jpg);
    background-repeat:repeat-x;
    color:#ffffff;
}

.chromestyle ul li a#tab_natural .tabRight
{
    background-image:url(../images/greenTabRightOff.jpg);
    color:#ffffff;
    background-repeat:no-repeat;
}