ul#tabnav { /* general settings */

text-align: left; /* set to left, right or center */
font: bold 13px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #D04564; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 0px; /* THIRD number must change with respect to padding-top (X) below */

}

ul#tabnav li { /* do not change */
display: inline;

}

#view li.one,#edit li.two,#userlogin li.one,#register li.two,#Create_productpage li.one, #View_productpage li.two, #View_productlistpage li.two,#purchased li.one,#pending li.two,#Create_categorypage li.one, #View_categorypage li.two, #Edit_categorypage li.one,#shippingr li.three,#shippingsp li.four,#shippingpn li.five{ /* settings for selected tab */

border-bottom: 1px solid #EDEBEC; /* set border color to page background color */
background-color: #EDEBEC; /* set background color to match above border color */
}

#view li.one a, #edit li.two a,#userlogin li.one a,#register li.two a,#Create_productpage li.one a, #View_productpage li.two a, #View_productlistpage li.two a,#purchased li.one a,#pending li.two a,#Create_categorypage li.one a, #View_categorypage li.two a, #Edit_categorypage li.one a,#shippingr li.three a,#shippingsp li.four a,#shippingpn li.five a{ /* settings for selected tab link */
background-color: #EDEBEC; /* set selected tab background color as desired */
color: #000000; /* set selected tab link color as desired */
position: relative;
top: 2px;
padding-top: 12px; /* must change with respect to padding (X) above and below */

}

#tabnav a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
background-color: #9A9B9B; /* set unselected tab background color as desired */
color: #444444; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
 
 -moz-border-radius-topright:5px;
 -moz-border-radius-topleft:5px;
  -webkit-border-top-right-radius:5px;
  -webkit-border-top-left-radius:5px;
  behavior: url(ie-css3.htc);

}

ul#tabnav a:hover { /* settings for hover effect */
background-color: #D8D8D8; /* set selected tab background color as desired */
color: #666666; /* set selected tab link color as desired */
position: relative;
top:2px;
padding-top: 11px;
 -moz-border-radius-topright:5px;
 -moz-border-radius-topleft:5px;
  -webkit-border-top-right-radius:5px;
  -webkit-border-top-left-radius:5px;
  behavior: url(ie-css3.htc);
}
ul#tabnav li.two a:hover { /* settings for hover effect */
background-color: #EDEBEC; /* set selected tab background color as desired */
color: #000000; /* set selected tab link color as desired */
position: relative;
top:2px;
padding-top: 11px;
 -moz-border-radius-topright:5px;
 -moz-border-radius-topleft:5px;
  -webkit-border-top-right-radius:5px;
  -webkit-border-top-left-radius:5px;
  behavior: url(ie-css3.htc);
}
a {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
}

/* end css tabs */
