@charset "utf-8";
body  {
	font-family: Arial, sans-serif;
	font-size: 15px;
	background: #006666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.twoColElsLtHdr #container { 
	width: 750px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColElsLtHdr #vid-pages-container {
	width: 750px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 12px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 
.twoColElsLtHdr #header { 
	background-color: #ffffff;
	background-image:url(../images/Header_FreshNFun_revised.jpg);
	background-repeat:no-repeat;
	height:275px;
} 
 
.twoColElsLtHdr #vid-pages-header { 
	background-color: #ffffff;
	background-image:url(../images/site-graphics/video-banner.jpg);
	background-repeat:no-repeat;
	height:140px;
} 



/*.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 12em; 
	background: #ffffff; 
	padding: 80px 0px 15px 0; 
	text-align:center;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.twoColElsLtHdr #sidebar1 img {
	padding-top: 10px;
}*/

.twoColElsLtHdr #mainContent {
	margin: 0 18px 0 18px; 
	overflow: hidden;
}

.salespage-padding {
	padding-left: 30px;
	padding-right:30px;
}


.twoColElsLtHdr #mainContent p, .twoColElsLtHdr #mainContent ul, .twoColElsLtHdr #footer {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #000000;
	text-align:justify;
	padding-right:15px;
	line-height:1.3em;
}

.twoColElsLtHdr #footer {
	background-image:url(../images/Footer_FreshNFun_revised.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-left:15px;
} 
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.image-right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 2px;
}
.image-left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
}
.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.img-border {
	border: 2px solid #e4f9f9;
}

/* TEXT STYLES */

.super-h1 {
	font-size:36px;
	color:#CC3300;
	font-weight:bold;
	line-height:1.6em;
	padding-top:12px;
	padding-bottom:12px;
}

h1, h2, .product-tagline {
	padding:4px 0px 4px 0px;
	margin:0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#008080;
}

h2, h5 {
	color: #CC3300;
}

h5 {
	font-size:17px;
}

h1 {
	font-size:26px;
}

h3, .green-fun {
	color: #008080;
	font-size: 16px;
	padding-top:2px;
}

h4 {
	color: #000000;
	font-size: 15px;
	padding:4px 0px 4px 0px;
}

.heading-tagline {
	font-size:85%; font-weight:normal;
}

.font-downsize {
	font-size:90%;
}

.red {
	color:#ff0000;
}

.orange {
	color: #f28237;
}

.rust {
	color:#db791e;
}

.blue {
	color: #008080;
}

.black {
	color:#000000;
}

.green {
	color: #009900;	
}

.tourq1 {
	color: #003333; font-size: 24px;
}

.white {
	color:#ffffff;
}

ul {
	text-align:left;
}

.no-bold {
	font-weight:normal;
}

blockquote {
	font-style:italic;
	letter-spacing:0.1em;
	font-size:14px;
	padding-left:25px;
	padding-right:25px;
}

.product-tagline {
	font-size:15px;
	font-weight:normal;
}

.twoColElsLtHdr #mainContent .slogan {
	text-align:center;
	color: #ff6600;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
}

.twoColElsLtHdr #mainContent .copyright {
	text-align:center;
}

.twoColElsLtHdr #mainContent .instructor-bios p {
	font-size:14px;
}

/* END TEXT STYLES */

/* BULLETED LISTS */

.square-bullets {
	list-style-image:url(../images/tourq-sq-12px.gif); margin-left:18px; margin-right:18px;
}

.square-bullets li, .round-bullets-1 li, blue-moon-bullet li {
	padding-bottom:10px;
}

.round-bullets-1 {
	list-style-image:url(../images/BD15136_.gif); margin-left:18px; margin-right:18px;
}

.round-bullets-1 li {
	font-weight:normal;	font-size:16px;
}

.cucumber-bullet {
	list-style-image:url(../images/cucumber-bullet.jpg); margin-left:18px; margin-right:18px;
}

.cucumber-bullet li {
	padding-bottom:12px; font-weight:normal;
	font-size:16px;
}

.carrot-bullet {
	list-style-image:url(../images/carrot-bullet.jpg); margin-left:38px; padding-left:38px; padding-top:15px; margin-right:18px;
}

.carrot-bullet li {
	font-size:14px; 
}

.checkmark-bullet {
	list-style-image:url(../images/check-mark.gif); margin-left:18px; margin-right:18px;
}

ul.blue-moon-bullet {
	list-style-image:url(../images/BD21482_.gif); margin-left:18px; margin-right:18px;
}

ul.blue-moon-bullet li {
	padding-bottom:12px;
}

ul.blue-moon-bullet h3 {
	text-transform:uppercase;
	display:inline;
}

/* END BULLETED LISTS */




/*GLOBAL LINK COLORS*/

a {text-decoration: none; color: #008080;}
a:hover {color: #CC3300;}
	
/*END GLOBAL LINK COLORS*/

/* VIDEO PLAYER DIV */

#video-div  {
	margin:auto;
	width:100%; 
	text-align:center;
}

/* END VIDEO PLAYER DIV */

/* CALENDAR */

.calendar {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #000000;
	text-align:justify;
	line-height:1.3em;
	margin-top:12px;
}

.calendar h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	margin:0px;
	padding:7px 0px;
}

.calendar-header-bg {
	background-color:#ebebeb;
}

/* STYLES TO LAYOUT THE TOP AND BOTTOM MENU */

.top-menu {
	height:26px;
}
.top-menu ul {float:left;list-style-type:none;margin:0px;padding:0px;width:100%;background:#ffffff;}
.top-menu ul li {float:left;background:url('../images/menu-images/start.gif') no-repeat;margin-right:3px;}
.top-menu ul li a {float:left;background:url('../images/menu-images/end.gif') no-repeat;background-position: 100% 0%;padding-left:10px;padding-right:10px;font:12px "Trebuchet MS", Arial, sans-serif;text-decoration:none;font-weight:bold;color:#000000;line-height:26px;}
.top-menu ul li a:hover {text-decoration:underline;}

.bottom-menu ul {
	margin: 20px 0px 0px 0px;
	padding: 0px 10px 28px 0px;
}

.bottom-menu li {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	padding-right:10px;
	padding-left:10px;
	list-style-type: none;
	text-decoration: none;
}

.bottom-menu a {
	color:#000000;
	text-decoration:none;
}

.bottom-menu a:hover {
	color:#D97E24;
	text-decoration:none;
}

/* END STYLES TO LAYOUT THE TOP AND BOTTOM MENU */

.resource-list-boxes {
	padding-left:50px;
}

#link-box .resource-list-boxes p {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

#link-box .resource-list-boxes .image-left {
	float: left;
	vertical-align:text-bottom;
	margin-right:4px;
}
#link-box .resource-list-boxes .image-right {
	float: right;
}

.green-fun {
	color:#336600;
	font-weight:bold;
	padding-bottom:12px;
}

.green-fun span {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

.font-up-size {
	font-size:120%;
}

.font-up-size-plus {
	font-size:125%;
}

.twoColElsLtHdr #mainContent .font-up-size-plus {
	font-size:120%;
}

.underline {
	text-decoration:underline;
}

.line-through {
	text-decoration:line-through;
}

.download-all {
	margin:auto;
	width:75%;
	padding:2px;
	text-align:center;
	background-color:#f7dcb7;
}

/* ROUND CORNER BOX DIV */

.standard-round-corner-box-outer {
	font-size:14px;
	padding:3px;
	margin: 0px auto 20px;
	width:92%;
	border: 2px solid #006666;
	background-color:#f5f5f5;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.standard-round-corner-box-inner {
	margin:auto;
	border: 1px solid #006666;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding:10px;
}

.double-border-box-outer {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:3px;
	margin: 0px auto 20px;
	width:80%;
	border: 2px solid #006666;
	background-color:#f5f5f5;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.double-border-box-inner {
	margin:auto;
	border: 1px solid #006666;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding:10px;
}

.star-box {
	background-image:url(../images/star-box.gif);
	background-position: top right;
	background-repeat:no-repeat;
}

.double-border-box-outer  h1 {
	padding-bottom:5px;
	margin-bottom:0px;
	margin-top:0px;
}

.double-border-box-outer  h3 {
	font-size:22px;
	padding-top:0px;
	margin-top:0px;
}

.double-border-box-outer p em strong, {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#161616;
}

.twoColElsLtHdr #mainContent .double-border-box-outer .double-border-box-inner p {
	font-size:16px;
	color:#161616;
}

.double-border-box-outer ul {
	list-style-image:url(../images/check-ritamarie.gif);
}

.double-border-box-outer ul li {
	font-size:16px;
	padding-bottom:7px;
	padding-top:7px;
	padding-left:0px;
	letter-spacing:.03em;
}

.double-border-box-outer ul li .font-up-size {
	color: #ff6600;
	font-weight:bold;
	font-style:italic;
}

.price-box {
	text-align:center;
	background-color:#ffffff; 
	padding:9px; 
	border:1px solid #c1c1c1; 
	margin:auto; width:180px; 
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.plain-box, .plain-box-wide {
	border: 1px solid #266371;
	margin:10px auto;
	width:76%;
	padding:15px;
}

.plain-box span {
	color:#266371;
	font-size:135%;
}

.plain-box-wide {
	width:90%;
}

.light-back-box {
	background-color:#fdfaf6; margin:20px auto; width:90%; padding:5px 16px; border: 1px solid #eeeeee;
}

.narrow {
	width:77%;
}

.buy-btn-spacing {
	margin:auto;
	width:100%;
	text-align:center;
	padding-top:10px;
	padding-bottom:20px;
}

.horizon-div-spacing {
	margin:auto;
	width:100%;
	text-align:center;
	padding-top:16px;
	padding-bottom:16px;
}


/* END ROUND CORNER BOX DIV */

/* BARASUS BOX DIV */


.barasus {
	width:494px; margin:auto; background-color:#ecedf1;
}

.barasus-top {
	background-image:url(../images/bara_sus_top.jpg); background-repeat:no-repeat; background-position:top center; height:35px;
}

.barasus-middle {
}

.barasus-bottom {
	background-image:url(../images/bara_sus_bottom.jpg); background-repeat:no-repeat; background-position:top center; height:35px;
}

.twoColElsLtHdr #mainContent table tr td {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.twoColElsLtHdr #mainContent table.barasus-table tr td p {
	font-size:13px;
}

/* END BARASUS BOX DIV */

/*Styles for AT A GLANCE SECTION OF CLASSES AND WORKSHOPS PAGE*/

#links-outer {
	padding:3px;
	margin: 10px auto 20px;
	width:90%;
	border: 2px solid #006666;
	background-color:#f5f5f5;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#links-inner {
	margin:auto;
	border: 1px solid #006666;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding:4px;
}

#links {
	margin:auto;
	width:100%;
}

#links ul {
        list-style-type: none;
        width: 100%
		margin:0px;
		padding:0px;
} 

#links li {
        border: 1px dotted #003300;
        border-width: 1px 0;
        margin: 5px 0;
}

#links li a { 
        color: #990000;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 100%;
}

#links li a:hover {
        background: #9bd2d2;
}

#links a em { 
        color: #000000;
        display: inline;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#links a span {
        color: #000000;
        font: normal 80% Verdana, Helvetica, sans-serif;
        line-height: 180%;
}


/* END Styles for AT A GLANCE SECTION OF CLASSES AND WORKSHOPS PAGE */

/*///////////////////////////////////////////////////////////////////////////////////////////*/

/*  STYLES FOR MEMBERS VIDEO PAGES */

.vid-wrapper {
	margin:auto;
	width:100%;
	text-align:center;

}

.vid {
	padding-top:0px; 
	text-align:left;
	float:left;
	background-color:#ffffff;
}

.vid a {
	text-decoration:none;
	color:#ffffff;
}

.vid a:hover {
	text-decoration:none;
	color:#000000;
}

.vid-menu {
	position:relative;
	color:#333333;
	font-size:14px;
	margin-left:345px;
	background-color:#fdfaf6;
	border: 1px solid #eeeeee;
	padding-left:25px;
}

.twoColElsLtHdr #mainContent .vid-wrapper .vid-menu ul {
	margin:0px;
	padding:0px;
	list-style-type:disc;
	text-align:left;
}

.vid-menu li {
	padding-top:6px;
	padding-bottom:7px;
}

.vid-menu a {
	text-decoration:none;
	color:#000000;
}

.active {
	font-weight:bold;
	color:#000000;
}

.vid-menu a:hover {
	text-decoration:none;
	color:#CC3300;
}

#horizontal-vid-menu .vid-menu {
	position:relative;
	color:#333333;
	font-size:14px;
	margin-left:0;
	background-color:#ffffff;
	border: 0px solid #eeeeee;
	padding-left:0px;
}

.twoColElsLtHdr #mainContent .vid-wrapper #horizontal-vid-menu .vid-menu ul {
	margin:0px;
	padding:0px;
	list-style-type:disc;
	text-align:center;
}

#horizontal-vid-menu .vid-menu li {
	display: inline;
	padding-right: 12px;
	padding-left: 11px;
	list-style-type: none;
	text-decoration: none;
	font-size:90%;
	border-right:1px solid #003300;
}

#horizontal-vid-menu .vid-menu li.no-right-border {
	border-right:none;
}

#horizontal-vid-menu .vid-menu a {
	text-decoration:none;
	color:#000000;
}

#horizontal-vid-menu .vid-menu a:hover {
	text-decoration:underline;
	color:#CC3300;
}

/*  END STYLES FOR MEMBERS VIDEO PAGES */

/*///////////////////////////////////////////////////////////////////////////////////////////*/

/*  STYLES FOR NEW BOUTENKO TV VID VIDEO PAGES */

.tv-vid-wrapper {
	margin:auto;
	width:100%;
	text-align:center;

}

.tv-vid {
	padding-top:0px; 
	text-align:left;
	float:left;
	background-color:#ffffff;
}

.tv-vid a {
	text-decoration:none;
	color:#ffffff;
}

.tv-vid a:hover {
	text-decoration:none;
	color:#000000;
}

.tv-vid-menu {
	position:relative;
	color:#333333;
	font-size:14px;
	background-color:#fdfaf6;
	border: 1px solid #eeeeee;
}

.tv-vid-menu a {
	text-decoration:none;
	color:#000000;
}

.active {
	font-weight:bold;
	color:#000000;
}

.tv-vid-menu a:hover {
	text-decoration:none;
	color:#CC3300;
}

.twoColElsLtHdr #mainContent .tv-vid-wrapper .tv-vid-menu ul {
	margin:0px;
	padding:0px;
	list-style-type:disc;
	text-align:left;
}

.twoColElsLtHdr #mainContent .tv-vid-menu ul {
	margin: 0px;
	padding: 0px;
	text-align:center;
}

.tv-vid-menu li {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	list-style-type: none;
	text-decoration: none;
	font-size:90%;
	border-right:1px solid #003300;
}

/*  END STYLES FOR NEW BOUTENKO TV VID VIDEO PAGES */

/*///////////////////////////////////////////////////////////////////////////////////////////*/

/* STYLES FOR VARIOUS MENUS */

.twoColElsLtHdr #mainContent .six-week-detox-menu,
.twoColElsLtHdr #mainContent .health-mentoring-menu 
{
	background-color:#006666;
	color:#87D579;
	text-align:center;
	width:100%;
	margin:22px auto;
	padding-top:8px;
	padding-bottom:8px;
}

.twoColElsLtHdr #mainContent .six-week-detox-menu ul,
.twoColElsLtHdr #mainContent .health-mentoring-menu ul 
{
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-size:14px;
}

.twoColElsLtHdr #mainContent .six-week-detox-menu li,
.twoColElsLtHdr #mainContent .health-mentoring-menu li 
{
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
	text-decoration: none;
	border-right:1px solid #ffffff;
}

.twoColElsLtHdr #mainContent .health-mentoring-menu li {
	border-right:none;
	font-size:18px;
}

.six-week-detox-menu a, 
.health-mentoring-menu a 
{
	color: #ffffff;
	text-decoration: none;
}

.six-week-detox-menu a:hover, 
.health-mentoring-menu a:hover 
{
	color:#FFFF00;
}

ul.lilmsword-pdf-list li {
	display:inline;
	padding:0px 4px;
}

/* STYLES FOR AUDIO TIP MENU */

.audio-tip-menu {
	background-color:#E7ECA4;
	color:#87D579;
	text-align:center;
	width:100%;
	margin:0px auto 10px;
	padding-top:4px;
	padding-bottom:1px;
}

.audio-tip-menu ul {
	margin: 0px;
	padding: 0px;
	text-align:center;
}

.audio-tip-menu li {
	display: inline;
	padding-right: 12px;
	padding-left: 12px;
	list-style-type: none;
	text-decoration: none;
	font-size:90%;
	border-right:1px solid #003300;
}

.audio-tip-menu a {
	color: #003300;
	text-decoration: none;
}

.audio-tip-menu a:hover {
	color:#f15c24;
}

.ielistpadding {
	padding-left:40px;
}

/* END STYLES FOR VARIOUS MENUS */

/* INSTANT TELESEMINAR PLAYER STYLES */

#mainContent .it-player-wrapper, .pdf-wrap {
	margin:auto;
	width:452px;
}

#mainContent .call-date {
	font-size:110%; color:#5E2502;
}

#mainContent #calls {
	width:75%;
}

#mainContent #calls h3, #calls h4 {
	margin:6px auto;
	padding:4px 0px;
}

#mainContent #calls h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	color:#5E2502;
}

#mainContent #calls h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	font-weight:bold;
	color:#014b4b;
}

#mainContent .tel-number-box {
	background-color:#f7f5f5;
	border:1px solid #999999;
	margin:10px auto;
	padding:0;
	width:80%;
}

#mainContent .tel-number-box p {
	font-size:13px;
	text-align:justify;
	padding:5px 15px;
}

#mainContent .tel-number-box .tel-number-top {
	background-image:url(../images/layout/xiosoft-slice-grey.gif); background-repeat:repeat-x; border-bottom:1px solid #999999; height:22px;padding:9px 0px 0px; text-align:center;
}

#mainContent .tel-number-box .tel-number-top span {
	font-size:12px;
	margin:0px;
	padding:0px;
}

#mainContent .special-call-notes {
	font-size:14px; font-style:normal; font-family:Verdana; font-weight:normal;
}

#mainContent .special-call-notes red {
	color:#ff0000;
}

/*'LIL DROP MENU 'LIL DROP MENU 'LIL DROP MENU 'LIL DROP MENU 'LIL DROP MENU */

 div.multi_drop_menus * {
 margin:0; padding:0;     /* removes margin and padding off all list elements */
 }
/* SET YOUR PREFERENCES!!! */
/* set your menu's font and colors here - the MENU MECHANICS  follow below */
div.multi_drop_menus {
 behavior:url(csshover.htc);/* you must link to the hover.htc file for this menu to work in IE6 and earlier */
/* need a copy? go to http://www.xs4all.nl/~peterned/htc/csshover.htc - copy the code into a text file and save it as csshover.htc */
 font-family: "Trebuchet MS",Arial,sans-serif;   /* font family for menu */
 text-align:left;
 font-size:14px; /* size of menu's type relative to parent element */
 font-weight:normal;
 margin:0px 0px 0px 0px;
 background-color:transparent;    /* colors the div - div fills the parent element for a horizontal menu - set to background-color:transparent; if not needed */
 }
div.multi_drop_menus ul {
 	border-right:0px solid #ffffff;   /* creates dividing line to left of level 1's first menu item, revealing div color to left of menu */
	display:inline;						/* fixes margin-doubling bug in IE6 */
 	}
div.multi_drop_menus li {
 background-color:#266371;         /* background color of the level 1 menu items */
 border-right:1px solid #ffffff;   /* creates dividing lines to right of each horiz level 1 menu item *//* set to 0px to remove */
 padding-right:14px;
 padding-left:14px;
 }                						    /* border-right is automatically removed from vert menu below  */

div.multi_drop_menus li:hover {
 background-color:#266371;      /* background color of hovered menu items */
 }
 div.multi_drop_menus a {
 color:#ffffff;                     		/* sets the color of all menu type */
 padding:.2em 5px;           		/*creates space top/bottom and left/right respectively around each menu item's text - set vert height in ems   */
 }
 div.multi_drop_menus a:hover {
 color:#FF6600;        				 /* type color of a hovered menu choice */
 }
div.multi_drop_menus ul li ul {
 width:10em;   						/* sets the width of menu levels 2 - 4 */
 }
div.multi_drop_menus li li { 
 background-color:#5d5d5d;        /* background color of the level 2 menu */
 border-bottom:1px solid #CCB; /* lines between menu choices - set to 0px if not wanted */
 font-size:13px; /* size of menu's type relative to parent element */
 }
div.multi_drop_menus ul li ul li ul  {
 border-top:1px solid #CCB;     /* set the border-top of levels 3 and 4 of a horizontal menu - set to 0px to remove - for a vertical menu, you will set this for levels 1 - 4 below */
 top:-1px; /* set to negative value of border-top for perfect pop-out alignment -set to 0 if border is 0 - don't remove! */
 } 
div.multi_drop_menus li li li { 
 background-color:#EEB;          /* background color of the level 3 menu */
 }
div.multi_drop_menus li li li li { 
 background-color:#DDA;         /* background color of the level 4 menu */
 }
  /* Want transparency on your menus? add the class 'transparent' to the multi_drop_menus div */
div.multi_drop_menus.transparent ul ul li {
 /* note: the lower the value, the greater the transparency */
  opacity:0.9; /* CSS3 - range 0 to 1 */     
  -moz-opacity:0.9; /* Firefox- range 0 to 1  */
  filter:alpha(opacity=90);  /* IE- range 0 to 100  */
  }
/* ADDITIONAL PREFS FOR VERTICAL MENU - NO NEED TO TOUCH THESE IF LEVEL 1 IS HORIZONTAL */
div.multi_drop_menus.vertical ul {
 border-top:1px solid #CCB;     /* set the border-top of level 1 of the vertical menu - broken out separately so it can be different from top border of other levels */
 }
div.multi_drop_menus.vertical li {
 border-bottom:1px solid #CCB;  /* adds horizontal lines between menu choices - overrides main setting above for this feature */
 }
div.multi_drop_menus.vertical ul ul  {
 border-top:1px solid #CCB;       /* set the border-top of levels 2 - 4 of a vertical menu - set to 0 to remove */
 top:-1px;            /* set to negative value of border-top for perfect pop-out alignment - set to 0 if border is 0 - don't remove!*/
 }
 
/* end vertical menu preferences */
/* END MENU PREFERENCES */
 
/* YOU ARE STONGLY ADVISED NOT TO MODIFY THE CODE THAT FOLLOWS : ) */
/* the menu mechanics start here */
div.multi_drop_menus {
	float:left;
 	width:100%;
	}
div.multi_drop_menus ul {
 float:left; /* makes ul wrap li */
font-size:1em; /* prevents inheritence from maiin text style sheet */
}
div.multi_drop_menus li {
 float:left;  /*causes the list to align horizontally instead of stack */
 list-style-type:none; /* removes the bullet off each list item */
 position:relative; /* positioning context for the absolutely positioned drop-down */
 }
div.multi_drop_menus a {
 display:block; /* makes link fill li so entire area is "hot" */
 text-decoration:none;  /* removes the underlining from the links */
 }
/* the horizontal menu ends here */
/* the drop-downs starts here */
div.multi_drop_menus ul li ul { 
 position:absolute;     /* positions the drop-down ul in relation to its relatively positioned li parent */
 border:0;         			/* stops inheritance from level 1 ul */
 margin-left:0px;        /* stops inheritance from level 1 ul */
 }
div.multi_drop_menus ul li ul li {
 width:100%;
 padding:0; /* stops inheritance */
 border-left:0; /* stops inheritance */
 border-right:0; /* stops inheritance */
 }
div.multi_drop_menus ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div.multi_drop_menus ul li:hover ul {
	display:block; /* shows the drop-down when the menu is hovered */
	z-index:1000; /* Safari needs this to display menu on top of other page elements */
	} 
/* pop-outs starts here */
body div.multi_drop_menus ul li ul li ul  {
 position:absolute; /* associated menu with parent li positioning context */
 visibility:hidden; /* ensures that level 3 menu is not reveal when level 2 is reveled */
 left:100%;
 top:-1px; /* aligns level 3 and 4 pop-out with previous level */
 }
div.multi_drop_menus ul li ul li:hover ul {visibility:visible;} /* shows level 3 menu when associated level 2 li is hovered */
/* second and third level popouts here*/
div.multi_drop_menus ul li ul li:hover ul li ul {visibility:hidden;} /* ensures that level 4 is not reveal when level 3 is reveled */
div.multi_drop_menus ul li ul li ul li:hover ul {visibility:visible;}  /* shows level 4 menu when associated level 3 li is hovered */
/* the drop-downs end here */
 
/* extra styles for the vertical menu */
div.multi_drop_menus.vertical ul {
 border-left:0px; /* removes the border of the level 1 ul that can be used in the horizontal menu */
 margin-left:0;         /* removes left margin that is available on horizontal menu */
 }
.vertical ul { /* took off the id so the ul ul width setting in prefs was more specific */
 width:100%; 
}
div.multi_drop_menus.vertical li {
 position:relative; /* positioning context for the level 2 menu */
 width:100%;         /* set width of level 1 menu - MUST match left value in ul ul selector below */
 clear:left; /* makes the main menu stack - note: turning off floating (alternative way to create stacking) causes spacing problems in IE */
 border-right:0; /* removes right borders used by horiz level 1 */
}
div.multi_drop_menus.vertical ul ul  {
 position:absolute; /* make ul position relative to parent li for all menu levels */
 left:100%;         /* align level 2 with level 1 - MUST match li width in selector above */
 top:-1px; /* aligns the level 2 pop-out */
 }
/* levels 2 -4 width */
div.multi_drop_menus.vertical li li {
}
div.multi_drop_menus.vertical ul ul ul {
 left:100%;          /* align level 2 with level 3 and 3 with 4 - MUST match li width in selector above */
 }
 /* END MENU MECHANICS */
 
/* inevitable hacks for IE6  and < */
* html div.multi_drop_menus {
 z-index:1; /* IE6 won't respect high z-index on abs-pos'd child (ul li ul) without this on its parent rel-pos'd element */
 }				/* see http://www.last-child.com/conflicting-z-index-in-ie6/ */
* html div.multi_drop_menus ul li ul {
  z-index:400; /*ensures menu is on top of other page elements */
 }
* html div.multi_drop_menus a {
/* cannot find a way to get the top level 'a' to fill the unwidthed menu choices without drop-down in IE : ( */
} 
* html div.multi_drop_menus.vertical a {
/* now hasLayout in IE - works on the vert menu as container has width */
 zoom:100%;
 } 
 * html div.multi_drop_menus ul ul a { /* second level of horiz menu */
 zoom:100%;  /* now IE 'haslayout" - IE now makes background hot in horizontal menus */
 } 
  /* info on haslayout: 
  http://www.sitepoint.com/forums/showpost.php?p=2041209&postcount=24
  http://onhavinglayout.fwpf-webdesign.de/hack_management/
   */
 /* END OF LIST-BASED MENU */
