<style type="text/css" media="all">
<!--
body {font-family:Arial;font-size:small;}
h1 {color:#ffffff; font-size:28px;}
h2 {color:#00092E; font-size:22px;}
a:link {color:000080; text-decoration:underline;}
a:hover {color:#FF0000; text-decoration:none;}
a:visited {color:#000000; text-decoration:underline;}
.header {background-image:url(images/bg.jpg);text-align:center;border-bottom-width: 2px; border-bottom-color:#000000;}
.title {background-color:#AFB1E1;border-style:solid; border-width:0; border-top-width:1px; border-top-color:#03003D; border-bottom-width:1px; border-bottom-color:03003D;}
.leftbar {color:#ffffff;height:2100px;width:170px; line-height:120%; border-style:solid;border-width:0; border-top-width: 2px; border-top-color:#000000;background-color:#74A9D3;position:absolute;left:10; line-height:150%; font-family:Arial,Times New Roman;}
.recipe {background-color:#ffffff;height:2100px;border-style:solid; border-width:2px; border-color:000000; position:absolute;left:10px;right:265px;text-align:justify; line-height:140%;  font-family:Arial, Times New Roman;}
.rightbar {background-color:#74A9D3;height:1492px !important;height:2100px;width:256px !important; /*moz width*/width:275px; /*IE width*/border-style:solid; border-width:0; border-top-width: 2px; border-top-color:#000000;position:absolute;right:9; padding-left:0px;padding-top:10px; line-height:200%; font-family:Arial, Times New Roman; font-size:13px; text-align:left;}
.left {float: left; text-align: left;}
.right {float: right; text-align: right;}
#human {visibility:hidden; display:none;}

/* ----------------------------------------- Box ------------------------------------------------ */
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {margin: 0 auto;/* center for now */ background: url(images/sbr.gif) no-repeat bottom right; font-size: 80%;}
.boxhead {background: url(images/shr.gif) no-repeat top right;margin: 0;padding: 0;text-align: center;}
.boxhead h1 {background: url(images/shl.gif) no-repeat top left;margin: 0;padding: 22px 30px 5px;color:#ffffff; font-weight: bold; font-size: 1.8em; line-height: 1em;text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */}
.boxbody {background: url(images/sbl.gif) no-repeat bottom left;margin: 0;padding: 5px 30px 31px;} 
/*----------------------------------------- End of Box ----------------------------------------- */



/*----------------------------------------- Drop Down Menu ----------------------------------------- */
  .rss_items { list-style:none; margin:0; LINE-HEIGHT: 130%; text-align:left;}
  .rss_items li{margin: 10% 0 10% 0; padding:0; }
  .rss_item a:link { font-family:arial; margin: 2em 0 2em 0; text-align:left; font-size:10;color: fff200;  LINE-HEIGHT: 130%; text-decoration:none;}
  .rss_item a:visited { font-family:arial; margin: 2em 0 2em 0; text-align:left; font-size:10;color: fff200;  LINE-HEIGHT: 130%; text-decoration:none;}

ul.makeMenu, ul.makeMenu ul {
  width: 255px!important; /*moz width*/
  width:275px;            /*IE width*/  /* sets the size of the menu blocks */
  border: 0px solid #000;      /* puts a black border around the menu blocks */
  background-color: #74A9D3;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}
ul.makeMenu li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  font-size:13px;
  color: #00092E;                 /* sets the default font colour */
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 2px;                    /* position slightly lower than the parent menu item */
  left: 170px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  background-color: #ffffff;      /* gives the active menu items a yellow background */
  color: #74A9D3;                 /* makes the active menu item text black */ 
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles 
ul.makeMenu li a { color: #00092E; display: block; width: 100%; text-decoration: underline; }*/
ul.makeMenu li a { color: #00092E; display: block; width: 100%; text-decoration:none; font-family:arial; font-weight:none;}
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #000; }
ul.makeMenu li a:visited { color: #00092E; display: block; width: 100%; text-decoration:none; font-family:arial; font-weight:none;}
ul.makeMenu li:hover > a { color: #000; } /* supports links in branch headings - should not be display: block; */
-->
</style>

<!--[if gt IE 5.0]><![if lt IE 7]>
<style type="text/css">
<!--/* that IE 5+ conditional comment makes this only visible in IE 5+ */
ul.makeMenu li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
  behavior: url( /IEmen.htc );
}
ul.makeMenu ul {  /* copy of above declaration without the > selector, except left position is wrong */
  display: none; position: absolute; top: 2px; left: 140px;
}

/*----------------------------------------- End of Drop Down Menu ----------------------------------------- */
-->
</style>
<![endif]><![endif]-->
