/* CSS Document */
/* style the outer div to give it width */
.navBar { width:100%; height:28px; padding:0; margin:0; font-family:Arial, Verdana, Helvetica, sans-serif; text-align:center; }

/* remove all the bullets, borders and padding from the default list styling */
.menu { width:100%; height:28px; font-size:11px;}
.menu ul {padding:2px 2px 4px 2px; margin:0; list-style-type:none;}
.menu ul li{float:left; position:relative; background-color:#ffffff; padding:0px; margin:0px; border:1px solid #b7b8ab;} /* floats top list and creates the lines in between */


/* Main menu rollover styles, allows button to stay highlighted when on the dropdown fork version */
.rollover { height:20px;display:block; background:url(../images/fork.gif) 5% 50% no-repeat; padding:0; margin:0; float:left;   }
.rollover:hover {   background: #55b949 url(../images/fork_on.gif) 5% 50% no-repeat; color:#fff; }
.rollover a { display:block; float:left; height:20px; line-height:22px; font-size:11px; color:#939783; text-decoration:none; margin:0; padding:0px 5px 0px 58px;} /* Set the line height to center the text vertically */
.rollover a:hover {  background: #55b949 url(../images/fork_on.gif) 5% 50% no-repeat;color:#ffffff;}/* Rollover fix for IE 6 */


/* spoon version */
.rollover2 { height:20px;display:block; background:url(../images/spoon.gif) 5% 50% no-repeat; padding:0; margin:0; float:left;   }
.rollover2:hover {   background: #55b949 url(../images/spoon_on.gif) 5% 50% no-repeat; }
.rollover2 a { display:block; float:left; height:20px; line-height:22px; font-size:11px; color:#939783; text-decoration:none; margin:0; padding:0px 5px 0px 58px;} /* Set the line height to center the text vertically */
.rollover2 a:hover { color:#fff; background: #55b949 url(../images/spoon_on.gif) 5% 50% no-repeat;}/* Rollover fix for IE 6 */

/* knife version */
.rollover3 { height:20px;display:block; background:url(../images/knife.gif) 5% 50% no-repeat; padding:0; margin:0; float:left;   }
.rollover3:hover {   background: #55b949 url(../images/knife_on.gif) 5% 50% no-repeat; }
.rollover3 a { display:block; float:left; height:20px; line-height:22px; font-size:11px; color:#939783; text-decoration:none; margin:0; padding:0px 5px 0px 58px;} /* Set the line height to center the text vertically */
.rollover3 a:hover { color:#fff; background: #55b949 url(../images/knife_on.gif) 5% 50% no-repeat;}/* Rollover fix for IE 6 */



/* First level dropdown styles */
.menu ul ul { width:80px;  }
.menu ul ul li {  display:block; width:80px; height:auto; position:relative; line-height:3px; border:none;}
/* rollover styles */
.menu ul ul a { display:block; background:#fff; width:80px;  height:100%; line-height:10pt; color:#939783; text-align:left; font-size:10px; text-decoration:none; font-weight:normal; padding:3px 15px 3px 15px; margin:0; border-bottom:solid 1px #b7b8ab; border-left:solid 1px #b7b8ab; border-right:solid 1px #b7b8ab; }
.menu ul ul a:hover {color:#fff; background:#55b949;}
* html .menu ul ul a {width:80px; w\idth:80px;}





/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:11px;}
 
 

/* Style the second level flyouts level background and rollovers */
.menu ul ul ul a {background:#dbdbdb;}
.menu ul ul ul a:hover {background:#666666;}
.menu ul ul ul :hover > a {background:#666666;}


/* Style the third level flyouts level background and rollovers */
.menu ul ul ul ul a {background:#277BC7;}
.menu ul ul ul ul a:hover {background:#666666;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute; height:0px; top:21px; left:1px;  margin-left:-4px;}

/* position the third level flyout menu */
.menu ul ul ul{left:112px; top:0; width:110px;}

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


/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{visibility:visible; height:auto; padding-bottom:3em; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover 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;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}

