.chromestyle{
	
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	clear: right;
	padding-top:20px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.chromestyle ul{
	
	text-align: center;
	text-decoration: none;

	/*background-image: url(navbg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	border: 0px none #BBB;*/

	margin: 0;
	padding: 0px;
/*  background-color: #bfd9b2; */
}

.chromestyle ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
/*  background-color: #bfd9b2;*/
}

.chromestyle ul li a{
	color: #ffffff;/* This color if for font color in menu heading */
	text-decoration: none;
/*  background-color: #bfd9b2;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

.chromestyle ul li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding: 0px;
	text-decoration: none;
	}

.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; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	line-height:18px;
	z-index:100;
	width: 96px;
	visibility: hidden;
	font-style: normal;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	margin-top:7px;
	height:150px;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-align:center;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
  background: #ebe8dd;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: #ebe8dd;
	border-bottom: 1px solid #ccc;
	text-decoration: underline;
}
