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

#navigation {
	height:100px;
	padding:0;
	margin:0;
	position:relative;
	}

.lavaLamp {
position: relative;
height: 64px;
}

.lavaLamp ul {
	padding: 0;
	margin: 0;
}

/* Forces the list to flow horizontally */
.lavaLamp li {
float:left;
list-style: none;
}

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

.lavaLamp li.back {
background: url("../images/lava.gif") no-repeat 50% 0;
height: 64px;
position: relative;
}

.lavaLamp li.back .left {
background: url("../images/lava.gif") no-repeat 50% 0;
height: 64px;
}

.lavaLamp li a {
   text-decoration: none;
   z-index: 10;  
   float: left;
   height: 64px;
   padding:0;
   margin:0;
   top:15px;
   position: relative;
   background:no-repeat 10px 0;
   display:block;  
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:22px;
   text-align:center;
   }
   
.lavaLamp li a.home{
width:100px;
left:550px;
}
.lavaLamp li a.about{
width:100px;
left:565px;
}
.lavaLamp li a.portfolio{
width:100px;
left:580px;
}
.lavaLamp li a.services{
width:100px;
left:608px;
}
.lavaLamp li a.blog{
width:100px;
left:604px;
}
