#nav,#nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    font-family: "Lucida Sans Unicode",Verdana,Arial,sans-serif;
    font-size: 13px;
    height: 40px;
  	margin:0px auto;
    text-shadow: 0 -1px 3px 0;
    width:1345px;
	background-image:url(../images/45.jpg);

    /* border radius */
    

    /* 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 {
	
	
    display: block;
    float: left;
    height: 34px;
    width:92px;
	font-size:12px;
}
#nav > li:first-child {

    border-left: 0 none;
    margin-left: 0px;
}
#nav ul {
	
    left: -9999px;
    position: absolute;
    top: -9999px;
    z-index: 2;
}
#nav ul li {
	

	border-bottom-style:ridge;
	border-bottom-color:#CCC;

    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    width: 90%;
}
#nav li a {
    color: #FFFFFF;
    display: block;
    line-height: 37px;
    outline: medium none;
    text-align: center;
    text-decoration: none;

    /* gradient */
    
}

/* 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-color:#900;
	
	

    /* 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;
}
#nav li:hover ul {
	
		background-image:url(../images/45.jpg);
		
	margin-top:0px;
    left: 0;
    top: 34px;
    width: 147px;
}