/***********************************************************************/
/* SD-Menu v1.0 layout, design and all included source code            */
/* copyright (c)2006. Spriteworks Developments. All rights reserved.   */
/* This copyright notice MUST remain within this document at all times */
/* as a condition of use. Removal of this copyright notice voids your  */
/* right to use this product. SD-Menu v1.0 may not be redistributed    */
/* in any form without express written permission from Spriteworks     */
/* Developments. This external CSS file MUST remain separate from the  */
/* HTML code at all times and may not be integrated into it or other   */
/* pages in any way, displayed, performed or otherwise made accessible */
/* for public viewing under any circumstances. Please carefully read   */
/* the license agreement included with this script. It is the same     */
/* one you agreed to when you purchased a license to use it.           */
/*                                                                     */
/***********************************************************************/

body, p, td { font-family: papyrus,helvetica, arial, tahoma, verdana;
font-size: 12px;
}

p { margin-bottom: 0px margin-top: 0px;
}

ul, ol, li { margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
}

ol { margin-top: 0px;
margin-bottom: 5px;
margin-left: 0px;
}

.list ul { margin: 5px;
padding: 0;
list-style: none;
width: 125px;
border-bottom:
1px solid #6E715B;
}

.list ul li { position: relative;
}

.list li ul { position: absolute;
display: block;
top: 0;
left: 125;
}

.list li:hover ul { display: block;
}

.list li:hover>ul { visibility:visible;
}

.list ul ul { visibility:hidden;
}

.list ul li { float: left;
width: 125px;
height: 30px;
font-weight:bold;
}

.list ul li a { height: 32px;
cursor: hand;
}

.list ul, li { margin: 0 0 0 0;
}

.list ul a { display: block;
text-decoration: none;
font-size: 12pt;
color: #000000;
padding: 5px;
border: 1px solid #6e715B;
background: #A8AC8B;
border-bottom: 1;
}

.list ul a:hover { background: #ffffff;
color: #B22222;
}

.list li ul a { text-decoration: none;
color: #000000;
padding: 5px;
border: 1px solid #6e715b;
background: #A8AC8B;
border-bottom: 1;
}

.list li ul a:hover { background: #ffffff;
color: #B22222;
}


/* Main CSS - G Gatheral */

h1 { font-size: 2.7em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {font-size: 2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h3 {	font-weight: bold;
	margin-bottom: 0.5em;
}

.medical {
	color: #660000;
	font-weight: bold;
}


