﻿.chromestyle{
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #ADED7C;
	text-decoration: none; /*THEME CHANGE HERE*/
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}

.chromestyle ul li a:hover{
}

.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 #FFFFFF; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	text-align: left;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	border: 1px solid #ADED7C;
	text-decoration: none;
	font-weight: bold;
	color: #0B942C;
	padding: 3px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EAFADC;
}
