
body
{
	margin-top:0;
	margin-left:0;
}
.chromestyle{
width: 99%;

}
.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 lavender;
padding-left:2px;
width: auto;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
 display: inline;
 text-align:left;
 margin-left:1px;
}

.chromestyle ul li a{

padding-right:3px;
text-decoration: none;
text-align:left;
margin-bottom:4px;
}


.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;

z-index:100;
background-color: white;
width: auto;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
text-decoration: none;
font-weight: bold;

}

.dropmenudiv li
{
 line-height:20px;

 
}


