/*

THEME DETAILS - use global find/replace to change

Color Scheme:
-----------------------------------------------------
	CC0000 - "Red"
	DDD8D8 - light red
	CCCCCC - gray
	333333 - dark brown
	FFFFFF - white

Menu Header Image/Color:
-----------------------------------------------------
	IMGAGE BELOW NOT USED:
	background-image: url(../images/panelheadbg.gif); *MUST BE 40px tall
	background-repeat: repeat-x;
	background-color: Blue;

*/

/* The horizonal width is determined by setting the width of the #menu div itself. The #menu div is also floated in order to "contain" it's floated descendants */
#menu
{
	/*width: 100%;*/	/* set width of menu */
	/*background: #E7E9EA;*/
	/*border: top right bottom left;*/
	/*border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;*/
	/*border-width: 1px 0px 1px 1px;*/
	/*border-style: solid;*/
	float: left;
}

/* Set the width onto the individual lists, <ul>'s, make them float side by side to make them fit into whatever horizontal space is available to them. */
#menu ul
{
	list-style: none;	/* remove bullets and list indents */
	margin: 0;
	padding: 0;
	width:50px; /*Can override width directly in menu, but must keep it here*/
	float: left;
}

#menu ul .Level2_Only, #menu ul .Level2_First, #menu ul .Level2_Last, #menu ul .Level2
{
	list-style: none;	/* remove bullets and list indents */
	margin: 0;
	padding: 0;
	width: 225px;
	float: left;
}

/*keep drop down above other elements (like relative positioned elements)*/
#menu .Level1
{
	z-index:99999;
}

/* [Next 6] Apply the formatting to the <a> anchors on Level1 and Level2. */
#menu .Level1 a
{
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	border-style: solid;
	/*border: top right bottom left;*/
	border-color: #CCCCCC #333333 #CCCCCC #CCCCCC;
	border-width: 0px 1px 0px 0px;
	margin: 0px;
	height:32px;
	/*padding: top right bottom left;*/
	padding: 18px 16px 0px 16px;
}

#menu .Level2_First a, #menu .Level2 a
{
	font: bold 11px arial, helvetica, sans-serif;
	display: block;
	/*border: top right bottom left;*/
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	margin: 0;
	padding: 2px 3px;
	height:auto;
}

#menu .Level2_Only a, #menu .Level2_Last a
{
	font: bold 11px arial, helvetica, sans-serif;
	display: block;
	/*border: top right bottom left;*/
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;	/*#CCCCCC #CCCCCC #E53D4E #CCCCCC;*/
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	margin: 0;
	padding: 2px 3px;
	height:auto;
}

#menu .Level1 a
{
	color: #FFFFFF;
	text-decoration: none;
}

#menu .Level2_Only a, #menu .Level2_First a, #menu .Level2_Last a, #menu .Level2 a
{
	color: #003000;	/*#333333;*/
	background: #FFF5EB;	/*#FFFFFF;*/
	text-decoration: none;
}

#menu .Level1 a:hover
{
	color: #003000;	/*#333333;*/
	background: #FBE8C7;
}

#menu .Level2_Only a:hover, #menu .Level2_First a:hover, #menu .Level2_Last a:hover, #menu .Level2 a:hover
{
	color: #E53D4E;
	background: #FFFFFF;
}

/* [Next 3] Custom Style for Static Main Menu links */
.StaticMenuLinkLeft a
{
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	border-style: solid;
	/*border: top right bottom left;*/
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	border-width: 1px 0px 1px 1px;
	margin: 0;
	padding: 4px 3px;

	color: #333333;
	background: #E7E9EA;
	text-transform: lowercase;
	text-decoration: none;
}

.StaticMenuLinkRight a
{
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	border-style: solid;
	/*border: top right bottom left;*/
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	border-width: 1px 1px 1px 0px;
	margin: 0;
	padding: 4px 3px;

	color: #333333;
	background: #E7E9EA;
	text-transform: lowercase;
	text-decoration: none;
}

.StaticMenuLinkLeft a:hover, .StaticMenuLinkRight a:hover
{
	color: #FFFFFF;
	background: #E53D4E;
}

/* [Next 4] Custom Style for Static Main Menu items (not links) */
.StaticMenuItemLeft span
{
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	border-style: solid;
	/*border: top right bottom left;*/
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	border-width: 1px 0px 1px 1px;
	margin: 0;
	padding: 2px 3px;

	color: #333333;
	background: #E7E9EA;
	text-transform: lowercase;
	text-decoration: none;
}

.StaticMenuItemRight span
{
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	border-style: solid;
	/*border: top right bottom left;*/
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	border-width: 1px 1px 1px 0px;
	margin: 0;
	padding: 2px 3px 1px 3px;

	color: #333333;
	background: #E7E9EA;
	text-transform: lowercase;
	text-decoration: none;
}

.StaticMenuSearch span
{
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	border-style: solid;
	/*border: top right bottom left;*/
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	border-width: 1px 0px 1px 0px;
	margin: 0;
	padding: 2px 0px 1px 3px;
	height: 20px;

	color: #333333;
	background: #E7E9EA;
	text-transform: lowercase;
	text-decoration: none;
}

.StaticMenuGo span
{
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	border-style: solid;
	/*border: top right bottom left;*/
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	border-width: 1px 1px 1px 0px;
	margin: 0;
	padding: 1px 2px 1px 3px;

	color: #333333;
	background: #E7E9EA;
	text-transform: lowercase;
	text-decoration: none;
}

/* [Next 3] Positioning the popout menus and dropdown menus */
#menu li
{
	position: relative;	/* The position: relative on the <li> element establish containing blocks for the descendant <ul> elements */
}

#menu ul ul
{
	position: absolute;	/* All secondary levels and deeper are given position: aboslute; and a high z-index in order to make them appear, drop down above following content. */
	z-index: 99999999999999;
}

#menu ul ul ul
{
	position: absolute;
	top: 0;	/* The third level and deeper lists are the ones we want to move so "offset" positioning coordinates only required to be input onto them. */
	left: 100%;
}

/* [Next 2] Hiding and revealing using :hover (Note: Does not work with IE.  IE fix requires using .htc behavior and additional styles in page header) */
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul,
div#menu ul ul ul li:hover ul ul	/* line added by BGalbraith for fourth level */
{
	display: none;	
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul,
div#menu ul ul ul ul li:hover ul	/* line added by BGalbraith for fourth level */
{
	display: block;
}