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

.chromestyle ul{
border: 0px;
width: 100%;
padding: 0;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding: 0;
margin: 0;
text-decoration: none;
border-right: 0px ;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/


}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:0;
margin-top:5px;
border: 0px;
border-bottom-width: 0;
line-height:22px;
z-index:100;
background-image:url('../images/bg.png');
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 0px;
padding: 0;
text-decoration: none;
}

.dropmenudiv a:hover{
width: auto;
display: block;
text-indent: 10px;
border-top: 0px;
border-bottom: 0px;
padding: 0;
text-decoration: none;
}



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