@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:#000000;
border-right:1px dotted #060606;
background:#00CDCD;
background:-webkit-gradient(linear,left top,left bottom,color-stop(#b57926,0),color-stop(#daa930,0.4),color-stop(#f6d858,0.8),color-stop(#b57926#b57926,1));
background:-webkit-linear-gradient(top,#b57926 0%,#daa930 40%,#f6d858 80%,#b57926 100%);
background:   -moz-linear-gradient(top,#b57926 0%,#daa930 40%,#f6d858 80%,#b57926 100%);
background:     -o-linear-gradient(top,#b57926 0%,#daa930 40%,#f6d858 80%,#b57926 100%);
background:        linear-gradient(top,#b57926 0%,#daa930 40%,#f6d858 80%,#b57926 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:#FFFFFF;
-moz-transition:0.5s ease-in;
-webkit-transition:0.5s ease-in;
transition:0.5s ease-in;
border-right:1px solid transparent;
}

