.chromestyle			
									{
									width: 99%;
									height:23px;
									font-weight: bold;
									z-index:5;
									}
		
.chromestyle:after
									{ /*Add margin between menu and rest of content in Firefox*/
									content: "."; 
									display: block; 
									height: 0; 
									clear: both; 
									visibility: hidden;
									height:23px;
									z-index:5;
									}

.chromestyle ul		
									{
									width: 100%;
									height:23px;
									padding: 0px 0;
									margin: 0 0 0 0;
									text-align: left; /*set value to "left", "center", or "right"*/
									padding-top: 0;
									padding-right: 0;
									padding-bottom: 0;
									padding-left: 4px;
									z-index:10;
									}

.chromestyle ul li
									{
									display: inline;
									height:23px;
									z-index:10;
									}

.chromestyle ul li a
									{
									padding: 4px 7px;
									margin: 0;
									text-decoration: none;
									font: normal 0.7em/1.2em Verdana, Helvetica, Georgia, sans-serif;
									color:#FFF;
									height:23px;
									margin-left:-4px;
									z-index:10;
									}

.chromestyle ul li a:hover
									{
									font: normal 0.7em/1.2em Verdana, Helvetica, Georgia, sans-serif;
									color:#FFF;
									text-decoration:underline;
									height:23px;
									z-index:10;
									}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv			
									{
									position:absolute;
									border: 1px solid #BBB; /*THEME CHANGE HERE*/
									border-bottom-width: 0;
									font: normal 0.6em/1.2em Verdana, Helvetica, Georgia, sans-serif;
									color:#FFF;
									line-height:18px;
									z-index:100;
									background-color: white;
									background-color: #F0F0F0;
									height:23px;
									width: 147px;
									visibility: hidden;
									z-index:5;
									}


.dropmenudiv a		
									{
									height:23px;
									width: 147px;
									display: block;
									text-indent: 3px;
									border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
									padding: 0px 0;
									text-decoration: none;
									font-weight: bold;
									color: black;
									z-index:10;
									background:#F0F0F0;
									background-color: #F0F0F0;
									}

* html .dropmenudiv a
									{ /*IE only hack*/
									width: 100%;
									background:#F0F0F0;
									background-color: #F0F0F0;
									z-index:10;
									}
									
.dropmenudiv a:hover
									{ /*THEME CHANGE HERE*/
									color:#FFF;
									background: #054812;
									background-color: #054812;
									text-decoration:underline;
									z-index:10;
									}
																	