@charset "utf-8";
#mod_dijic_topmenu_container {
	position:absolute;
	width:680px;
	height:54px;
	background: url(../img/bg_new.png) no-repeat 0 0;
	z-index:10;
}
/*Lavalamp css*/
.lavaLampWithImage {
	position: relative;
    height: 39px;
    width: 680px;
    /*background: #ff0000;*/
    padding: 15px 15px 0;
    margin: 0px 140px;
    overflow: hidden;
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
}
.lavaLampWithImage li.back {
	background: url(../img/lava_new.png) no-repeat right -54px;
	width: 9px; 
	height: 54px;
    top:0px;
	z-index: 8;
    position: absolute;
}
.lavaLampWithImage li.back .left {
	background: url(../img/lava_new.png) no-repeat top left;
	height: 54px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {
	font: bold 16px Calibri, Arial;
	text-decoration: none;
	color: #000;
	outline: none;
    text-align: center;
    top: 7px;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 0px;
	padding: 0 10px;    
}
.lavaLampWithImage li a.special {
	height: 50px;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
}
