
	/*  NAVIGATION BUTTONS */
.menu {
						height: 30px;
						width: 450px;
			}
.cssnav	{
						position:relative;
						float: left;
						margin: 0;
						padding: 0;
						font-family: verdana, helvetica, sans-serif;
						background: url(/images/down.jpg) no-repeat;
						width: 112px;
						height: 30px;
	                    overflow:hidden;/* for ie to hide extra height*/
			}
.cssnav a {
						display: block;
						color: #000000;
						font-size: 12px;
						width: 112px;
						height: 30px;
						display: block;
						float: left;
						color: white;
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
.cssnav a:hover {
						color: #ffffff;
			}


.cssnav img {width: 112px; height: 30px; border: 0; }

			* html a:hover {visibility:visible}

.cssnav a:hover img{visibility:hidden}

.cssnav span {
					    position: absolute;
					    left: 2px; top: 3px;
					    text-align: center;
					    width: 112px;
					    cursor: pointer;
					    font-size: larger;

			}
			/* END OF ENROLL NAVIGATION */