td,table,body{Font-Family:Arial, Verdana; font-size: 9pt; }

H1{ font-size: 14pt; } 
H2{ font-size: 13pt; } 
H3{ font-size: 12pt; } 
H4{ font-size: 11pt; } 

TH {text-align:left; }

.templateContentArea { padding-top: 10; }

 .img_product_view { float: right }

#example1 a {
  margin-right: 2px;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  padding: 2px 5px 2px 15px;
  color: #000;
  text-decoration: none;
  background-image: url(/uploads/72620/images/catagory.gif);
  background-repeat: no-repeat;
  background-position: 6px 5px;
  background-color: #CCC
}
#example1 a:hover {
  background-color: #FF6;
}

 #menu {
width: 740; 
 font-family:  Trebuchet MS, Arial, sans-serif; 
 background-color: #d6d281; 
 height: 22;
color: #000000;
}

#menu ul {
 list-style: none;
 padding: 0;   /* padding to buttons */
 margin: 0 ;   /* indent from outside div */
}

#menu li {
float: left;     /* left for horizonal menu, otherwise its vertical.
width: 100;   /* button outside dimensions, need this for centering text... make this same as anchor */

 }

#menu a {
width: 100;   /* button outside dimensions, need this for centering text... make this same as anchor */
text-align: center;  /* position text within li button */
 text-decoration: none; /* remove typical underline */
 font-size: 9pt;    /* menu text size */
 display: block;    /* treats layout of buttons like they're table cells rather than list items */
 height: 14;   /* button outside dimensions  */
 color: #ffffff;  /* link text colour */
 background-color: #000000;
 border-width: 0px;
 border-right:1px;
 border-style: solid;
 border-color: #ffffff;
 padding: 2;   /* padding of text within button */
 margin: 0;   /* padding of button within list item */
}

#menu a:hover {  /* override as neccesary for mouse over effects */
 color: #000000; 
 background-color: #cccccc;

}
#menu li a {
                                padding: 5px 5px 5px 5px;
                
                }

#menu li ul {  /* this one is the dropdown */
 position: absolute; /* so we can hide it */
 left: -999em;  /* by default it is hidden */
 width: 100px;  /* width of the entire dropdown */
 margin: 0;  /* relative position of the menu to the button... 0=tight on bottom.. */
 background-color: #d6d281; /* color of the entire dropdown */

}

#menu li ul a {  /* override colours for drop down buttons */
background-color:#d6d281;
 width: 100px;
 text-align:left;
 font-size: 10pt;
 color:#000000;
padding:4px;
}



#menu li ul a:hover {  /* override colours for drop down buttons */
color: #ffffff;
 background-color: #6b6941;
}

#menu ul li:hover, #menu ul li.sfhover {
 color: blue;
}

#menu ul ul ul {
 position: absolute;
 background-color: #666666; /* color of the entire dropdown */
 top: auto;  /* auto means that it will be in the typicall indented list position below the first menu */
 left: 0;   /* 0 */
 margin: -20 110;       /* adjust the margins to position the 2nd level popout menu to the right*/
 width: 100%;   /* width is based on the containing block */
}

#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul 
{
 left: -999em;
}

#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul, 
#menu li li li.sfhover ul {
 left: auto;
}

#catmenu {
 margin-top: 10;
 margin-left:0;
 padding: 0;
 width: 120;  
}

#catmenu ul {
 list-style: none;
 padding: 1;   /* padding to buttons */
 margin: 0 ;   /* indent from outside div */
 width:120;
}

#catmenu li {
 left: 0;
 margin: 0 ;
 padding: 0;
 display: block;
 position:relative;
 width: 120;   
}

#catmenu a {
 text-align: center;  /* position text within li button */
 text-decoration: none; /* remove typical underline */
 font-size: 8pt;    /* menu text size */
 display: block;    /* treats layout of buttons like they're table cells rather than list items */
 width: 120;   /* button outside dimensions */
 color: white;  /* link text colour */
 background-color: #777777;
 padding:2;   /* padding of text within button */
 margin: 1;   /* padding of button within list item */
}

#catmenu a:hover {  /* override as neccesary for mouse over effects */
 color: #0a1962; 
 background-color: #fd6200;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#catmenu ul ul {
 display: none;   /* removes the anoying space between buttons where popupmenus exist.*/
 visibility:hidden;  /* dropdowns hidden by default, until hovered over */
 position:absolute;
 top:0;
 left:122; 
 width: 130px;  /* width of the entire dropdown */
 margin: 0;  /* relative position of the menu to the button... 0=tight on bottom.. */
 padding: 2;
 background-color: #555; /* color of the entire dropdown */
}

#catmenu ul ul ul {
 position: absolute;
 top: auto;  /* auto means that it will be in the typicall indented list position below the first menu */
 left: 0;   /* 0 */
 margin: -20 130;       /* adjust the margins to position the 2nd level popout menu to the right*/
 width: 130;   /* width is based on the containing block */
 background-color: #444; /* color of the entire dropdown */
}

#catmenu li ul a {  /* override colours for drop down buttons */
 background-color: #666;
 color:white;
 width: 130px;
 text-align:center;
 font-size: 8pt;
 border-top: 1px  solid white;
 border-left: 1px  solid white;
 border-right: 0px ;
 border-bottom: 1px  solid #000000;
 padding:2px;
 margin: 0; 
}


#catmenu li ul a:hover {  /* override colours for drop down buttons */
 color: white;
 background-color: #999;
}

#catmenu ul li:hover, #catmenu ul li.sfhover {
 color: blue;
}


#catmenu li:hover ul ul, 
#catmenu li:hover ul ul ul, 
#catmenu li.sfhover ul ul, 
#catmenu li.sfhover ul ul ul 
{
 left: -999em;
}

#catmenu li:hover ul, 
#catmenu li.sfhover ul 
{ 
  visibility:visible;
  display: block;  /* anoyingly restores the anoying space between buttons where popupmenus exist.*/
}

#catmenu li li:hover ul, 
#catmenu li li li:hover ul, 
#catmenu li li.sfhover ul, 
#catmenu li li li.sfhover ul {
  visibility:visible;
  left: auto;
  display: block;  /* anoyingly restores the anoying space between buttons where popupmenus exist.*/
}

#list {
        border-right: 0px solid #000;
        padding: 0 0 0 0;
        margin-bottom: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size : 12px;
        background-color: transparent;
        color: #000000;
		width:115px
        }
#list ul {
                list-style: none;
                margin: 0;
				margin-left:5px;
                padding: 0;
                border: none;
                }

        #list li {
                border-bottom: 1px  solid #ffffff;
                margin: 0;
				margin-bottom: 2;
                list-style: none;
                list-style-image: none;
                }

#list li a {
                display: block;
                padding: 3px 3px 3px 3px;
                border-left: 0px solid #1958b7;
                border-right: 0px solid #508fc4;
                background-color: #666666;
                color: #ffffff;
                text-decoration: none;
                width: 115;
                }
				
        html>body #list li a {
                width: auto;

                }

        #list li a:hover {
                border-left: 0px solid #1c64d1;
                border-right: 0px solid #5ba3e0;
                background-color: #000000;
                color: #ffffff;
                }

        #list li #active {
                border-left: 0px solid #1c64d1;
                border-right: 0px solid #5ba3e0;
                background-color: #993333;
                color: #fff;
                }