
/*
.chromestyle a:hover {    
    background:url("../../images/left.png") no-repeat left top;
    }*/
/* ######### Style for Drop Down Menu ######### */


/*.chromestyle {
    float:left;
    width:100%;
    font:bold 12px Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    line-height:normal;
    overflow:hidden;
    }

.chromestyle ul {
    margin:0;
    padding:3px 0px 0 5px;
    list-style:none;
    
    }

.chromestyle li {
    display:inline;
    margin:0;
    padding:0;
    }

.chromestyle a {
    float:left;
    margin:0;
    padding:0 0 0 2px;
    text-decoration:none;
    }

.chromestyle a span {
    float:left;
    display:block;    
    padding:3px 12px 4px 12px;
    margin-right:2px;
    color:#ffffff;
    }


.chromestyle a span {float:none;}


.chromestyle a:hover span {
background:url(../../img/right.png) no-repeat right top;
    }

.chromestyle a:hover {    
    background:url(../../img/left.png) no-repeat left top;
    }
*/
.chromestyle  #current span{
background:url(../../img/right.png) no-repeat right top;
    }

.chromestyle #current  {    
    background:url(../../img/left.png) no-repeat left top;
    }

.dropmenudiv{
position:absolute;
top: 0px;

border-bottom-width: 0;
font:normal 12px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
/*background-color: white;*/
background-color:#000000;
width: 130px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;

padding: 2px 5px;
text-decoration: none;
font-weight: bold;
/*color: black;*/
color:#ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #2d5672;*/
background:url(../../img/apple/appNavBGOver.gif) repeat-x; 
color:#FFFFFF;
}