/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 479px; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
width: 100%; /*width of menu*/
border-bottom: 1px solid #A0B6DF;
background: #A0B6DF url(http://www.chicagoweddingresource.com/graphics/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
color: #A0B6DF; /*text color*/
padding: 0px 12px;
text-decoration: none;
/*border-right: 1px solid #A0B6DF;*/ /*divider between menu items*/
}

.indentmenu ul li a:visited{
color: #A0B6DF;
}

.indentmenu ul li a.selected{
color: #5D7EBC !important;
/*padding-top: 6px;*/ /*shift text down 1px*/
/*padding-bottom: 4px;*/
background: #A0B6DF url(http://www.chicagoweddingresource.com/graphics/indentbg2.gif) center center repeat-x;
}

.tabcontent{
display:none;
padding: 8px;
}

@media print {
.tabcontent {
display:block !important;
}
}

