﻿body { font-family:arial; font-size:16px; background-color:#dae3ec ; margin:0px; line-height:20px;
}
h1{font-size:18px}
h2{font-size:16px}
.footerlinks
{
    font-size:11px;
    background:url('../images/bk_bm.jpg') repeat-x top;
    padding:10px 0 10px 0;
    height:100px;
}
.footerlinks a{text-decoration:none;}
.footerlinks a:hover{text-decoration:underline;}
a{color:#333;}
a:hover{text-decoration:underline;}
/* NAVIGATION BUTTONS */
			.menu {
						/*height: 44px;
						width: 760px;*/
						background-color:#fff;
			}
			.cssnav	{
						position: relative;
						/*float: left;*/
						margin: 0; 
						padding-top: 0px;
						font-family: arial, helvetica, sans-serif;
						background: url('../images/but_bko.jpg') no-repeat;
						width: 95px;
						height: 40px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						font-size: 12px;
						width: 95px;
						height: 40px;
						display: block;
						/*float: left;*/
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #fff;
						text-decoration: none;
						
			}
			.cssnav img {width: 95px; height: 40px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 3px;top: 15px;
					    text-align: center;
					    width: 95px;
					    cursor: pointer;   
						color: #333;
			}
			/* END OF NAVIGATION */