/* Green Products CSS   */
/*Use "id#" rather than "class" for a link 
 otherwise, hover, visited links are controled by GTF css  */

/* mika memo space
CSS background image folder path is different !
 background: url(images/menu.jpg); -- not "./Green/images..."

*/

a{
text-decoration:none;}

table.body {
font-family: Arial, Verdana, Helvetica, sans-serif;
width: 604px;
border-width: 0px;
padding: 0px;
margin: 0px;
}

#contentsg{
font-size:12px;
color:#393939;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 20px;
margin-right: 20px; 
padding: 0px;
text-align:left;
}
#contentsg a{ /*all links under contentsg will be green */
text-decoration:underline;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color:#005533;
}

td.notmain{
text-indent:30px; 
font-size:35px; 
color:#ffffff; 
}

td.flashbanner2{   /* for Flash vendor table */
widht: 604px;
height: 135 px;
padding: 0px;
margin: 0px;
}

td.qg{
font-size: 12px;
color:#ff0000;
padding-bottom: 5px;
}

td.ag{
font-size: 12px;
padding-left:30px;
padding-bottom: 20px;
}

#vendorslink, #vendorslink:hover{
padding-right:10px;
font-size:15px;
background-color:#D1E0DA;
text-decoration:underline;
font-weight:bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
color:#005533;}

table.vendortable{
font-family: Arial, Verdana, Helvetica, sans-serif;
color:#393939;
font-size:12px;
text-align:center;
}

/* New menu */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 100%; /*For KHTML*/
  list-style: none;
  height: 20px;
}

ul#navmenu li {
  width:100px;
  text-align:center;
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 20px;
}

ul#navmenu ul {
	
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 180px;
  list-style: none;
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
 
clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
text-align:left; 
  width: 180px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}
#current{
background-color:#aac6bb;


}
/* Root Menu */
ul#navmenu a {
width:100%;
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
 /* padding: 0 6px; */ 
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;

  /*background: url(menu.jpg); */
  color: #005533;
  font: bold 15px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #005533;
  color: #ffffff;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	  border: 1px solid #FFF; 
  border-right-color:#ccc;
  border-bottom-color: #CCC; 
  float: none;


 background: url(images/menu.gif);
   color: #005533;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
   background: #005533;
  color: #ffffff;
}


/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}










