#chromemenu									{ font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
															letter-spacing: .1em; 
															font-size: 14px; 
															position: relative; top: 20px; 
															color: #8bbf1c; }

.chromestyle								{ width: 99%;
															font-weight: bold; }

.chromestyle:after					{ content: "."; 																													/*Add margin between menu and rest of content in Firefox*/
															display: block; 
															height: 0; 
															clear: both; 
															visibility: hidden; }

.chromestyle ul							{ border: none;
															width: 620px;
															background: none; 																											/*THEME CHANGE HERE*/
															padding: 4px 0;
															margin: 0;
															text-align: center; }																										/*set value to "left", "center", or "right"*/ 

.chromestyle ul li					{ display: inline; }

.chromestyle ul li a				{ color: #8bbf1c;
															padding: 4px 7px;
															margin: 0;
															text-decoration: none; }

.chromestyle ul li a:hover	{ background: none;																												/*THEME CHANGE HERE*/
															color:  #4814a0; }
.chromestyle ul li a:active	{ background: none;																												/*THEME CHANGE HERE*/
															color:  #4814a0; }
.chromestyle ul li a:visited{ background: none;																												/*THEME CHANGE HERE*/
															color:  #8bbf1c; }

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv								{ position: absolute;
															top: 0;
															border: none; 																													/*THEME CHANGE HERE*/
															line-height: 30px;
															z-index: 1000;
															font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
															font-size: 11px;
															color: #fff;
															letter-spacing: .05em; 
															background: url(../images/mn-drop-up.jpg) left top no-repeat #8bbf1c; 
															width: 200px;
															visibility: hidden;
															filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/ }


.dropmenudiv a							{ width: auto;
															display: block;
															border-bottom: 1px solid #b5b5b5; 																			/*THEME CHANGE HERE*/
															background: url(../images/mn-drop-up.jpg) left top no-repeat #8bbf1c;
															padding: 2px 2px 2px 5px;
															text-decoration: none;
															font-weight: bold;
															color: #fff; }

* html .dropmenudiv a				{ /*IE only hack*/
															width: 100%;
															color: #fff; }

.dropmenudiv a:hover				{ background: url(../images/mn-drop-over.jpg) left top no-repeat #8bbf1c; /*THEME CHANGE HERE*/
															color: #4814a0; }
.dropmenudiv a:active 			{ background-color: #4814a0; }
.dropmenudiv a:visited			{ background-color: #fff; }