#nav,#nav{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    /*font-family: "Lucida Sans Unicode",Verdana,Arial,sans-serif;*/
    font-size: 16px;
    height: 50px;
    list-style: none outside none;
    margin:0px auto;
    text-shadow: 0 -1px 3px #202020;
    width: 900px;

    /* border radius
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; */

    /* box shadow 
    -moz-box-shadow: 0px 3px 3px #cecece;
    -webkit-box-shadow: 0px 3px 3px #cecece;
    box-shadow: 0 3px 4px #8b8b8b;*/

    /* gradient 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(0.5, #5E5E5E), color-stop(0.51, #707070), color-stop(1, #838383));
    background-image: -moz-linear-gradient(center bottom, #787878 0%, #5E5E5E 50%, #707070 51%, #838383 100%);
    background-color: #5f5f5f;*/
}
#nav > li {
    /*border-bottom: 1px solid #575757;
    border-left: 1px solid #929292;
    border-right: 1px solid #5d5d5d;
    border-top: 1px solid #797979;*/
    display: block;
    float: left;
    height: 35px;
    position: relative;
    
}
#nav > li:first-child {
    border-left: 0 none;
    margin-left: 5px;
}


#nav > li > a {
    color: #FFFFFF;
    display: block;
    line-height: 50px;
	padding:0px 15px;
    outline: medium none;
    text-align: center;
    text-decoration: none;

    /* gradient 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(0.5, #5E5E5E), color-stop(0.51, #707070), color-stop(1, #838383));
    background-image: -moz-linear-gradient(center bottom, #787878 0%, #5E5E5E 50%, #707070 51%, #838383 100%);
    background-color: #5f5f5f;*/
}
#nav .sub-menu{position:absolute;z-index:999999999;background:#bc1212;width:350px;padding-top:20px;display:none;padding-bottom:20px;}
#nav .sub-menu .sub-links{float:left;margin-right:20px;max-width:150px;}
#nav .sub-menu .sub-links ul{list-style:none;margin:0px 0px 0px 10px;padding:0px;}
#nav .sub-menu .sub-links ul li a{color:#fff;font-size:14px;text-decoration:none;display:block;padding:5px 10px;}
#nav .sub-menu .menu-img{float:left;}
.clr{clear:both;}
/* keyframes #animation */
@-webkit-keyframes animation {
    0% {
        -webkit-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1.1);
    }
}
@-moz-keyframes animation {
    0% {
        -moz-transform: scale(1);
    }
    30% {
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1.1);
    }
}
#nav li > a:hover {background: url(../../images/menu-h.jpg) center;
    /* CSS3 animation 
    -webkit-animation-name: animation;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: animation;
    -moz-animation-duration: 0.3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;*/
}
