/*
* CarrotCake CMS (MVC5)
* http://www.carrotware.com/
*
* Copyright 2015, Samantha Copeland
* Dual licensed under the MIT or GPL Version 3 licenses.
*
* Date: August 2015
* Generated: 2025-12-14 16:26:29Z
*/

/* BEGIN MENU # */

# ul, # ol, # li, # a {
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	font-size: inherit;
}

# {
	font-size: inherit;
	margin: 0;
	padding: 0 1em;
	background: ;
	height: 3em;
	list-style: none;
	text-decoration: none;
	z-index: 990;
	clear: both;
	display: inline-block;
	
}

# > li {
	float: left;
	height: 100%;
	margin-right: 0.5em;
	padding: 0 1em;
	z-index: 995;
}

# > li > a {
	float: left;
	height: 100%;
	color: ;
	text-decoration: none;
	line-height: 3em;
}

# > li, # > li a {
	color: ;
	background: ;
}

# > li > a:hover {
	color: ;
	text-decoration: underline;
}

# > li:hover, # > li:hover a {
	background: ;
	color: ;
	text-decoration: underline;
}
# > li:hover ul li, # > li:hover ul li a {
	background: ;
	color: ;
	text-decoration: none;
}

# > li., # > li. a {
	font-weight: bold;
	color: ;
	background: ;
}
# > li. ul, # > li. ul li a {
	font-weight: normal;
	color: ;
	background: transparent;
}
# > li. > a:hover {
	color: ;
	text-decoration: underline;
}

# > li.sub {
	position: relative;
}

# > li.sub ul {
	width: 14em;
	margin: 0;
	padding: 0.5em 0;
	background: ;
	position: absolute;
	top: -1000em;
	z-index: 998;
}

# > li.sub ul li {
	width: 90%;
	margin: 0 auto 0.2em auto;
}

# > li.sub ul li a {
	height: 100%;
	display: block;
	padding: 0.4em;
	color: ;
	text-decoration: none;
}

# > li.sub ul li a:hover {
	background: ;
	color: ;
	text-decoration: underline;
}

# > li.sub:hover ul {
	top: 3em;
}

# > li:hover {
	margin-left: 0px;
	padding-left: 0px;
}

# > li:hover a {
	margin-left: 0.5em;
	padding-left: 0.5em;
}

# > li.sub ul li a {
	padding: 0.4em;
	margin: 0 auto 0.2em auto;
}

/* END MENU # */