/***********************************************
* Chrome CSS Drop Down Menu- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

.chromestyle{
width: 99.9%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #d60707;
width: 100%;
word-spacing: 0px;
letter-spacing: 1px;
background: url(a.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 6px 0;
margin: 0;
font-size: 1.0em;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{	
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 6px 7px;
margin: 0;
margin-left: -4px;
text-decoration: none;
border-right: 1px dotted #d60707;
}

.chromestyle ul li a:hover{
background: url(aa.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: 0;
border: 1px solid #d60707; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:24px;
z-index:100;
/*background-color:  #fad39b; /* white */
width: 150px;
visibility: hidden;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#a09b9b,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #d60707; /*THEME CHANGE HERE*/
background: url(a.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}
.dropmenudiv a:hover {
/* background: url(aaa.gif) center center repeat-x; /*THEME CHANGE HERE*/
background-color: white;
}

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