.rrc{ width:998px; height:40px; border-radius:5px; box-shadow:0 2px 3px rgba(0,0,0,0.3);
		background: rgba(73,155,234,1);
background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(7,58,112,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(7,58,112,1)));
background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(7,58,112,1) 100%);
background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(7,58,112,1) 100%);
background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(7,58,112,1) 100%);
background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(7,58,112,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#073a70', GradientType=0 );




}
.rrc ul{ margin:0; padding:0;}
.rrc ul li{ display:inline;}
.rrc ul li a{ display:inline; float:left; color:#FFF; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:1em; padding:10px 49px 10px 49px; font-weight:bold; border-right:1px solid  #999; }
.rrc ul li a:hover{ background:#036; color:#FFF; padding:10px 49px 10px 49px; }
.rrc ul li a:focus{ background:#db261b; color:#FFF; padding:10px 49px 10px 49px; }
.rrc ul li a.last{ border-right: none;}
.rrc ul li a.selected{ display:inline; padding:10px 49px 10px 49px; margin-top:0px;
background: rgba(7,58,112,1);
background: -moz-linear-gradient(top, rgba(7,58,112,1) 0%, rgba(73,155,234,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(7,58,112,1)), color-stop(100%, rgba(73,155,234,1)));
background: -webkit-linear-gradient(top, rgba(7,58,112,1) 0%, rgba(73,155,234,1) 100%);
background: -o-linear-gradient(top, rgba(7,58,112,1) 0%, rgba(73,155,234,1) 100%);
background: -ms-linear-gradient(top, rgba(7,58,112,1) 0%, rgba(73,155,234,1) 100%);
background: linear-gradient(to bottom, rgba(7,58,112,1) 0%, rgba(73,155,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#073a70', endColorstr='#499bea', GradientType=0 );

}