﻿#side-bar{
	position: fixed;
	width:130px;
	text-align:right;
	top:147px;
	font-size:8pt;
	margin-left: 836px;
	bottom:0px;
	display:block;
	height:200px;
}



#side-bar a{
	display:block;
	text-decoration:none;
	color:#000;
}

#side-bar a span{
	display:none;
}


#side-bar .sub-side-bar .links a{

    text-decoration:none;
}

#side-bar .sub-side-bar .links a:hover{

    text-decoration:underline;
}


#side-bar a:hover .description{
	background-color: #CBD6ED;
	text-align:left;
	display:block;
	color:#366DA6;
	font-size:11px;
	padding-left:10px;
	font-stretch:wider;
	border-left: solid 1px #8CA2C9;
	
}

#side-bar .description
{
    background-color:#CBD6ED;
}

#side-bar .bottom{
	float: right;
	background: #F6F7FB url(../imgs/btn_bottom.gif) no-repeat;
	height:8px;
	width:115px;
	margin-bottom:5px;
	font-size:1px;
}

.sub-side-bar{
	text-align:left;
}

.sub-side-bar a{
	text-decoration:underline;
	color:#366DA6;	
}

.sub-side-bar span{
	display:none;
}

.sub-side-bar .selected .description{
	background-color: #F6F7FB;
	display:block;
	padding-left:10px;
	border-left: solid 1px #8CA2C9;
	color:#366DA6;
	font-size:11px;
}

.sub-side-bar .links{
	list-style-type:none;
	margin:0;
	padding:0;
}

.sub-side-bar .links li{
	padding-bottom:4px;
}


#sendFriend{
	
	float: right;
	display:block;
	background: #CBD6ED url(../imgs/btn_sendTo_top.gif) right top no-repeat;
	padding-top:21px;
	width: 115px;
	height:0px;
	
}

#sendFriend:hover{

	background-image: url(../imgs/btn_sendTo_top.gif);
	height:52px;
	width:115px;
	
}

#haveSeen {

	float: right;
	display:block;
	background: #CBD6ED url(../imgs/btn_haveYouSeen_top.gif) right top no-repeat;
	padding-top:21px;
	width: 115px;
	height:0px;
	
}

#haveSeen.selected{

	background-image: url(../imgs/btn_haveYouSeen_top.gif);
	height:73px;
	width:115px;	
}

#haveSeen.selected a{
	text-decoration:underline;
	color:#366DA6;
}








#faq{

	float: right;
	display:block;
	background: #CBD6ED url(../imgs/btn_faq_top.gif) right top no-repeat;
	padding-top:21px;
	width: 115px;
	height:0px;
}

#faq:hover{

	background-image: #CBD6ED url(../imgs/btn_faq_top.gif);
	height:52px;
	width:115px;
	
}


#menopause{

	float: right;
	display:block;
	background: url(../imgs/btn_page_isit.gif) right top no-repeat;
	padding-top:50px;
	width: 115px;
	height:50px;
}

