.chromestyle{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.chromestyle ul{
	width: 100%;
	margin: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	margin: 0;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	z-index:100;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.dropmenudiv a{
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


			  
			  
			  #menu1 {
				  height: 37px;
				  width: 142px;
				  border-top-style: none;
				  border-right-style: none;
				  border-bottom-style: none;
				  border-left-style: none;
			  }
			  #menu1 a {
				  height: 37px;
				  width: 142px;
				  border-top-style: none;
				  border-right-style: none;
				  border-bottom-style: none;
				  border-left-style: none;
				  display: block;
				  background-image: url(../images/fly_1.png);
			  }
			  #menu1 a:hover {
				  background-position: 0px -37px;
			  }
		
			  
			  
			  
			  #menu2 {
				  height: 27px;
				  width: 142px;
				  border-top-style: none;
				  border-right-style: none;
				  border-bottom-style: none;
				  border-left-style: none;
			  }
			  #menu2 a {
				  height: 27px;
				  width: 142px;
				  border-top-style: none;
				  border-right-style: none;
				  border-bottom-style: none;
				  border-left-style: none;
				  display: block;
				  background-image: url(../images/fly_2.gif);
			  }
			  
			  #menu2 a:hover {
				  background-position: 0px -27px;
			  }
			  
			  
			  
			  
			  #menu3 {
				  height: 27px;
				  width: 142px;
				  border-top-style: none;
				  border-right-style: none;
				  border-bottom-style: none;
				  border-left-style: none;
			  }
			  #menu3 a {
				  height: 27px;
				  width: 142px;
				  border-top-style: none;
				  border-right-style: none;
				  border-bottom-style: none;
				  border-left-style: none;
				  display: block;
				  background-image: url(../images/fly_3.gif);
			  }
			  
			  #menu3 a:hover {
				  background-position: 0px -27px;
			  }
			  
			  
			  #menu4 {
				  height: 28px;
				  width: 142px;
				  border-top-style: none;
				  border-right-style: none;
				  border-bottom-style: none;
				  border-left-style: none;
			  }
			  #menu4 a {
				  height: 28px;
				  width: 142px;
				  border-top-style: none;
				  border-right-style: none;
				  border-bottom-style: none;
				  border-left-style: none;
				  display: block;
				  background-image: url(../images/fly_4.gif);
			  }
			  
			  #menu4 a:hover {
				  background-position: 0px -28px;
			  }
			  
			  
			  #menu5 {
				  height: 28px;
				  width: 142px;
				  border-top-style: none;
				  border-right-style: none;
				  border-bottom-style: none;
				  border-left-style: none;
			  }
			  #menu5 a {
				  height: 28px;
				  width: 142px;
				  border-top-style: none;
				  border-right-style: none;
				  border-bottom-style: none;
				  border-left-style: none;
				  display: block;
				  background-image: url(../images/fly_5.gif);
			  }
			  
			  #menu5 a:hover {
				  background-position: 0px -28px;
			  }
			  
			  
			  #menu6 {
				  height: 39px;
				  width: 142px;
				  border-top-style: none;
				  border-right-style: none;
				  border-bottom-style: none;
				  border-left-style: none;
			  }
			  #menu6 a {
				  height: 39px;
				  width: 142px;
				  border-top-style: none;
				  border-right-style: none;
				  border-bottom-style: none;
				  border-left-style: none;
				  display: block;
				  background-image: url(../images/fly_6.png);
			  }
			  
			  #menu6 a:hover {
				  background-position: 0px -39px;
			  }
			  