/* GENERAL DEFINITIONS STARTS */
* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background: url(../images/background.jpg) repeat-x top; 
}
img {
	vertical-align:bottom;
	border: none;
}
.clear {
	clear: both;
}

h1,
h2,
h3,
h4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
/* GENERAL DEFINITIONS ENDS */

#mainconteiner{
	margin:0 auto;
	width:1500px;
	position:relative
}
#menu{
	position:absolute;
	top:139px; 
	left:282px;
	background:url(../images/menu_bg.jpg) no-repeat;
	width:938px;
	height:37px;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	list-style: none;
	padding:7px 18px 0;
	
	
	overflow: hidden;
}
#menu li{
	height:30px;
	line-height:30px;
	float: left;
	list-style: none;
}
                    .lavaLampWithImage li.back {
                        background: url(../images/lava.gif) no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background:url(../images/lava.gif) no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
						
#menu li a {
	text-decoration: none;
	color: #FFF;
	outline: none;
	z-index: 100;
	display: block;
	float: left;
	height: 30px;
	 position: relative;
	 overflow: hidden;
	 margin: auto 18px;    
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
}
