﻿/*
a:hover
{color:#900;text-decoration:none;} */

.chromestyle{
width: 99%;
         font-weight: bold;   /*for test middle */

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-top: 1px solid #333333;

width: 755px;
background: #cccccc; /*THEME CHANGE HERE*/
padding: 0px 0; /*shirina*/
margin: 0;
text-align: left ; /*set value to "left", "center", or "right"*/
}*



.chromestyle ul li{
display: inline;
 }

.chromestyle ul li a{
color: #242424;  /*font color*/
padding: 1px 10px;  /*shira diveders and ,oves itesm*/
margin: 1;
text-decoration: none;
border-left: 1px solid Black; /*deviders*/
font: normal 12px Arial; 
 }


.chromestyle 
a:hover
{color:#900;text-decoration:none;} 
 



.dropmenudiv
a:hover
{color:#900;text-decoration:none;}  
 
 
.chromestyle ul li a:hover{
background: url(NOchromgebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/

}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
} 


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
    position:absolute;
    top: 46px;
    border: 1px solid #BBB; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font: normal 12px Arial;
    line-height: 16px;
    z-index:100;
    background-color: #cccccc;
    width: 148px;
    visibility: hidden;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
    left: 153px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EFEFEF;
}

.dropmenudiv1 {
font: normal bold 15px Arial;}

