@charset "UTF-8";
/* CSS Document */

.basictab {
font: 12px Arial, Verdana, Arial, Helvetica, sans-serif;
text-align: center; /*set to left, center, or right to align the menu as desired*/
background: white url('/wp-content/themes/ipay1.0/images/blockdefault1.gif') center center repeat-x;
list-style-type: none;
height: 42px;
text-align: center;
margin-bottom: 0;
}

.basictab ul{
/*display: inline;*/
margin: 0px 0px 0px 35px;
padding:0px;
list-style-type:none
}

.basictab li{
/*display: inline;*/
float:left;
margin: 0px;
border-right: 1px solid #c5c3c3
}

.basictab li a{
font: 12px Arial, Verdana, Arial, Helvetica, sans-serif;
padding: 13px 6px 14px 6px;
text-decoration: none;
border-bottom: none;
list-style-type: none;
color: #434343;
}


/*.basictab li a:visited{
color: black;
list-style-type: none;
}*/

.basictab li a:hover{
background: url('/wp-content/themes/ipay1.0/images/blockactive1.gif') center center repeat-x;
list-style-type: none;
color: #fff;
}

.basictab li a:active{
margin: 0;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
margin: 0;
background: white url('/wp-content/themes/ipay1.0/images/blockactive1.gif') center center repeat-x;
list-style-type: none;
color: #fff;
}

.submenustyle{
clear: left;
width: 866px;
margin: 0 10px 0 10px;
border-top-width: 1px;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
background-color:#21314d;
padding: 0 0 3px 10px;
}

*html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
font: 11px Arial, Verdana, Arial, Helvetica, sans-serif;
color: #fff;
text-decoration: none;
padding: 0 30px 0 0;
}

.submenustyle ul{
margin:0;
padding:0;
}

.submenustyle li{
display: inline;
margin:0;
padding:0;
}

.submenustyle a:hover{
text-decoration: underline;
}

.submenustyle li.selected1 a{ /*selected submenu effect*/
font-weight: bold;
list-style-image:none;
background:url('/wp-content/themes/ipay1.0/images/arrow_nav.gif') left no-repeat;
margin:0;
padding:0 30px 0 10px
}