@charset "UTF-8";
/* CSS Document */


@import "reset.css";

/* menu
------------------------------------- */
#menu{margin:0px;}

#menu #home
{
	background: transparent url(../images/mnu-home.png) no-repeat top right;

	float:left;

	width:88px;

	height:53px;
	text-indent: -9000px;
	}	
#menu #home-on{background: transparent url(../images/mnu-home-on.png) no-repeat top right;float:left;width:88px;height:53px;text-indent: -9000px;}
#menu #home:hover{background: transparent url(../images/mnu-home-over.png) no-repeat top right;float:left;width:88px;height:53px;text-indent: -9000px;}
	
#menu #myhealth
{
	background: transparent url(../images/mnu-myhealth.png) no-repeat top right;

	float:left;

	width:121px;

	height:53px;
	text-indent: -9000px;
	}
#menu #myhealth-on{background: transparent url(../images/mnu-myhealth-on.png) no-repeat top right;float:left;width:121px;height:53px;text-indent: -9000px;}
#menu #myhealth:hover{background: transparent url(../images/mnu-myhealth-over.png) no-repeat top right;float:left;width:121px;height:53px;text-indent: -9000px;}
	
#menu #mychoice
{
	background: transparent url(../images/mnu-mychoice.png) no-repeat top right;

	float:left;

	width:111px;

	height:53px;
	text-indent: -9000px;
	}
#menu #mychoice-on{background: transparent url(../images/mnu-mychoice-on.png) no-repeat top right;	float:left;	width:111px;height:53px;text-indent: -9000px;}
#menu #mychoice:hover{background: transparent url(../images/mnu-mychoice-over.png) no-repeat top right;	float:left;	width:111px;height:53px;text-indent: -9000px;}
	
#menu #switch
{
	background: transparent url(../images/mnu-switch.png) no-repeat top right;

	float:left;

	width:142px;

	height:53px;
	text-indent: -9000px;
	}
#menu #switch-on{background: transparent url(../images/mnu-switch-on.png) no-repeat top right;float:left;width:142px;height:53px;text-indent: -9000px;}
#menu #switch:hover{background: transparent url(../images/mnu-switch-over.png) no-repeat top right;float:left;width:142px;height:53px;text-indent: -9000px;}
		
#menu #doctortalk
{
	background: transparent url(../images/mnu-ddg.png) no-repeat top left;

	float:left;

	width:117px;

	height:53px;
	text-indent: -9000px;
	}
#menu #doctortalk-on{background: transparent url(../images/mnu-ddg-on.png) no-repeat top left;float:left;width:117px;height:53px;text-indent: -9000px;}
#menu #doctortalk:hover{background: transparent url(../images/mnu-ddg-over.png) no-repeat top left;float:left;width:117px;height:53px;text-indent: -9000px;}


#dropdownmenu ul{margin:10px 9px 0 10px;}
#dropdownmenu ul li{margin: 0px; border-bottom: 1px solid #f1b032;}

#dropdownmenu ul li a{
	font: 12px Arial, Helvetica, sans-serif;
	color: #46403c;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	display: block;
	padding-left: 6px;
}

#dropdownmenu ul li:hover{background: #f9dfad;}

#dropdownmenu .noborder{border:0;}

#dropdownmenu .indent{padding-left: 8px; font-size: 11px}

#dropdownmenu .height{line-height: 18px;}



#ddmyHealth
{
	background: transparent url(../images/ddm-bk.gif) no-repeat top left;

	float:left;

	width:224px;

	height:231px;
	position:absolute;
	margin:44px 1px 1px 83px;
	opacity:0.9;
	filter:alpha(opacity=90);
	z-index: 9000;
}



#ddmyChoice
{
	background: transparent url(../images/ddm-bk.gif) no-repeat top left;

	border-bottom:1px solid #CCCCCC;

	float:left;

	width:224px;

	height:95px;
	position:absolute;
	margin:44px 1px 1px 201px;
	opacity:0.9;
	filter:alpha(opacity=90);
	z-index: 9000;
}





