@charset "utf-8";
#Hr-5 {
list-style:none;
margin:0;
padding:0;
float:left;
}
#Hr-5 li {
float:left;
margin-right:10px;;
padding:0px;
}

#Hr-5 li a {
display:inline;
float:left;
width:auto;
height:auto;
overflow:hidden;
margin:0;
padding:7px 12px;
text-decoration:none;
/*text-transform:capitalize;*/
text-align:center;
font-weight:bold;
font-size:15px;
font-style:normal;
color:#eaeae6;
border-right:1px dotted #060606;
background:#00CDCD;
background:-webkit-gradient(linear,left top,left bottom,color-stop(#191312,0),color-stop(#615553,0.4),color-stop(#8a8584,0.8),color-stop(#191312,1));
background:-webkit-linear-gradient(top,#191312 0%,#615553 40%,#8a8584 80%,#191312 100%);
background:   -moz-linear-gradient(top,#191312 0%,#615553 40%,#8a8584 80%,#191312 100%);
background:     -o-linear-gradient(top,#191312 0%,#615553 40%,#8a8584 80%,#191312 100%);
background:        linear-gradient(top,#191312 0%,#615553 40%,#8a8584 80%,#191312 100%);

-moz-transition:0.5s ease-out;
-webkit-transition:0.5s ease-out;
transition:0.5s ease-out;
}


#Hr-5 li a:hover,#Hr-5 li a:active {
background-color:#00cdcd;
background:-webkit-gradient(linear,left top,left bottom,color-stop(#3047DB,0),color-stop(#3088DB,0.4),color-stop(#48AAE7,0.8),color-stop(#48BAE7,1));
background:-webkit-linear-gradient(top,#3047DB 0%,#3088DB 40%,#48AAE7 80%,#48BAE7 100%);
background:   -moz-linear-gradient(top,#3047DB 0%,#3088DB 40%,#48AAE7 80%,#48BAE7 100%);
background:     -o-linear-gradient(top,#3047DB 0%,#3088DB 40%,#48AAE7 80%,#48BAE7 100%);
background:        linear-gradient(top,#3047DB 0%,#3088DB 40%,#48AAE7 80%,#48BAE7 100%);
color:#97410F;
-moz-transition:0.5s ease-in;
-webkit-transition:0.5s ease-in;
transition:0.5s ease-in;
border-right:1px solid transparent;
}

