body {
	background:url(images/BodyBGGreen.png) repeat-x  #d8e6df;
}

.leftHeader{
	width:200px;
	height:251px;
	background:url(images/SmilingNurse.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sProperties);
	float:left;
	margin:0px;
}
.centerHeader{
	width:680px;
	height:251px;
	padding:0 0 0 50px;
	background:url(images/greenGradBG.png) repeat-x;
	color:white;
	float:left;
}
.rightHeader{
	width:40px;
	height:251px;
	background:url(images/greenGradBGRt.png) no-repeat;
	color:white;
	float:left;
}
.themeSwitch{
	width:40px;
	height:130px; 
	background:url(images/ThemeTabGreen.png); 
	margin:90px 0 0 12px
}
#sddm{	margin: 0 /*0 0 16px */;
	padding: 0;
	/*z-index: 30;*/
}
#sddm li{
	width: 120px;
	list-style: none;
	float: left;
	padding: 0px 2px;
	font-size:12px;
	display:block
}
	
#sddm li a
{
	display: block;
	height:38px;
	line-height:28px;
	padding: 3px 0px 0px 0px;
	background:url(images/BtnGreen120x38.png) no-repeat;
	text-align: center;
	text-decoration: none;
	color:white	
}

#sddm li a:hover
{
	background:url(images/BtnGreenHover120x38.png);
	font-weight:bold;
	letter-spacing: 0.2em;
	font-style: italic;
}
#sddm li a:active
{
	background:url(images/BtnGreenActive120x38.png);
	font-weight:bold;
	letter-spacing: 0.2em;
	font-style: italic;
}
#sddm li a:visited{	color:#fff}

#sddm div a:hover{
	background: #89e4b6;
	color: #000;
	font-weight:bold;
	width: auto;
} 
