/*CSS Tabs is licensed under Creative Commons Attribution 3.0 - http://creativecommons.org/licenses/by/3.0/ */

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 30px 1em 30px; /* set margins as desired */
font: bold 11px Verdana, arial, 'helvetica', sans-serif; /* set font as desired */
border-bottom: 0px solid #3D2921; /* set border COLOR as desired */
list-style-type: none;
padding: 8px 12px 9px 12px; /* THIRD number must change with respect to padding-top (X) below */
/*background-color:#F0E7D6;*/
/*background-image:url(../img/wedding/patternbg.png);*/
margin-bottom:20px;
background-image:url(../img/wedding/tab_bg.png);
background-position:bottom;
}

ul#tabnav li { /* do not change */
display: inline;
}

ul#tabnav li.active a { /* settings for selected tab */
border:1px solid #DAD3C3;
background-image:none;
border-bottom: 1px solid #FFF6E3; /* set border color to page background color */
background-color:#FFF6E3; /* set background color to match above border color */
color:#3D2921;
}

body#tabnav li.active a { /* settings for selected tab link */
/*background-color: #FFF;*/ /* set selected tab background color as desired */
color: #333; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 8px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a, ul#tabnav a:hover { /* settings for all tab links */

background-repeat:repeat-x;
background-position:bottom;
padding: 8px 8px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #F0E7D6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
/*background-color: #FFF;*/ /* set unselected tab background color as desired */
 /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}
ul#tabnav a:hover { /* settings for hover effect */
color:#3D2921;
}
.submenu ul li ul{
	display:none;
}
/* end css tabs */
