/* Start of CMSMS style sheet 'miles-tables-nav' */
/******************** MENU *********************/

div#menu {
	margin: 0;
	padding: 44px 12px 36px 12px;   /* some air above and under menu and content */
	font-size: 20px;
	line-height: 36px;
	color: #854a50;
}

#menu ul {
/* remove any bullets */
	list-style: none;
/* margin/padding set in li */
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 36px;
	color: #854a50;
}

#menu ul ul {
	margin: 0;
/* padding right sets second level li in on right from first li */
	padding: 0px 0px 0px 11px;
/* replaces bottom of li.menuactive menuparent, looks like li below it, set in 5px more, is sitting on top of it */
	font-size: 18px;
	font-style: italic;
	line-height: 36px;
	color: #808080;
}
#menu li {
/* remove any bullets */
	list-style: none;
/* negative bottom margin pulls them together, images look like one border between */

/* bottom padding pushes "a" up enough to show our image */

/* you can set your own image here */
	font-size: 20px;
	line-height: 36px;
	color: #854a50;
}
#menu li.currentpage {
	padding: 0px 0px 0px 0px;
}
#menu li.menuactive {
	margin: 0;
	padding: 0px;
/* replaced by image in ul ul */
	
}
#menu li.menuactive ul {
	margin: 0;
}
#menu li.activeparent {
	margin: 0;
	padding: 0px;
}
/* fix stupid IE6 bug with display:block; */
* html #menu li {
	height: 1%;
}
* html #menu li a {
	height: 1%;
}
* html #menu li hr {
	height: 1%;
}
/** end fix **/
/* first level links */
div#menu a {
/* IE6 has problems with this, fixed above */
	display: block;

/* this will be link color for all levels */
	font-size: 20px;
	line-height: 36px;
	color: #854a50;
/* Fixes IE7 whitespace bug */
	min-height: 20px;
/* no underline for links */
	text-decoration: none;
/* you can set your own image here this is tall enough to cover text heavy links */
	
}
/* next level links, more padding and smaller font */
div#menu ul ul a {
	font-size: 18px;
	font-style: italic;
	line-height: 36px;
	color: #808080;
}

/* third level links, more padding */
div#menu ul ul ul a {

}
/* hover state for all links */
div#menu a:hover {
	text-decoration: none;
}

div#menu a.activeparent:hover {
	text-decoration: none;
}
/* active parent, that is the first level parent of a child page that is the current page */
div#menu li.activeparent {
/* you can set your own image here */
	
/* white to contrast with background image */

}
div#menu li.activeparent a.activeparent {
/* you can set your own image here */
	
/* to contrast with background image */

}
div#menu li a.parent {
/* takes left padding out so span image has room on left */

}
div#menu ul ul li a.parent {
/* increased padding on left offsets it from one above */

}
div#menu li a.parent span {
	display: block;
	margin: 0;
/* adds left padding taken out of "a.parent" */

/* arrow on left for pages with children, points down, you can set your own image here */
	
}
div#menu li a.parent:hover {
/* removes underline hover effect */
	text-decoration: none;
}
div#menu li a.parent:hover span {
	display: block;
	margin: 0;

/* arrow on left for pages with children, points right for hover, you can set your own image here */
	
}
div#menu li a.menuactive.menuparent {
/* sets it in a little more than a.parent */

}
div#menu ul ul li a.menuactive.menuparent {
/* sets it in a little more on next level */

}
div#menu li a.menuactive.menuparent span {
	display: block;
	margin: 0;
/* to contrast with non active pages */
	font-weight: normal;

/* arrow on left for active pages with children, points right, you can set your own image here */
	
}
div#menu li a.menuactive.menuparent:hover {
	text-decoration: none;

}
div#menu ul ul li a.activeparent {

}
div#menu h3 {
 font-weight:normal;
}

/* current pages in the default Menu Manager template are unclickable. This is for current page on first level */
div#menu ul h3 {
	display: block;
/* some air for it */

/* this will be link color for all levels */

/* instead of the normal font size for <h3> */
  font-weight:normal;
	font-size: 20px;
/* as <h3> normally has some margin by default */
	margin: 0;
/* you can set your own image here, same as "a" */
	
}
/* next level current pages, more padding, smaller font and no background color or bottom border */
div#menu ul ul h3 {
	font-size: 18px;

/* you can set your own image here, same as "a" */
	

}
/* current page on third level, more padding */
div#menu ul ul ul h3 {

}
/* BIG NOTE: I didn't do anything to these, never tested */
/* section header */
div#menu li.sectionheader {
	border-right: none;

	
	margin: 0;

        cursor:text;
}
/* separator */
div#menu .separator {
	height: 1px !important;
	margin-top: -1px;
	margin-bottom: 0;
	overflow: hidden !important;
	font-size: 1px;
/* for ie */
}
div#menu li.separator hr {
	display: none;
/* this is for accessibility */
}

div#endlinks ul a {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 0.8em;
	color: #808080;
	list-style: none;
}

div#endlinks li {
	list-style: none;
}

div#endlinks a, div#endlinks a:link, div#endlinks a:active {
	list-style: none;
	text-decoration: none;
}
/* End of 'miles-tables-nav' */

