ul#nav {
    display: block;
    margin: 0;
    padding: 15px;
    width: 280px;

    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
	
	background-color: #079ea5;
}

@-moz-keyframes custom_effect {
    0% {
        background:rgba(13, 210, 219, 0.8);
        height: 60px;
    }
    33% {
        background:rgba(13, 210, 219, 0.8);
        height: 170px;
    }
    66% {
        background:rgba(13, 210, 219, 1.0);
    }
    100% {
        background:rgba(13, 210, 219, 0.8);
        height: 170px;
    }
}
@-webkit-keyframes custom_effect {
    0% {
        background:rgba(13, 210, 219, 0.8);
        height: 60px;
    }
    33% {
        background:rgba(13, 210, 219, 0.8);
        height: 170px;
    }
    66% {
        background:rgba(13, 210, 219, 1.0);
    }
    100% {
        background:rgba(13, 210, 219, 0.8);
        height: 170px;
    }
}


.display {
        background:rgba(13, 210, 219, 0.8) !important;
        height: 170px !important;
    }


.display a {
    margin-top: 0px !important;

}

.display:hover {
    -moz-animation-name: none !important;
    -webkit-animation-name: none !important;
}

@-moz-keyframes custom_effect_sin {
    0% {
        background:rgba(255, 255, 255, 0.0);
        height: 30px;
    }
    33% {
        background:rgba(13, 210, 219, 0.0);
        height: 30px;
    }
    66% {
        background:rgba(13, 210, 219, 1.0);
    }
    100% {
        background:rgba(13, 210, 219, 0.8);
        height: 30px;
    }
}
@-webkit-keyframes custom_effect_sin {
    0% {
        background:rgba(255, 255, 255, 0.0);
        height: 30px;
    }
    33% {
        background:rgba(13, 210, 219, 0.0);
        height: 30px;
    }
    66% {
        background:rgba(13, 210, 219, 1.0);
    }
    100% {
        background:rgba(13, 210, 219, 0.8);
        height: 30px;
    }
}

ul#nav li {
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -webkit-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;

    background-color: #08858b;
    display: block;
    height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}
ul#nav li:hover {
    -moz-animation-name: custom_effect;
    -moz-animation-duration: 0.4s;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;

    -webkit-animation-name: custom_effect;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    background:rgba(190, 220, 255, 0.8);
    height: 100px;
}



ul#nav li.sin {
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -webkit-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;

    background-color: #08858b;
    display: block;
    height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}
ul#nav li.sin:hover {
    -moz-animation-name: custom_effect_sin;
    -moz-animation-duration: 0.4s;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;

    -webkit-animation-name: custom_effect_sin;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    background:rgba(190, 220, 255, 0.8);
    height: 100px;
}

.tab {
	padding-left: 40px !important;
	height: 25px !important;
	line-height: 25px !important;
	}
.tab:hover {
	background-color: #079ea5;
	}


.tab_selec {
	padding-left: 40px !important;
	height: 25px !important;
	line-height: 25px !important;
	background-color: #03b1b8;
	}
ul#nav a {
    border-style: none;
    border-width: 0;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 100px;
    padding-left: 18px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
	width: 250px;

}
ul#nav a:hover {
	
}
ul#nav li a:first-child {
    display: block;
    float: none;
    margin-top: 0;
}
ul#nav li:hover a:first-child {
}
ul#nav li:hover a {
    margin-top: 0;
}