.FPmenu
{


						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: Times New Roman;
						background: url('images/FPButtonOver.gif') no-repeat;
						width: 170px;
						height: 35px;
	                    overflow:hidden	
			}
			.FPmenu a {
						display: block;
						color: white;
						font-size: 16px;
						width: 170px;
						height: 35px;
						display: block;
						float: center;
						color: #999999; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.FPmenu a:hover {
						color: red;
			}
			

			.FPmenu img {width: 170px; height: 35px; border: 0px none; }
			* html a:hover {visibility:visible}
			.FPmenu a:hover img{visibility:hidden}

			.FPmenu span {
					    position: absolute;
					    left: 28px;top: 7px;
					    text-align: left;
					    width: 170px;
					    cursor: pointer;   
					     
			}
			
			
			
			
.TopMenu			
		A:link {text-decoration: none,}
		A:visited {text-decoration: none}
		A:active {text-decoration: none}
		A:hover {text-decoration: none; color: red;}
