/* Basic Tag Elements */
 
a {
	text-decoration: none;
font: 0.8em verdana, arial, tahoma, sans-serif;
	outline: none;
	color: #205B87;
	}
	
	a:hover {
		text-decoration: none;
		}
	
#navigation {

    display: block;
    float: left;
clear: both;
	width: 100%;
    background: url(../images/menu-blue-bg.jpg) repeat-x left top;
	position: relative;
	z-index: 1000;
	}
	

