﻿/*Small reset*/
body, ul, ol,li,p{
	margin:0;
	padding:0;
}

body{
	font-size:10px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	letter-spacing:2px;
	background:#000000;
	
	}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #891000;
}
a:active {
	text-decoration: none;
	color: #891000;
}
	
	
#head{
	position:relative;
	height:30px;
	}

	
#menu{
	position:absolute;
	height:00px;
	top:0;
	right:0;
	width:1060px;
	z-index:70;
	}



/*Main Menu*/
.lavaLamp {
    position: absolute;
    height: 29px; 
    padding: 0px; 
	margin: 0px 0 0 0;
}

.lavaLamp li {
	float: left;
	list-style: none;
}

.lavaLamp li.back {
	background: url(../images/lava.png) no-repeat right -30px !important;
	background: url(../images/lava-ie.png) no-repeat right -30px;
	width: 9px; 
	height: 30px;
	z-index: 8;
	position: absolute;
}

.lavaLamp li.back .left {
	background: url(../images/lava.png) no-repeat top left !important;
	background: url(../images/lava-ie.png) no-repeat top left;
	height: 30px;
	margin-right: 9px;
}

.lavaLamp li a {
	position: relative; 
	overflow: hidden;
	text-decoration: none;
	color: #fff; 
	outline: none;
	text-align: center;
	height: 30px; 
	top: 4px;
	z-index: 10; 
		font-size:12px;
font-family: Verdana, Arial;
	letter-spacing: 0;
	float: left; 
	display: block;
	padding:0 11px;
}



