/* fragrance page tabs css */
/*Example for a Menu Style*/
.menu {background-color:#d5b5e5;border-bottom:1px solid #d7d7d7; height:23px;width:700px;font-weight:bold;font-size:11px;}
.menu ul {margin:0px; padding:0px; list-style:none; text-align:center;}
.menu li {display:inline; line-height:23px;}
.menu li a {color:#400080; text-decoration:none; padding:10px 10px 11px 10px; }
.menu li a.tabactive {border-left:1px solid #d7d7d7; border-right:1px solid #d7d7d7; color:#000000; background-color:#ffffff;  position:relative;}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#tabcontent5,#tabcontent6,#tabcontent7,#tabcontent8,#tabcontent9,#tabcontent10 {border:1px solid #ececec; width:698px; text-align:center;padding:6px 0px; font-size:12px; margin-bottom:5px;}


a.scent {PADDING-LEFT: 13px;position: relative;z-index: 0;text-decoration:none;}
a.vanilla {PADDING-LEFT: 13px;position: relative;z-index: 0;color:#400080;}

a.scent:hover {background: url(http://www.orchidlakecandles.com/includes/templates/mine/images/greenup.gif);background-repeat: no-repeat;z-index: 50;background-color: transparent;text-decoration:none;}
a.vanilla:hover {background: url(http://www.orchidlakecandles.com/includes/templates/mine/images/greenup.gif);background-repeat: no-repeat;z-index: 50;background-color: transparent;color:#FF0000;}


a span.mit {display: none;}
a span.note {display: none;}

a:hover span.mit { 
    position: absolute; 
    display: block; 

    /* positioning */ 
    top: 40px; 
    left: 20px; 
    z-index: 100; 

    /* styling */ 
    background-color: lightyellow;
    width: 300px; 
    padding: 5px;
    color: #383841; 
    border: 2px dashed gray;
    text-decoration:none;
}
a:hover span.note { 
    position: absolute; 
    display: block; 

    /* positioning */ 
    top: 30px; 
    left: -40px; 
    z-index: 100; 

    /* styling */ 
    background-color: lightyellow;
    width: 500px; 
    padding: 5px;
    color: #383841; 
    border: 2px dashed gray;
    font-family:'Century Gothic';font-size:.8em;
}