@charset "utf-8";
/* CSS Document */

body  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	background: #ffffff;
	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;
	behavior:url("csshover.htc");
}

#superwrap {
	width:1068px; 
	margin:auto; 
	background-image:url(../images/site-graphics/drop-shadow-container-middle.jpg); 
	background-repeat:repeat-y; 
	background-position:top center;
}

.shadow-top {
	background-image:url(../images/site-graphics/drop-shadow-container-top.jpg); 
	background-repeat:no-repeat; 
	background-position:top left; 
	height:20px; 
	text-align:left;
}

.shadow-bottom {
	background-image:url(../images/site-graphics/drop-shadow-container-bottom.jpg); 
	background-repeat:no-repeat; 
	background-position:top left; 
	height:20px;
}

#container { 
	width: 1024px;  /* 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 0 21px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background-color: #ffffff;
	background-image:url(../images/site-graphics/vl-banner-with-dr-and-sign-up-bg.jpg);
	background-repeat:no-repeat;
	height:260px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	float: left;
	width: 200px;
	background: #ffffff;
	padding: 15px 10px 15px 20px;
}
#mainContent { 
	margin: 0 0px 0 0px;
	padding: 20px 30px 0 30px;
	overflow: hidden; 
  	width:auto;
	position:relative;
} 

#container .narrow {
	clear:both;
	width: 600px;
	margin:50px auto;
	padding-top:0;
	border-top: 1px solid #eae9e9;
	border-left: 1px solid #eae9e9;
	border-right: 3px solid #eae9e9;
	border-bottom: 3px solid #eae9e9;
}

#mainContent p, #mainContent ul, #footer {
	text-align:justify;
	line-height:1.3em;
}

#footer {
	background-image:url(../images/Footer_FreshNFun_1024_wide.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-left:15px;
} 
#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: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

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

#footer .copyright {
	text-align:center;
}

#menu {
	 margin-bottom:35px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> sidebar rotator (whats-new-box) styles <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.whats-new-box {
	background-image:url('../images/site-graphics/whats-new-box-slice.jpg'); background-repeat:repeat-y; background-position:top center;
}

.whats-new-box-top {
	height:50px;background-image:url('../images/site-graphics/whats-new-box-top.jpg');background-repeat:no-repeat;background-position:top center;
}

.whats-new-box-bottom {
	height:21px;background-image:url('../images/site-graphics/whats-new-box-bottom.jpg');background-repeat:no-repeat;background-position:top center;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> top tabbed menu styles <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.top-menu {
	height:26px;
	background-color:#eafafa;
	background-image:url(../images/site-graphics/top-sandbar.jpg);
	background-repeat:no-repeat;
	background-position: top right;
}
.top-menu ul {float:left;list-style-type:none;margin:0 0 0 490px;padding:0px;width:100%;background:transparent;}
.top-menu ul li {float:left;/*background:url('../images/menu-images/start.gif') no-repeat;*/margin-right:3px; padding:0;}
.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 styles <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.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;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> misc styles <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.clearfloat { /* 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;
}

/* 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;
}

.class-wrap {
	padding:10px 0px 10px; border-bottom:1px solid #333333;
}

.events-list-wrap {
	margin:0 0 0 240px;
	padding:5px 0 0;
}

.events-list {
	font-size:16px;
}

.events-list-tagline {
	font-weight:bold; font-size:14px; color:#000000;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> text styles <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

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

h1, h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:28px;
	color: #CC3300;
	padding:10px 0px 4px 0px;
	margin:0px;
}

h2 {
	color:#006666;
	font-size:23px;
}

h3, h3 a {
	color: #CC3300;
	font-size: 19px;
}

.sidebar-shop h3 {
	font-size: 17px;
}

h4 {
	color: #000000;
	font-size: 17px;
}

h5 {
	color: #000000;
	font-size: 14px;
}

.red {
	color:#ff0000;
}

.orange {
	color: #f28237;
}

.blue {
	color: #008080;
}

.black {
	color:#000000;
}

.green {
	color: #009900;	
}

.tourq {
	color: #003333;
}

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

.h2tagline {
	font-weight:normal; font-size:14px;
}

.hilite {
	background-color:#FFFF00;
}

ul, ol {
	text-align:left;
}

ul li, ol li {
	padding:7px 0;
}

ul.ingredients li {
	padding:3px 0;
}

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

#mainContent p.faq-questions {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#006666;
	font-weight:normal;
	font-size: 15px;
	margin:6px 0px;
}

#mainContent .instructbio-wrap {
	width:90%; margin:auto;
}

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

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

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

.underline {
	text-decoration:underline;
}

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

.hor-div-center {
	margin:auto;
	width:60%;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> recipe signup <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.recipe-signup {
	/*background-image:url(../images/site-graphics/desserts-sign-up-website.png); background-repeat:no-repeat; background-position:top right;*/ height:239px;
    float: right;
    height: 239px;
    width: 250px;
}

.recipe-signup-inner {
	padding-top:90px;
}

.recipe-signup #name, .recipe-signup input.infusion-field-input {
	width:115px; height:10px;border-top: 1px solid #B6EFFF;border-right: 2px solid #B6EFFF;border-bottom: 2px solid #B6EFFF;border-left: 1px solid #B6EFFF;
}

.recipe-signup #email, .recipe-signup input.#Contact0Email {
	width:125px; height:10px;
}

.recipe-signup .infusion-submit-button .button {
	padding:0;
}

.infusion-field-container-wrapper {
	margin-bottom: -4px;	
}

table.bodyContainer {
	padding-right:15px;	
}

td.infusion-field-label-container {
	padding:1px; margin-top:2px;text-align:right; font-size:13px;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> end recipe signup <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.box-style-one  {
	margin:auto; 
	width:70%; 
	background-color:#f1ffff; 
	border: 1px solid #c7fdfd; 
	padding:10px; 
	margin-bottom:22px;
}

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

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

div.curly-quotes-1 {
	display: block;
	background-image:url(../images/site-graphics/box-slice-grey.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border:2px solid #e1e1e1;
	padding: 10px 60px 30px;
	width: 460px;
	margin:auto auto 15px;
}

div.curly-quotes-1 p {
	color:#4a3434;
	font-size:14px;	
}

div.curly-quotes-1:before, div.curly-quotes-1:after {
	color: #006666;
	display: block;
	font-size: 700%;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 50px;
}

div.curly-quotes-1:before {
	content: open-quote;
	height: 0;
	margin-left: -0.45em;
}


div.curly-quotes-1:after {
	content: close-quote;
	height: 50px;
	margin-top: -70px;
	margin-left: 490px;
	visibility:hidden;
}

.box-style-three {
	background-color:#FFFFCC;
	border:1px solid #97192b;
	margin:30px auto;
	padding:10px;
	width:85%;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}

.box-style-four {
	font-size:14px;
	background-color:#FFFFCC;
	border:1px solid #97192b;
	margin:30px auto;
	padding:10px;
	width:85%;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}

.box-style-four p {
	margin-bottom: 2px;	
}

.box-style-four ul {
	margin:6px 0 10px;	
}


.box-style-four ul li {
	padding:3px 0;	
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> bulleted lists styles <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.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;
}

.square-bullets li ul li {
	list-style-image: none;
	list-style-type:disc;
}

.blog_layout_headers li {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:bold;
	color:#006666;
}

.blog_layout_headers li ul {
	padding:0px;
	margin:0px;
}

.blog_layout_headers li ul li {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	color:#000000;
	font-weight:normal;
	list-style-type:none;
	padding:7px 0px;
}

.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;
}

ul.live-events-list li {
	list-style-image:url(../images/right-pointing-bullet-arrow.jpg);
	padding:7px 0;
}

/* END BULLETED LISTS */

/*GLOBAL LINK COLORS*/

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

/* VIDEO PLAYER DIV */

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

/* END VIDEO PLAYER DIV */

#sidebar1 .sih {
	margin-top:10px;
	margin-bottom:15px;
	text-align:center;
}

#sidebar1 .sih_nopad {
	margin-top:0px;
	margin-bottom:0px;
}

#sidebar1 .social-icons {
	width:220px;
	margin:0 auto 15px;
}

#sidebar1 .social-icons img {
	margin-left:2px;
	margin-right:2px; 
	border:none;
	float:left
}

#sidebar1 .social-icons p.heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding:6px 0;
	margin:0;
}


/* 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 */


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> nutrion store <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#mainContent table.nutritionstore {
	margin:20px auto;
}

.nutritionstore tr:hover, .nutritionstore tr.hilite {
	background-color:#fdddd7;
}

#mainContent table.nutritionstore tr td {
	border-bottom:1px solid #CCCCCC;
	padding:10px;
	vertical-align:top;
}

#mainContent table.nutritionstore tr td h4 {
	padding:2px 0px;
	margin:0px;
}

#mainContent table.nutritionstore tr td p {
	font-size:13px;
	padding:2px 0px;
	margin:0px;
	text-align:left;
}

#mainContent table.nutritionstore tr td.border-top {
	border-top:1px solid #CCCCCC;
}


.opt-compare tr:hover, .opt-compare tr.hilite {
	background-color:#fdddd7;
	color: #000000;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> end nutrion store <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> video classes <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.vidclasspay {
	margin:15px auto;
	border:1px solid #e1e1e1;
	border-collapse:collapse;
	text-align:center;	
}

.vidclasspay td {
	border:1px solid #e1e1e1;
	padding:6px;
	font-size:13px;	
}

.vidclasspay th {
	border:1px solid #e1e1e1;
	padding:6px;
	font-size:13px;	
	font-weight:bold;
	color:#CC3300;
	background-color:#f9f8f8;
	border-bottom-color:#8e8d8d;	
}

.vidclasspay th.blankcell {
	border-bottom-color:transparent; 
	background-color:#ffffff;
}

.vidclasspay td.subhead {
	font-size:15px;
	text-align:right;
	padding-right:120px;	
}

.vidclasspay td span.code {
	font-family:"Courier New", Courier, monospace;
	color:#333333;	
}

.vidclasspay .col1 {
	background-color:#f9f8f8;	
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> end video classes <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> the shopping center!!! <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*STYLES TO LAYOUT THE SHOPPING CATEGORIES (CATS) MENU AND GIVE IT'S LINKS A COLOR*/

#mainContent .cats-top-menu {
	background-color:#ffffff;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	margin:15px auto 32px;
	font-weight:normal;
	color:#266371;
}

#mainContent .cats-top-menu ul {
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#mainContent .cats-top-menu li {
	display: inline;
	margin: 0px;
	padding:0px 5px;
	list-style-type: none;
	text-decoration: none;
	border-right: 1px solid #266371;
}

#mainContent .cats-top-menu a {
	color:#266371;
	text-decoration:none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#mainContent .cats-top-menu a:hover {
	color:#D97E24;
	text-decoration:none;
}

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

/*STYLES FOR EACH PAGE'S CATEGORY HEADING*/

.cat_title, .price {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 padding-bottom:10px;
 color:#000000;
 font-weight:bold;
 font-size:18px;	
}

.product-tagline {
	padding:4px 0px 4px 0px;
	margin:0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#266371;
	font-weight:normal;
}


.price {
	font-weight:normal;
	font-size:14px;
} 

/*STYLES FOR ITEM CONTAINER*/

.product-wrap {
	margin:15px auto;
}

.item-container {
	margin:0px auto 20px; width:100%;
}

.item-container p strong {
	color: #010b0d;
}

/*STYLES TO ADD TO CART BUTTON*/

.addtocart {
	padding-top:5px;
	padding-right: 12px;
}

.viewcart {
	float:right; 
	margin-right:0px;
	padding-right: 12px;
}

.buy_options {
	float:right; 
	margin-right:0px;
	padding-right: 18px;
	padding-left: 18px;
}


/*STYLES FOR 'FIND OUT MORE' link*/

.special-link a {
	color:#d97e24;
	display:inline;
}

.special-link a:hover {
	color:#266371;
	display:inline;
}

/*STYLES FOR 'FIND OUT MORE' link*/

.newsletter-signup-wrap {
	margin:auto;
	width:460px;

}

.newsletter-signup {

}

.ar-select {
	margin:auto;
	width:330px;
}

.ar-name {
	font-weight:bold;
	color:#006666;
}

.instructions {
	color:#CC3300;
	font-size:16px;
	padding-top:10px;
	padding-bottom:10px;
}

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

.customerservice {
	margin-top:30px;
}

#mainContent .customerservice p {
	text-align:left;
}

#mainContent p.help-return-link {
	position:absolute; top:0; left:10px;
}

#mainContent p.faq-return-link {
	position:absolute; top:0; right:10px;
}

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

/* TAF SPECIFIC */

.taf-table .fields {
	width:250px;
}

.taf-table .comment {
	width:400px;
}

.error-msg-wrap {
	margin:auto; width:650px; background-color:#ecf8fa; padding:10px; border:1px solid #c3ecf2; color:#FF0000;
}

.error {
	color:#ff0000;
}
/* END TAF SPECIFIC */
 
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Smooth Show Hide <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#999999;
	background-color:transparent;
	width:100%;
	margin:2px auto 2px;
	padding-left:2px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #f5fddd;
	background-color:#fbffef;
	width:100%;
	margin:auto;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:5px;
	position:relative;
	text-align:justify;
}

#mainContent .dhtmlgoodies_answer_content p, #mainContent .dhtmlgoodies_answer_content ul li {	/* Content that is slided down */
	font-size:13px;
	color:#323131;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> multi level drop down styles <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

 div.multi_drop_menus * {
 margin:0; padding:0;     /* removes margin and padding off all list elements */
 z-index:1000;
 }
/* 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-image:url(../images/site-graphics/main-site-menu-bg-slice.jpg);
 background-repeat:repeat-x;
 background-position:top left;
 background-color:#3b9aa2;    /* 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:transparent;         /* background color of the level 1 menu items */
/* background-image:url(../images/site-graphics/main-site-menu-bg-slice.jpg);
 background-repeat:repeat-x;
 background-position:top left;*/
 border-right:1px solid #ffffff;   /* creates dividing lines to right of each horiz level 1 menu item *//* set to 0px to remove */
 }                						    /* border-right is automatically removed from vert menu below  */

div.multi_drop_menus li:hover {
 background-color:#006666;      /* background color of hovered menu items */
 }
 div.multi_drop_menus a {
 color:#ffffff;                     		/* sets the color of all menu type */
 padding:0.6em 48px;           		/*creates space top/bottom and left/right respectively around each menu item's text - set vert height in ems   */
 }
 div.multi_drop_menus ul li ul li a {
 padding:0.6em 27px;
 }
 div.multi_drop_menus a:hover {
 color:#ffffff;        				 /* 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:#3b9aa2;        /* 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:200px;
 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 */

