/* CSS Document */
.facialrejuvenationmenu{
    width: 276px; /*width of menu*/
}

.facialrejuvenationmenu .headerbar{
    font: 14px Arial ;
    color: #7d5d4c ;
    /* background: #B09B7F url(../images/right.jpg) no-repeat 12px 11px; last 2 values are the x and y coordinates of bullet image*/
    margin-top: 2px ;
    margin-bottom: 0; /*bottom spacing between header and rest of content*/
    padding: 10px 0 10px 25px; /* 7 0 7 31px */
}

.facialrejuvenationmenu .headerbar a {
    text-decoration: none;
    color: #7d5d4c ;
    display: block;
}
.facialrejuvenationmenu .headerbar a:hover{
    font-weight: bold ;
}
.facialrejuvenationmenu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
	background: white ;
}

.facialrejuvenationmenu ul li{
    /* padding-bottom: 2px; bottom spacing between menu items*/
    background: #604d44 ;
	border-bottom: 1px solid white ;
	
}

.facialrejuvenationmenu ul li a{
    font-size: 13px ;
	font-family: Arial, Helvetica, sans-serif ;
    color: #7d5d4c;
	background: #D0C0A1 ;
    display: block;
    padding: 5px 0;
    line-height: 17px;
    padding-left: 40px; /*link text is indented 8px*/
    text-decoration: none;
}

.facialrejuvenationmenu ul li a:visited{
    color: #7d5d4c ;
}

.facialrejuvenationmenu ul li a:hover{ 
    color: #7d5d4c;
    font-weight: bold ;
}
.facialrejuvenationmenu .MenuButton{
    font: 14px Arial, Helvetica, sans-serif ; 
	color: #7d5d4c ;
    background: #B09B7F ; 
    margin-top: 2px ;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
    padding: 10px 0 10px 25px; /* 7  0  7  31px  */
}

.facialrejuvenationmenu .MenuButton a{
    text-decoration: none;
    color: #7d5d4c ;
    display: block;
}
.facialrejuvenationmenu .MenuButton a:hover {
    font-weight: bold ;
}
.clearColumn {
    float: right ;
	width: 12px;
	height: 550px ;
}
.bold {
    font-weight: bold ;
	color: white ;
}
.right {
    background: #B09B7F url(../images/right.jpg) no-repeat 12px 11px ; 
}
.down {
    background: #B09B7F url(../images/down.jpg)  no-repeat 12px 11px ; 
}