.hsecondmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.hsecondmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.hsecondmenu ul li a{
border-top:1px solid #7eb9d0;
border-left:1px solid #7eb9d0;
border-bottom:1px solid #7eb9d0;
border-right:1px solid #5ca6c4;
border-left-width: 0;
border-right-width: 1px;
 -webkit-border-top-left-radius: 15px;
 -moz-border-top-left-radius:15px;
 border-top-left-radius: 15px;
 -webkit-border-top-right-radius: 15px;
 -moz-border-top-right-radius:15px;
 border-top-right-radius: 15px;
 font-size:12px;
 font-family:arial, helvetica, sans-serif;
 padding: 2px 10px 2px 10px;
 text-decoration:none;
 display:inline-block;
 text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
 font-weight:bold;
 color: #FFFFFF;
 background-color: #a7cfdf;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#a7cfdf), to(#23538a));
 background-image: -webkit-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -moz-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -ms-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -o-linear-gradient(top, #a7cfdf, #23538a);
 background-image: linear-gradient(to bottom, #a7cfdf, #23538a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a7cfdf, endColorstr=#23538a);
}

	
.hsecondmenu ul li a:hover{
 border:1px solid #5ca6c4;
  border-top:1px solid #596a72;
  border-right:1px solid #596a72; 
 border-left-width: 0;
 border-right-width: 1px;
 background-color: #82bbd1;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#82bbd1), to(#193b61));
 background-image: -webkit-linear-gradient(top, #82bbd1, #193b61);
 background-image: -moz-linear-gradient(top, #82bbd1, #193b61);
 background-image: -ms-linear-gradient(top, #82bbd1, #193b61);
 background-image: -o-linear-gradient(top, #82bbd1, #193b61);
 background-image: linear-gradient(to bottom, #82bbd1, #193b61);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#82bbd1, endColorstr=#193b61);
}


.hsecondmenu .noPointer{
cursor:default;
color:#4c4c4c;
}

.hsecondmenu .currTab{
  cursor:default;
  border-bottom:1px solid #596a72;
  border-top:1px solid #596a72;
  border-right:1px solid #596a72;
	/*border:1px solid #a8c1d5;*/
	color: #FFF;
    background-color: #CEDCE7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#CEDCE7), to(#596a72));
 background-image: -webkit-linear-gradient(top, #CEDCE7, #596a72);
 background-image: -moz-linear-gradient(top, #CEDCE7, #596a72);
 background-image: -ms-linear-gradient(top, #CEDCE7, #596a72);
 background-image: -o-linear-gradient(top, #CEDCE7, #596a72);
 background-image: linear-gradient(to bottom, #CEDCE7, #596a72);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#CEDCE7, endColorstr=#596a72);  
}

