/* Start of CMSMS style sheet 'imageMenu' */
#mainmenu {
   width: 650px; 
   height: 238px; 
   background: #bbe38f url('images/products_background.png') left top no-repeat;  
   padding-top: 3px;
}

ul#products {
  float: left;
  list-style: none;
  margin-left: -20px;
  text-indent: 0;
  font-size: 14px;
  *margin-left: 20px;
  *margin-top: 20px;
}

ul#products li {
background: #bbe38f  url('images/products_li_off.png') left top no-repeat;
width: 290px;
height: 29px;
display: block;
padding-top: 8px;
padding-left: 10px;
text-indent: 0;
margin: 0;
}

ul#products li a {
text-decoration: none;
color: #1a4d70;
border-bottom: 0px;
}

ul#products li a:hover {
text-decoration: underline;
color: #5e5e5e;
border-bottom: 0px;
}
ul#products li:hover {
background: #bbe38f  url('images/products_li_on.png') left top no-repeat;
}

div#productcontent {
float: left;
background: #dff1c7 url('images/products_content.png') left top no-repeat;
width:283px;
height: 194px;
margin: 0;
display: block;
margin-top: 12px;
margin-left: -6px;
padding-top: 16px;
padding-left: 25px;
padding-right: 10px;
clear: right;
}

div#productcontent #content2, div#productcontent #content3, div#productcontent #content4, div#productcontent #content5, div#productcontent #content6 {
display: none;
clear: right;
}

div#productcontent div p {
font-family: Arial;
color: #262626;
font-size: 13px;
}

div#productcontent div p a {
text-decoration: none;
color: #1a4d70;
border-bottom: 0px;
}
div#productcontent div p a:hover {
text-decoration: underline;
color: #5e5e5e;
border-bottom: 0px;
}

/* End of 'imageMenu' */

