﻿body {
	background-image: url('../_images/nawibo_example_background_01.png');
	background-repeat: repeat-x;
	background-color: #ffff00;
	color: black;
}

a {
	color: #ffff00;
}

div.content {
	border: Inset 3px Red;
	padding: 10px 10px 10px 10px;
	background-color: Black;
	color: White;
}

			/* NAVIGATION BUTTONS */
			.menu {
						height: 50px;
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0;
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url('../_images/menu_back_hover.png');
						background-repeat: no-repeat;
						width: 125px;
						height: 25px;
	                    overflow:hidden;/* for ie to hide extra height*/
			}
			.spacer	{
						position:relative;
						float: left;
						margin: 0;
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						width: 15px;
						height: 25px;
	                    overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a {
						display: block;
						color: Black;
						font-weight: Bold;
						font-size: 12px;
						width: 125px;
						height: 25px;
						display: block;
						float: left;
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: Black;
			}


			.cssnav img {	width: 125px; height: 25px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left:0px;
					    top:5px;
					    text-align: center;
					    width: 125px;
					    cursor: pointer;

			}
			/* END OF NAVIGATION */

