
/* begin style specifications for the dropdown menu system */
body {margin:0px; border:0px; padding:0px}
body {margin:0px; border:0px; padding:0px}
div.zone {position:absolute;z-index:100;margin:0px; border:0px; padding:0px;  }
li.submenu, li.subsubmenu {font:normal 12px Arial;width:110px;border-top:1px solid black;border-left:1px solid black;border-right:1px solid black;}
a.submenu:hover, a.subsubmenu:hover { background-color:#FFFFFF; }

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a.menu {
	display: block;
	width: auto; 
	text-decoration:none; 
	font:bold 13px arial; 
	color:#000000;
}

#nav a.submenu, #nav a.subsubmenu {
	display: block;
	width: auto; 
	text-decoration:none; 
	font:normal 12px arial; 
	color:#000000;
}

#nav li.menu { /* menu items */
	float: left;
	width:auto; /* width needed or else Opera goes nuts */
	background:#BFC2A0;
	color:#000000;
	margin:0px;
	margin-top:1px;
	padding:1px;
	text-align:
	left;
	list-style:none;
	float:left;
}

#nav li { /* all sub menu items */
	float: left;
	width:10em; /* width needed or else Opera goes nuts */
background:#BFC2A0;color:#000000;margin:0px;padding:1px;text-align:left;list-style:none;float:left;

}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #BFC2A0;
	width: 5em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #BFC2A0;
}
/* Begin style specifications images */
.imageleft {float:left;margin:7px;}
.imageright {float:right;margin:7px;}
.imagelink {border:0px;}
/* Begin style specifications for links */
a.rollbut, a.rollbut:link, a.rollbut:visited, a.rollbut:active { 
display:block; width:78px;height:91px; padding:0px; margin:0px; background-image: url(images/LilyRing.jpg);background-repeat:no-repeat;float:left;}
a.rollbut:hover {padding:0px; margin:0px;background-image: url(images/LilyRing2.jpg);background-repeat:no-repeat;float:left;}
a:link { text-decoration:none; font:bold 12px arial; color: #339933;  }
a:visited { color: #339933; font:bold 12px arial; text-decoration: none; }
a:hover{ color: #CC0000; font:bold 12px arial;}
a:active { text-decoration: none; }

/* Begin general style specifications*/
strong {color: #000000}
p {font: normal 12px arial; line-height:16px;}
h1 {color: #666600; font: bold 16px arial}
h2 {color:#666600; font: bold 14px arial}
caption {color:#666600}

.frontpagetxt {color:#000000; font:bold 12px arial}
.tipstxt {color:#000000; font:bold 12px arial}
.readmoretxt {color:#339933; font:bold 12px arial}
.leftcolheader {color:#000000; font: bold 16px arial; line-height:33px; padding-bottom:5px;}
.notice {color:#000000; font:bold 12px arial}
.otherlink { text-decoration:none; font:bold 12px arial; color: #339933; }
.altchnfont {font:normal 15px "»ªÎÄ·ÂËÎ";}

