body {
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
}

.f-default {
	font-size: 12px;
}
.nav {
	line-height:1.0;
	float:left;
	margin-bottom:1.5em;
	position: relative;
}
.nav ul {
	background:#fff; /*IE6 needs this*/
	padding: 0;
	margin: 0;
	padding: 0;
}
.nav li {
	float:left;
	list-style:none;
	position:relative;
}
.nav li li {
	padding: 0;
	margin: 0;
}

/* no effect */
.nav li li a:link,
.nav li li a:visited,
.nav li li a:hover {
	border-left: 0;
	margin: 0;
	/*
	height: 30px;
	line-height: 30px;
	*/
	height: 26px;
	line-height: 26px;
}

/* the length of the submenu to the edge */
.nav li li a {
	display:block;
	padding: 0;
	text-decoration: none;
	background-image: none;
	float:none;
	/*
	width:125px
	width:280px;
	*/
}


/* the length of the submenu */
.nav li ul {
	float:none;
	top:-999em;
	position:absolute;
	/* 
	width: 177px;
	width:280px;
	*/
	z-index: 50;
}


#mmnu_family_home a{
	width:127px;
	text-align: center;
}
#mmnu_about_us a{
	width:113px;
	text-align: center;
}
#mmnu_about_you a{
	width:117px;
	text-align: center;
}
#mmnu_type_of_trips a{
	width:137px;
	text-align: center;
}
#mmnu_school_breaks a{
	width:137px;
	text-align: center;
}
#mmnu_resources a{
	width:113px;
	text-align: center;
}



#submnu_about_us {
	width:207px;
}
#submnu_about_us li a {
	width:200px;
	padding-left: 5px;
	text-align: left;
}
#submnu_about_you {
	width:257px;
}
#submnu_about_you li a {
	width:250px;
	padding-left: 5px;
	text-align: left;
}
#submnu_type_of_trips {
	width:207px;
}

#submnu_type_of_trips li a {
	width:200px;
	padding-left: 5px;
	text-align: left;
}
#submnu_school_breaks {
	width:167px;
}

#submnu_school_breaks li a {
	width:160px;
	padding-left: 5px;
	text-align: left;
}


#submnu_resources {
	width:172px;
}
#submnu_resources li a {
	width:165px;
	padding-left: 5px;
	text-align: left;
}


/* mouse over to create sub menu */
.nav li:hover ul,
.nav li.sfHover ul {
	left:0px;
	/*
	top: 38px;
	*/
	top: 26px;
}


div.wrapper { 
	margin: 0 auto; 
	/*
	width: 975px;
	width: 668px;
	background-color: #94ab6f;
	*/
	width: 750px;
	background-color: #330099;
	
	/*
	Tom this is for main menus background
	background: #cd561d;
	*/
}
div#horiz-menu {  /* this is a z-index ie6 and ie7 bug fix */
	position: relative;
	z-index: 50;
}
div#horiz-menu .wrapper {
	position: relative;
}
#horiz-menu .shadow-r {
	/*
	padding-left: 40px;
	height: 38px;
	*/
	height: 26px;
}

div#horiz-menu ul {
	margin: 0;
	padding: 0;
}

/* add 3px to the right of the top menu */
div#horiz-menu li {
	position: relative;
	margin: 0;
	padding: 0;
	/*
	margin-right: 3px;
	*/
	float: left;
	list-style: none;
}
div#horiz-menu a {
	display: block;
	float: left;
	/*
	padding: 0 25px;
	height: 38px;
	line-height: 38px;
	*/
	height: 26px;
	line-height: 26px;
	font-weight: normal;
	text-decoration: none;
	/*
	Tom this is for menu type: font-wight: bold;
	*/
}

div#horiz-menu li:hover li,
div#horiz-menu li.sfHover li{
	background-image: none;
}

div#horiz-menu li:hover li a,
div#horiz-menu li.sfHover li a{
	background-image: none;
}



/* background color of the main menu */
div#horiz-menu li a {
	color: #eee;
	/*
	Tom this is for main menu background
	background-color: #cd561d;
	*/
	background: #94ab6f;
	border-left: 1px solid #7e915e;
	/*
	Tom this is for sub menus lines
	background: #b04813;
	*/
}

/* background color of the sub menu */
div#horiz-menu .nav li li {
	/*
	Tom this is for sub menus background
	background: #4789e0;
	*/
	
	background: #5c439b;
	border-bottom: 1px solid #3d2d64;
	border-right: 1px solid #3d2d64;
	border-left: 1px solid #3d2d64;
	/*
	Tom this is for sub menus lines
	background: #6fa5e7;
	*/
}

/* edge at the end of sub menu */
div#horiz-menu li li a:link,
div#horiz-menu li li a:visited,
div#horiz-menu li li a:hover{
	background: url(../images/submenu.png) 100% 50% no-repeat;
}

/* mouse over color on the main menu */
div#horiz-menu li:hover a,
div#horiz-menu li.sfHover a{
	color: #fff;
	/*
	Tom this is for main menu mouse over background
	background: #4789e0;
	*/
	background: #5c439b;
}

/* mouse over color of sub menu */
.nav li li:hover,
.nav li li.sfHover,
#horiz-menu li:hover li:hover,
#horiz-menu li.sfHover li.sfHover,
#horiz-menu li.active li.active {
	/*
	Tom this is for sub menu mouse over background
	background-color: #3f7ac9;
	*/
	background-color: #7e38c3;
}


#divider .shadow-r {
	height: 4px;
	overflow:hidden;
}
div#divider {
	background: #330099;
}

#divider .shadow-l {
	background: url(../images/body2-shadow-l.png) 110% 0 repeat-y;
	/*
  	background-image: url(../images/body2-shadow-l.png);
  	background-repeat: repeat-y;	
  	*/
}

#divider .shadow-r {
	background:  url(../images/body2-shadow-r.png) 110% 0 repeat-y;
	/*
  	background-image: url(../images/body2-shadow-r.png);
  	background-repeat: repeat-y;	
  	*/
}
div#horiz-menu li.active a {
	background: #330099;
}
.fam_menu_clicked {
	background: #330099;
}


