body{
	background-color:#2A2C2B;
}
/*settings for whole menu*/
#nav {
   background:none;
   margin:0px;
   padding:0px 0px 0px 0px;
   color:#fff; 
   margin-left:100px;
   margin-top:10px;
   list-style-type: none;
}
#nav ul {
   list-style: none; 
   width:0px;
}
/*settings for upper menu main links */
#nav a {
   display: block;
   text-decoration: none;
   font-weight:500;
   color:#fff;
   padding:6px 12px;
   font-family: 'Lucida Sans Unicode', Verdana, sans-serif;
   font-size: 12px; 
}
/*settings for upper menu main links (border on left and right side)*/
#nav li {
	
    text-transform: uppercase;
    float: left;
    list-style:none;
    color:#fff;  
    float:left;
    list-style:none;
    line-height:25px;
    position:relative;
    z-index:3;
    cursor: pointer;	
}
 /*settings for links of menu*/ 
#nav li a { 
   padding:0px 10px 0px;
   cursor:pointer;
   font-size:12px;
   display:inline;
   color:#fff;
}
/* settings for lava lamp*/
#nav li.rounder { 
    background-color:#A00A00;
    position:absolute;  
    display:none; 
    z-index:2;
    width:auto;
	height:25px;
}
