.yui-navset .yui-content {
    border:1px solid #ccc;
	background-color:#f6edfb;
}

.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover {
    background-color:#f6edfb;
		font-size:12px;								/* font size of the tabs  */
		text-decoration:none;
}

.yui-navset .yui-nav li a {
    background:#fff url("img/round_4px_trans_gray.gif") no-repeat;		
		font-size:12px;								/* font size of the tabs  */
		text-decoration:none;
		color:#3A0C6B;
		font-weight:bold;
}

.yui-navset .yui-nav li a em {
    background:transparent url("img/round_4px_trans_gray.gif") no-repeat top right; 
    padding:0.3em;								/* adjust height of non selected */
		color:#3A0C6B;
		font-weight:bold;
}

/* top oriented */

.yui-navset-top .yui-nav { margin-bottom:-1px;} /* for overlap, based on content border-width */
.yui-navset-top .yui-nav li a {
    border-bottom:1px solid #ccc;
}

.yui-navset-top .yui-nav .selected a { border-bottom:0.0em;}
.yui-navset-top .yui-nav .selected a em { padding-bottom:0.3em; } /* adjust height */

/* top & bottom oriented */
.yui-navset-top .yui-nav li a em, .yui-navset-bottom .yui-nav li a em {
    margin-left:4px; /* based on border-radius */
    padding-right:8px; /* based on border-radius (2x left to balance margin) */
    padding-left:4px;
}


/*	OVERRIDES FOR LOCATOR PAGE
	--------------------------------------------------------------*/
	/* SALONS */
.yui-navset-salon_tab .yui-content-salon_tab {
    border:1px solid #ccc;
	background-color:#edf5ff; /*Blue*/
}
.yui-navset-salon_tab .yui-nav-salon_tab .selected a, .yui-navset-salon_tab .yui-nav-salon_tab .selected a:hover {
   	background-color:#edf5ff; /*Blue*/
}
.yui-navset-salon_tab .yui-nav-salon_tab a:hover{
   	background-color:#f6edfb; 
}




.yui-navset-salon_tab .yui-nav-salon_tab li a {
    background:#fff url("img/round_4px_trans_gray.gif") no-repeat;		
}

.yui-navset-salon_tab .yui-nav-salon_tab li a em {
    background:transparent url("img/round_4px_trans_gray.gif") no-repeat top right; 
    padding:0.3em;								/* adjust height of non selected */
}

/* top oriented */

.yui-navset-top-salon_tab .yui-nav-salon_tab { margin-bottom:-1px;} /* for overlap, based on content border-width */
.yui-navset-top-salon_tab .yui-nav-salon_tab li a {
    border-bottom:1px solid #ccc;
}

.yui-navset-top-salon_tab .yui-nav-salon_tab .selected a { border-bottom:0.0em;}
.yui-navset-top-salon_tab .yui-nav-salon_tab .selected a em { padding-bottom:0.3em; } /* adjust height */

/* top & bottom oriented */
.yui-navset-top-salon_tab .yui-nav-salon_tab li a em {
    margin-left:4px; /* based on border-radius */
    padding-right:8px; /* based on border-radius (2x left to balance margin) */
    padding-left:4px;
}




