.menu {margin-top:4px; width:850px; text-align:center; height:21px; font-size:0.85em; position:static; z-index:100;border-right:1px solid #016EB1;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:850px; w\idth:850px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0px;margin:0;list-style-type:none;}
.menu ul ul {width:165px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:165px;position:relative;z-index: 101;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;font-family:Verdana, Arial, Helvetica, sans-serif;text-decoration:none; color:#ffffff; width:165px; height:30px; border:1px solid #016EB1; border-width:1px 0 1px 1px; background:#006CAD;  line-height:18px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:123px; w\idth:165px;}

/* highlight link */
.highlight a, .highlight a:visited {display:block;font-size:11px;font-family:Verdana, Arial, Helvetica, sans-serif;text-decoration:none; width:165px; height:30px; border:1px solid #ff0000; border-width:1px 0 1px 1px; line-height:18px;
background-image:url(http://lotussculpture.com/images/menu_bg.gif);}
/* a hack so that IE5.5 faulty box model is corrected */
* html .highlight a, * html .highlight a:visited {width:123px; w\idth:165px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#ff0000) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#ffffcc; }
.menu ul ul :hover > a.drop {background:#c9ba65;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
/* here you can control the the height of the main cell nav */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:165px;border-top:1px solid #016EB1;}

/* another hack for IE5.5 */
* html .menu ul ul {top:20px;t\op:20px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#016EB1; color:#ffffff; height:auto; margin-top: -1px; line-height:1em; padding:6px 4px; width:156px;border-width:1px 1px 1px 1px; }
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:200px;w\idth:156px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#016EB1; background:#fffad7;}




/* hover font color  */
.menu :hover > a, .menu ul ul :hover > a {color:#ffffff;background:#0476BA;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* sidebar headings */
.sidehead {padding:2px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}
.sidehead a, .sidehead a:visited {text-decoration:none; color:#FF0000;}
.sidehead a:hover {color:#CC0000;}

/* left sidebar */
.sotd {padding:0px 0px 0px 0px; width:140; margin:0px; background-color:#ff0000;}

.leftside { padding:0px 0px 4px 7px; width:140; margin:0px; background-color:#ff0000;  }
.leftside ul { margin:0px; padding:4px 0px 4px 0px; list-style:none; }
.leftside ul li { font-size:11px;font-family:Verdana, Arial, Helvetica, sans-serif;text-decoration:none;line-height:12px; margin:0px 0px 0px 0px; padding:0px 0px 4px 8px; background-image:url('/images/arrow.gif'); background-repeat:no-repeat; background-position:left; color:#ff0000; font-weight:bold; }
.leftside ul li a { color:#999999; text-decoration:none;}
.leftside ul li a:hover	{ color:#666; }

/* right sidebar */
.rightside { padding:2px; width:140; margin:0px; line-height:15px; background-color:#ff0000; font-size:11px;font-family:Verdana, Arial, Helvetica, sans-serif;  }
.rightside a, .rightside a:visited {text-decoration:none; color:#ff0000;font-weight:bold;}
.rightside a:hover { color:#666; }

/* intro text */
.introtext {padding:6px; margin:0px; line-height:17px; font-size:12px;font-family:Verdana, Arial, Helvetica, sans-serif;
border-style:solid;border-color:#ff0000;border-width:1px;}

/* intro image */
img.introimage {float:right; margin-left:6px; margin-bottom:4px; border-style:outset;border-color:#000;border-width:1px;}

/* homepage image rows */
img.imgrow {border-style:outset;border-color:#000;border-width:1px;}
.image { padding:0px; margin:2px; line-height:20px; font-size:11px;font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center;}
.image a, .image a:visited {text-decoration:none; color:#00cc00; font-weight:bold; }
.image a:hover { color:#999; }
