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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
color: #95c25d;
background: white url(/wedding/images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(/wedding/images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
height: 270px;
overflow: auto;
}

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


/* sub_menu */
.sub_menu {
 float: right;
}
.sub_menu a:hover {
	background-color: #cccccc;
}
.sub_menu p {
 float: right;
 color: #666666;
 font-size: .8em;
 margin: 0;
}
.sub_menu ul {
 float: left;
 color: #000;
 list-style-type: none;
 margin: 0;
}
.sub_menu ul li {
 float: left;
 border-right: 1px solid #6f6e65;
 line-height: 1.1em;
 padding: 0 15px;
 font-size: 13px;
}
.sub_menu ul li a,
.sub_menu ul li strong {
 font-size: .9em; font-weight: bold;
 color: #000;
}

.sub_menu ul li a:hover {
	color: #FFFFFF;
}

