@charset "utf-8";
/* CSS Document */

#navigation {
	height:100px;
	padding:0;
	margin:0;
	position:relative;
list-style: none;
	}



.mySweetMenu{
                border-top: 1px solid #ffffff;
                border-right: 1px solid #ffffff;
                border-bottom: 1px solid #ffffff;
				border-top-right-radius: 4px;
				-moz-border-radius-topright: 4px;
				border-bottom-right-radius: 4px;
				-moz-border-radius-bottomright: 4px;
				color: #0071bb;
				font-size: 24px;
				font-weight: bold;
				text-align: right;
				text-transform: uppercase;
				font-family: arial;
				text-decoration: none;
				background-color: #888888;
				opacity: 0.6;
			}
			
			.mySweetMenu span{
				display: block;
				padding-top: 10px;
			}



/* Forces the list to flow horizontally */


/* Represents background of the highlighted menu item. */


.nav {

float:left;
list-style: none;
}

.nav li a {
   text-decoration: none;
   padding:0;
   margin:0;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:22px;
   }
   


