			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(../images/but1.gif) no-repeat;
						width: 91px;
						height: 32px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}

			.cssnav a {
						display: block;
						font-size: 12px;
						width: 91px;
						height: 32px;
						display: block;
						float: left;
						font-weight: bold;
	                    color: #000000;
						text-decoration: none;
						line-height: 12px;
						
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #990000;
			}
			

			.cssnav img {width: 91px; height: 40px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 6px;top: 14px;
					    text-align: center;
					    width: 80px;
					    cursor: pointer;   
					     
			}
			

/* for 2 line placement *************************************/


			.cssnav2	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(../images/but1.gif) no-repeat;
						width: 91px;
						height: 32px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}

			.cssnav2 a {
						display: block;
						font-size: 12px;
						width: 91px;
						height: 32px;
						display: block;
						float: left;
						font-weight: bold;
	                    color: #000000;
						text-decoration: none;
						line-height: 12px;
						
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav2 a:hover {
						color: #990000;
			}
			

			.cssnav2 img {width: 91px; height: 40px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav2 a:hover img{visibility:hidden}

			.cssnav2 span {
					    position: absolute;
					    left: 5px;top: 7px;
					    text-align: center;
					    width: 80px;
					    cursor: pointer;   
					     
			}
