
* {
margin:0;
padding:0;
border:0;
}
#nav,#nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    background: url('menu_bg.png') no-repeat scroll 0 0 transparent;
    clear: both;
    font-size: 12px;
    height: 47px;
    padding: 0 0 0 0px;
    position: relative;
    width: 547px;
}
    .hsubs1 {
        left: -12px;
    }
    .hsubs2 {
        left: 7px;
    }
    .hsubs3 {
        left: 26px;
    }
#nav ul {
    background-color: #222;
    border:1px solid #222;
    border-radius: 0 5px 5px 5px;
    border-width: 0 1px 1px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    left: -9999px;
    overflow: hidden;
    position: absolute;
    top: -9999px;
    z-index: 2;
}
#nav li a {
    color: #FFFFFF;
	
    display: block;
    float: left;
    font-weight: normal;
    height: 40px;
    padding: 15px 0px 1px 40px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
}
#nav   li:hover a 
{
    color: #cccccc;
}
#nav li:hover, #nav a:focus, #nav a:hover, #nav a:active {    
    outline: 0 none;
}
#nav li:hover ul.subs {
    left: 0;
    top: 53px;
    width: 180px;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
#nav ul li {
    background: none;
    width: 100%;
}
#nav ul li a {
    float: none;
}
#nav ul li:hover > a {
    background-color: #121212;
    color: #00B4FF;}	
.hsubs {width:95px;}	
.redv:nth-child(4){
    color: #FF0000;
}
#nav li a#redv{color:#ff0033;
 }
#lavalamp {
    background: url('lavalamp.png') no-repeat scroll 0 0 transparent;
    height: 16px;
    left: 61px;
    position: absolute;
    top: -1px;
    width: 54px;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
#lavalamp:hover {
    -moz-transition-duration: 3000s;
    -ms-transition-duration: 3000s;
    -o-transition-duration: 3000s;
    -webkit-transition-duration: 3000s;
    transition-duration: 3000s;
}
#nav li:nth-child(1):hover ~ #lavalamp { 
 left:63 px;   
}
#nav li:nth-child(2):hover ~ #lavalamp {
   left:195px;
}
#nav li:nth-child(3):hover ~ #lavalamp {
    left: 330px;
}
#nav li:nth-child(4):hover ~ #lavalamp {
    left:470px;
}

