BODY {
	MARGIN: 0;
	color: #333333;
    font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    background: #95BEFB url(i/greyfade.jpg) repeat-x top;
    text-align: center;
}
a:link, a:visited {
	color:#ff9900;
	text-decoration:underline;
}
a:hover {
	color:#ff0000;
	text-decoration:underline;
}
h1,h2,h3,h4
{
	font-size:16px;
}
#container
    {
    margin: 0 auto;
    width: 770px;
    position: relative;
    background: url(i/bodybg00.gif) repeat-y center 50%;
    padding: 0 10px 0 10px;
    text-align: left;
    }

* html #container
    {
    width: 770px;
    w\idth: 750px;
    }
	
#first
	{
	width: 750px;
	height: 100px;
	position:absolute;
	}
	
#firstleft
	{
	float:left;
	width:170px;
	height:40px;
	margin-top : 20px;
	padding-left: 10px;
	color:#ffffff;
	font: 11px/150% Trebuchet MS;
	text-align:center;
	}
#firstright
	{
	float:left;
	width:490px;
	text-align:center;
	padding: 30px 0 0 10px;
	}

#firstleft img
	{
	margin-bottom:-15px;
	}

#second
	{
	width:770px;
	background : url(i/top.jpg) no-repeat bottom center;
	height:250px;
	padding-top:0px;
	}

#secondleft
	{
	width:180px;
    height:158px;
	margin-top :90px;
	padding-left:40px;
	float:left;
	font-size:11px;
	}	
#secondright
	{
	float:left;
	width:190px;
	padding-top : 223px;
	padding-left: 25px;
	margin-left:8px;
	text-align:center;
	}
#secondxmas
	{
	float:left;
	width:200px;
	padding-top:20px;
	padding-left:10px;
	margin-left:8px;
	text-align:left;
	}
#secondxmas a:link, #secondxmas a:visited, #secondxmas a:active
	{
	text-decoration:none;
	color:red;
	font-weight:bold;
	}
#secondxmas a:hover
	{
	text-decoration:underline;
	color:green;
	font-weight:bold;
	}
#secondright a:link, #secondright a:visited, #secondright a:active
	{
	text-decoration:none;
	color:red;
	font-weight:bold;
	}
#secondright a:hover
	{
	text-decoration:underline;
	color:green;
	font-weight:bold;
	}

	
#mainbody
	{
	width:770px;
	}
#mainbodyleft
	{
	float: left;
	width: 195px;
	margin-top:0px;
	}
#mainbodyleft a:link, #mainbodyleft a:visited {
	color:white;
	text-decoration:none;
	}	
#mainbodyleft a:hover, #mainbodyleft a:active {
	color:white;
	text-decoration:underline;
	}	
#mainbodyright
	{
	float: right;
	width: 550px;
	padding:30px 10px 10px 10px;
	text-align:left;
	}

#mainmenu
	{
	MARGIN-TOP: 15px; 
	BACKGROUND: url(i/mainmenu.gif) no-repeat 50% top; 
	PADDING-BOTTOM: 10px;
	Padding-top:25px;
	}
	
#secondmenu
	{
	BACKGROUND: url(i/treatmen.gif) no-repeat 50% top; 
	PADDING-BOTTOM: 10px;
	Padding-top:10px;
	font-family:Arial;
	}
	
#healthmenu
	{
	MARGIN-TOP: 15px; 
	BACKGROUND: url(i/healthbg.gif) no-repeat 50% top; 
	PADDING-BOTTOM: 10px;
	Padding-top:25px;
	}
	
#informationmenu
	{
	MARGIN-TOP: 15px; 
	BACKGROUND: url(i/informat.gif) no-repeat 50% top; 
	PADDING-BOTTOM: 10px;
	Padding-top:25px;
	}

#furthermenu
	{
	MARGIN-TOP: 75px; 
	BACKGROUND: url(i/furtherr.gif) no-repeat 50% top; 
	PADDING-BOTTOM: 10px;
	Padding-top:25px;
	}
	
#furthermenu li.nobullettext {
	background: url(i/none0000.gif);
	padding: 2px 0px 0px 25px;
	color:##ffffff;
	font-size:11px;
	}
	
	#mainmenu blockquote {
	margin-bottom:-40px;
	}

	#mainmenu blockquote ul {
	list-style-type: disc;
padding: 5px 0px 0px 0px;
margin: 0px;
margin-top:5px;
	}
	
	#mainmenu blockquote li {
	padding: 5px 0px 10px 10px;
	background: url(i/spacer00.gif) no-repeat 0 50%;
	}
	
#mainmenu ul, #secondmenu ul, #informationmenu ul, #furthermenu ul {
list-style-type: none;
padding: 5px 0px 0px 15px;
margin: 0px;
}

/* added this */
/* START HERE */
#healthmenu ul {
	list-style-type: none;
	padding: 15px 0px 10px 15px;
	margin: 0px;
}	

#healthmenu li {
/* make the list elements a containing block for the nested lists */
position: relative;
padding: 6px 0px 0px 25px;
	background: url(i/info-bul.gif) no-repeat 0 top;
	color:#ffffff;
	font-size:13px;
} 

#healthmenu ul li ul li {
	border-bottom:1px solid white;
}

#healthmenu ul li ul li {
	background: url(i/none0000.gif);
	padding: 2px 0px 6px 0px;
	color:##ffffff;
	font-size:11px;
	font-weight:normal;
}

#healthmenu ul li ul li ul {
position: absolute;
top: 0;
left: 98%; /* to position them to the right of their containing block */
width: 100px; /* width is based on the containing block */
border:1px solid gray;
list-style-type: none;
background-color:#ff9900;
}	

#healthmenu ul li ul li ul li {
	background: url(i/bullet00.gif) no-repeat;
	padding: 2px 0px 6px 25px;
	color:##ffffff;
	font-size:11px;
	font-weight:normal;
	border:0;
}

div#healthmenu ul ul ul,
div#healthmenu ul ul li:hover ul ul
{display: none;}

div#healthmenu ul ul li:hover ul,
div#healthmenu ul ul ul li:hover ul
{display: block;}

/* END HERE */




/*
#healthmenu li {
	padding: 6px 0px 0px 25px;
	background: url(i/imgs/info-bullet-white.gif) no-repeat 0 50%;
	color:#ffffff;
	font-size:13px;
	}*/
	
#mainmenu li, #secondmenu li, #informationmenu li, #furthermenu li {
	padding: 0px 0px 0px 20px;
	background: url(i/bullet00.gif) no-repeat 0 100%;
	color:#ffffff;
	font-size:13px;
	}

#mainmenu li a, #secondmenu li a, #healthmenu li a, #informationmenu li a, #furthermenu li a {
	color:#ffffff;
	text-decoration:none;
	}
	
#mainmenu li a:hover, #secondmenu li a:hover, #healthmenu li a:hover, #informationmenu li a:hover, #furthermenu li a:hover {
	color:#666666;
	text-decoration:underline;
	}
	
#footer
	{
	clear:both;
	width:730px;
	height:100px;
	background:#375E80;
	text-align:center;
	color:#ffffff;
	padding:0px 20px;
	}
#footer a:link, #footer a:visited {
	color:white;
	font: 13px Trebuchet MS;
	}	
#footer a:hover, #footer a:active {
	color:white;
	text-decoration:underline;
	}	
.indexlist
{
list-style-type: none;
padding: 0;
margin: 0;
text-align:left;
width:250px;
}
.indexlistitem
{
font-size: 11px;
width:250px;
background: url(i/ukmedix-.gif) no-repeat 50% left;
padding-left: 15px;
padding-bottom: 4px;
margin-bottom: 20px;
}

.nav1 {list-style:none;margin:15px;padding:0;}
.nav1 a {margin-left:5px;font-family:"Arial Narrow";}




.banlink {
		  	font-size:10px;
		  	color:#ff9900;
			font-weight : normal;
		  }
		  a.banlink:link {
		  	font-size:10px;
		  	color:#ff9900;
		  	text-decoration:none;
		  	font-weight : normal;
		  }
		  a.banlink:hover {
		  	font-size:10px;
		  	color:#ff9900;
		  	text-decoration:none;
			font-weight : normal;
		  }
		  a.banlink:visited {
		  	font-size:10px;
		  	color:#ff9900;
		  	text-decoration:none;
			font-weight : normal;
		  }
	
.drugnews
{
padding:10px;
border-top:1px dashed #62B1D0;
}
.drugnews a {
font-size:0.85em;
color:#56759A;

}
.newslist
{
list-style-type: none;
padding: 0;
margin: 0;
text-align:left;
width:500px;
}
.newslistitem
{
font-size: 9px;
background-image: url(i/ukmedix-.gif);
background-repeat: no-repeat;
background-position: top left;
padding-left: 15px;
padding-bottom: 4px;
margin-bottom: 15px;
border-bottom: 1px dotted #ff9900;
}
.newslistitem p
{
font-size: 9px;
padding-top:8px;
margin:0;
}
.newslistitem br
{
padding-bottom:8px;
}
a.newslistlink:link
{
font-size:9px;
font-weight:bold;
color:#666666;
}
a.newslistlink:hover
{
font-size:9px;
font-weight:bold;
color:#ff9900;
}

td {
	font-size:12px;
}

.drugmenu
{
padding-bottom:10px;
color:#ff9900;
}
.drugmenu a:link,.drugmenu a:visited
{
font-weight:bold;
color:#666666;
text-decoration:none;
}
.drugmenu a:hover
{
font-weight:bold;
color:#ff0000;
text-decoration:none;
}
.drugcontent
{
padding:8px 0;
border-top:1px solid #62B1D0;
text-align: justify;
margin-bottom:10px;
}
.postitl {
     font-size:18px;
	 font-weight:bold;
	 margin-bottom:12px;
	 color:#666;
	 }

#next a{
   padding:0;
   color:#000000;
   display: block;
   text-align: right;
   	float: right;
	margin:6px 10px;
	font-size:10px;
	text-decoration:none;
	border-bottom:1px #99CCFF dashed;
    }

#prev a{
    padding:0;
    color:#000000;
    display: block;
	text-align: right;
	float: left;
	margin:6px 10px;
    text-decoration:none;
	border-bottom:1px #99CCFF dashed;
    font-size:10px;
    }

.select1 {font-weight:bold; color:#CC3300;text-decoration:underline;}
.select2 {font-weight:bold; color:#6600FF;text-decoration:none;}
.select3 {
       padding:10px; 
	   color:#CC0000;
       border:solid #A22B39 1px;
	   }
blockquote {margin-left:20px;}
.tag {display:block;padding:5px 20px;text-align:center;
      border-bottom:2px #99CCCC solid;color:#666699;font-weight:bold;}
.disc {font-size:0.8em;text-align:center;margin:5 0 0 0;padding:0;}
