/* Non-essential Styles */
h3 { font-size:1.2em; }
h4 { font-size:1em; font-weight:normal; }
p  { margin:0; margin-top:5px; }

*.float-divider  { clear:both; height:1px; font-size:1px; line-height:1px; }

/* Essential Styles */

.ctr  
{ 
	width: 750px ;
	margin: 0 auto;
}

.divleft 
{     
  top:8px;
	width: 16.66%;
	margin: 10px auto 0 auto;
	float:left;
}

*.menu      {  position:relative; cursor:pointer; z-index:4;
               white-space:nowrap; background-color:transparent; 
            }

*.menu a    { text-decoration:none; color:#4d0000; }

*.menu h3   { float:left; margin:0; padding:0;  
              background-image:    none; 
              background-position: left bottom;
              background-color:    transparent;
              background-attachment:    fixed;
              font-size:1.2em;
            }

*.menu h4   { display:inline; margin:0; }

*.menu ul   { position:absolute; margin:0; padding:0; padding-bottom:0px; 
              background-color: #a4a4a4;  }

*.menu li   { margin:0; padding:2px 0px; list-style-type:none; color:#4d0000;text-align:left; }
*.menu li img       { margin-left:-22px; padding-right:5px; }
*.menu li.separator { margin-top:5px; border-top:1px solid gray; padding-top:5px; }
*.menu li.flyout-trigger { background:url("flyout1.gif") no-repeat right center; }

*.menu h3.hover      { text-decoration: underline;}
*.menu li.hover      { background-color:#b22222; color:#4d0000; }

*.menu ul.dropdown   { top:100%; clear:both; left:0%;}
*.menu ul.submenu    { left:100%; margin-top:-1.5em; margin-left:-0.3em; }

*.menu *.hidden      { display:none; }

*.menu h3,*.menu ul { border-left:1px   solid transparent; 
                      border-right:1px  solid transparent; 
                      border-top:1px    solid transparent; 
                      border-bottom:1px solid transparent; }


/* Essential styles that do not work properly in Internet Explorer 6. */
*.menu li.flyout-trigger.hover 
            { background:url("flyout2.gif") no-repeat right center #b22222; }

*.menu li.hover > a  {  }

