
/******************
Squared TEMPLATE
Meeker SKIN
by JenSharp.com a meeker seeker
navy #022859
yellow f6e566
gold #f2c335
gray blue #053959
orangish #bf7330
******************/



body {
background-color:#FFFFFF;
	font-family: Verdana; /*This is the page font face*/
	color:#333333;  /*This is the page font color*/
	font-size:12px;   /*This is the page font size */
	width:auto;
	/* FOR ROUNDED SQUARED FULLSCREEN:  */
	margin-top:0px; 
	margin-bottom:0px;
	/* or FOR RETRO 
	margin:0px; */
	}
	
#Body {
	background:#f8f4d6 url(img/bodybg.jpg) repeat-x;
	text-align: center; 
}
	
	
#overallwidth {
   width:980px;/* IF SQUARED, RETRO, ROUNDED should have 762 for smaller res*/
   margin-right : auto;
	/* FOR ROUNDED SQUARED FULLSCREEN:  */
   margin-left : auto;
	/* or FOR RETRO 
   margin-left : 0px;  */
   text-align:left;
    }



#header {
	background:#000000 url(img/headerbg.png) top right no-repeat; /*This is the header background color - SAME AS FOOTER - header background image*/
	/* FOR SQUARED FULLSCREEN:  */
	margin-bottom:1px;
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	/*or FOR RETRO ROUNDED:  	
margin-bottom:0px;
border: 0px;*/
  
	padding: 5px; /*-left:10px;
	padding-right:10px;
	overflow: auto;*/
	height:115px; /*This is the header height*/
	text-align:left;
	color:#f2c335; /*this needs to be either light or dark compared to color, automatically selected!*/
	}
#header a, #footer a {
	text-decoration:none;
	color:#f2c335; /*automatically selected!*/
	}
	
#header a:hover, #footer a:hover {
	text-decoration:none;
	color:#FFFF00; /*automatically selected!*/
	}
	
#footer {
	font-size:10px;
	background:#000000 url(img/footerbg.png) bottom left repeat-x;/*same as header*/
	color:#f2c335; /*same as header*/
	/* FOR SQUARED FULLSCREEN:  */
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	/*or FOR RETRO ROUNDED: 
border: 0px; */	
  
  	height:31px;
	padding-top: 6px;
	text-align:center;
}

/******************
LINKS
******************/

a {
	color:#053959;
	text-decoration:none;
	}

a:visited {
	color:#053959;
	text-decoration:none;
	}

a:hover {
	color:#bf7330;
	text-decoration:none;
	}

a:active {
	color:#bf7330;
	text-decoration:none;
	}

	
/******************
OTHER STYLES
******************/
.shadow_left {
background:transparent url("img/shadow_left.png") repeat-y;
width:30px;
}
.shadow_right {
background:transparent url("img/shadow_right.png") repeat-y;
width:30px;
}

.floatright { width:425px; float:right; margin:-10px 0px 0px 0px; padding:0px 20px 0px 0px; }
#sections {
 background:#fcfcf4 url(img/breadcrumbbg.jpg) top left repeat-x;
height:48px;
max-height:48px;
margin:0px;
 text-align:center;
 padding:0px;
	font-family:Tahoma, Verdana; /*This is the sections font face*/
	font-weight:bold;
	font-size:14px;
	/* FOR SQUARED FULLSCREEN: 
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-left:1px solid #EDEDED;*/
	/*or FOR RETRO ROUNDED:  	
border: 0px;*/
        color:#000000;  /*This is the sections font color same as link below*/
	}

#sections a {
	color:#000000; /*          This is the sections font color
	text-decoration:none;
	padding:2px 7px 2px 7px;
	font-family:Tahoma, Verdana; /*This is the sections font face
	font-weight:bold;
	font-size:14px;*/
	}
#sections a:hover {
	color:#990000;/*           This is the sections hover font color*/
	/*background:#fcfcf4; This is the sections hover background
	text-decoration:none;*/
	}

p.sections {

margin:0px;
	text-decoration:none;
	padding:2px 7px 2px 7px;
	font-family:Tahoma, Verdana; /*This is the sections font face*/
	font-weight:bold;
	font-size:14px;
	color:000000;

}
.tablespace { padding:4px; }



.breadcrumb {
	color:#999999;
	font-family:Verdana;
	font-size:10px;
	font-stretch:expanded;
	text-transform:lowercase;
}
.breadcrumb a {
	color:#022859;
	font-family:Verdana;
	font-size:10px;
	font-stretch:expanded;
	text-transform:lowercase;
}
.breadcrumb a:hover {
	color:#c47474;
}

/******************
Layout Divs
******************/

	
#content-container {
	/*background:#d8dfe8 url(bg-menu.gif) repeat-y;     /*This is the menu background color , menu background image , repeat/no-repeat*/
	/* FOR  SQUARED FULLSCREEN:  */
	background:#fcfcf4; /*url(img/containerbg.jpg) repeat-x;
	border-top:1px solid #CBCBCB;
	border-right:1px solid #7F7F7F;
	border-bottom:2px solid #7F7F7F;
	border-left:1px solid #CBCBCB;*/
/*or FOR RETRO ROUNDED: 
border: 0px; */	
  
  	padding:0px;
	margin:0px;
	/*position:relative; NOT NECESSARY IF USING TABLES */
	min-height:200px;
	text-align:left;
	}


#content, #content-noright {
	background-color:#ffffff;  /*This is the page (content) background (only pale colors tho)*/
	min-height:350px;
	height:100%;
	overflow: auto;
	}
	

#content-left {   /*left side for menu*/
	/*position:absolute;
	top:0px;
	left:0px;
	width:140px;*/
	padding:10px;
	}

#content-right {         /*right side*/
	/*position:absolute;
	top:0;
	right:0px;
	width:122px;*/
	padding:10px;
  color: #253759;
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
	}
#content-right a {
  color: #253759;
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  padding:5px;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  }
#content-right a:hover {
   background: #f2ceae;
  color: #022859;
  }
	
#content  {            /*middle section*/
background-color:#fafcff;
border:1px solid #909090;
color:#2a2a2a;
	padding:10px;
	margin:0px 140px 0px 171px;
	height:100%;
	/* FOR ROUNDED SQUARED FULLSCREEN:
	border-left:1px dashed #D0D0BF;
	border-right:1px dashed #D0D0BF;  */
/*or FOR RETRO:  	
LEAVE IT OFF
  */
  	}

#content-noright {           /*what to use for the middle if you don't want a right side*/
	padding:10px;
	margin:0px 10px 0px 171px;
	height:100%;
	/* FOR ROUNDED SQUARED FULLSCREEN:  */
	border-left:1px dashed #D0D0BF;
	border-right:1px dashed #D0D0BF;
/*or FOR RETRO:  	
LEAVE IT OFF
  */
  	}


p {
line-height:1.5em;
margin:0 0 15px 0;
}

/*DNN Styles to override */
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed
{
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 100%;
    font-weight: normal;
}
.NormalDisabled
{
    color: Silver;
}
.NormalBold
{
    font-weight: bold
}
.NormalRed
{
    font-weight: bold;
    color: #ff0000
}
h1, h2, h3, h4, h5, h6, .Head
{
    font-family: Verdana,Tahoma,Arial,sans-serif;
}
.Head   {
    background-color:inherit;
    color:#606060;
    font-size:100%;
    font-weight:bold;
    letter-spacing:-1px;
    margin:0 0 15px 0;
    padding:0;
}


.SkinItem {
font-size: 100%;
}
/*
/*** login links **
#loginlinks {
float: right;
padding:10px;
}*/


/*** Various classes ***/

.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;
}
/*
.searchform {margin:0;}

.searchbox {
background:#f0f0f0;
border:1px solid #b0b0b0;
margin:0 4px 0 0;
width:100px;
}
/*
.searchbutton {
background:#f0f0f0;
border:1px solid #b0b0b0;
}
*/

.clear {
clear:both;
height:30px;
width:1px;
}

.Caption {  font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff}
.CaptionWhite { font-size: 9.4px; color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif}


.hide {display:none;}

/*** Text format ***/

.intro {
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}


a.roll {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight : bold;}
a.roll:link {color:#336699}
a.roll:visited {color:#336699}
a.roll:hover {color: #cccccc}
a.roll:active {color: #cccccc}

a.rollNav { font-family:Verdana, Arial, Helvetica, sans-serif; color:#ffffff; font-size:10px; font-weight:bold}
a.rollNav:link {color:#cccccc}
a.rollNav:visited {color:#cccccc; text-decoration: underline}
a.rollNav:hover {color: #003366}
a.rollNav:active {color: #003366}

a.rollTable { font-family:Verdana, Arial, Helvetica, sans-serif; color:#ffffff; font-size:10px; font-weight:bold}
a.rollTable:link {color:#cccccc}
a.rollTable:visited {color:#cccccc; text-decoration: underline}
a.rollTable:hover {color:#003366}
a.rollTable:active {color:#003366}

.titlehead {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 197%; color: #F9CF3E; font-weight: bold}
.month {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #003366}

.name {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #FFFFFF; font-weight: bold }


/**************************************************************************************************************/
/*INCLUDE THIS IN XML file for FCK editor called fckstyles.xml*/
/******************
BASIC COLORS:
blue is 003366
white FFFFFF
black 000000
yellow ffff33
lite yellow fbfabc
lime 00ff33
red 022859
gray CCCCCC
lite gray e7e7e7
******************/

.bk1 {background-color: #336699}
.bk2 {background-color: #003366}
.bk3 {background-color: #99ccff}
.bk4 {background-color: #959595}
.bk5 {background-color: #cccccc}
.bkwhite {background-color: #FFFFFF}

.custombold1 {font-weight: bold;color: #336699}
.custombold2 {font-weight: bold;color: #003366}
.custombold3 {font-weight: bold;color: #99ccff}
.custombold4 {font-weight: bold;color: #959595}
.custombold5 {font-weight: bold;color: #cccccc}

.custom1 {font-weight: normal;color: #336699}
.custom2 {font-weight: normal;color: #003366}
.custom3 {font-weight: normal;color: #99ccff}
.custom4 {font-weight: normal;color: #959595}
.custom5 {font-weight: normal;color: #cccccc}


.fineprint    { color: #333333; font-family: Verdana; font-size: 8pt }
.fineprint a  { color: #333333; font-family: Verdana; font-size: 8pt }
.fineprint a:hover    { text-decoration: none; color: #022859; }

.fineprintitalic    { color: #333333; font-family: Verdana; font-size: 8pt; font-style:italic }
.fineprintitalic a   { color: #333333; font-family: Verdana; font-size: 8pt; font-style:italic }
.fineprintitalic a:hover    { text-decoration: none; color: #022859; }

.lite     { color: #e7e7e7; font-family: Verdana; font-size: 10pt }
.lite a { color: #e9ebf8; text-decoration: none; font-size:10pt; font-family:Verdana }
.lite a:hover  { text-decoration: none; color: #f8ebe9;  font-size:10pt; font-family:Verdana }

.brite     { color: #f2ceae; font-family: Verdana; font-size: 10pt }
.brite a { color: #00FF00; text-decoration: none; font-size:10pt; font-family:Verdana }
.brite a:hover  { text-decoration: none; color: #FFFF00;  font-size:10pt; font-family:Verdana }

.accentlite     { color: #fbfabc; font-family: Verdana; font-size: 10pt }
.accentlite a { color: #fbfabc; text-decoration: none; font-size:10pt; font-family:Verdana }
.accentlite a:hover  { text-decoration: none; color: #FFFF00;  font-size:10pt; font-family:Verdana }

.accent  { color: #990000;}
.accent a { color: #022859; text-decoration: none;}
.accent a:hover  { text-decoration: none; color: #FF0000;}

.emphasis  { color: #022859; font-family: Verdana; font-weight:bold;}
.emphasis a { color: #022859; font-family: Verdana; font-weight:bold;}
.emphasis a:hover { color: #022859; font-family: Verdana; font-weight:bold;}

.grayish    { color: #CCCCCC; }
.grayish a  { color: #CCCCCC; text-decoration:none; }
.grayish a:hover    { text-decoration: none; color: #022859; }

.obvious     { color: #022859; font-family: Arial; font-size: 32pt }
.obvious a { color: #022859; text-decoration: none; }
.obvious a:hover  { text-decoration: none; background:#fbfabc; }

.stretch {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-stretch:expanded;
}


img.photobox {
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: #E0E0E0;
	padding:8px;
	margin:20px;
	}
	
	img.photoboxtan {
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: #d8cdc0;
	padding:8px;
	margin:20px;
	}
	
	img.photoboxdark {
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: #022859;
	padding:8px;
	margin:20px;
	}
	
	
	img.photoboxlight {
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: #f6e566;
	padding:8px;
	margin:20px;
	}
/*End fckeditor inclusion*/
/**************************************************************************************************************/


/******************
For DNN search
******************/
#dnn_dnnSEARCH_txtSearch {
padding:2px;
background-image: url(img/searchbox_background.png);
background-repeat: no-repeat;
width: 86px; 
border:none;
}

#dnn_dnnSEARCH_cmdSearch {
width:23px;
height:20px;
padding:0px;
border:none;
}


/*-------- DDR Menu Styles VERTICAL MODIFICATIONS--------*/
/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	font-size: 11px; 
	background-color:transparent;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
	color: #43494D;
	font-size: 12px; 
	font-weight:bold; 	
	text-align:left; 
	/*line-height:40px;
	padding:12px 12px 12px 12px;*/
	padding:2px;
	margin-bottom:3px;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color:#990000;
	font-size: 12px; 
	font-weight:bold;
	text-align:left; 
	/*line-height:40px;
	padding:12px 12px 12px 12px;*/
	padding:2px;
	background:#ffed9d url(img/breadcrumbbg.jpg) repeat-x center;
	margin-bottom:3px;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#333333;
	font-weight:bold;
	text-align:left; 
	font-size: 12px;
	/*line-height:40px;
	padding:12px 12px 12px 12px;*/
	padding:2px;
	background:url(img/breadcrumbbg.jpg) repeat-x center;
	margin-bottom:3px;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #C0D6E5;
}

.main_dnnmenu_submenu td
{
	/*background-color:#E1E8ED;*/
	background-color:#F8FAFF;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#333333;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{  
	font-size: 11px;
	background: #CE0D0D url(img/menu_hover.gif) repeat-x top left;
	color:#990000;
	font-weight:bold;
	text-align:left;
	line-height:2em;
	z-index: 1000; 
	padding: 0px 5px;
	margin:0px;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #CE0D0D url(img/menu_bg.png) repeat-x top left;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}
.DDRMenuClassic {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(img/menu_bg.png) repeat scroll left top;
}
.DDRMenuClassic a, .DDRMenuClassic a:link, .DDRMenuClassic a:visited, .DDRMenuClassic a:active {
text-decoration:none;
}
.DDRMenuClassic .main_dnnmenu_bar {
width:500px;
}
.DDRMenuClassic a.ddrmenuitemlevel0 {
color:#375162;
font-size:13px;
font-weight:bold;
margin-right:1px;
padding:12px;
text-align:center;
text-transform:uppercase;
}
.DDRMenuClassic a.ddrmenuitemlevel0:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/menu_bg.png) repeat-x scroll left top;
color:#FFFFFF;
text-decoration:none;
}
.DDRMenuClassic a.main_dnnmenu_rootitem_selected {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/menu_active.gif) repeat-x scroll left top;
color:#FFFFFF;
}
.DDRMenuClassic .ddrmenu .ddrmenulevel1 {
border:1px solid #C0D6E5;
}
.DDRMenuClassic .ddrmenulevel1 a {
background-color:#F8FAFF;
color:#333333;
font-size:11px;
font-weight:bold;
line-height:2em;
margin:0;
padding:0 5px;
text-align:left;
}
.DDRMenuClassic .ddrmenulevel1 a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/menu_bg.png) repeat-x scroll left top;
color:#FFFFFF;
text-decoration:none;
}
.DDRMenuClassic .ddrmenulevel1 .main_dnnmenu_itemselected {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/submenu_active.gif) repeat-x scroll left top;
color:#FFFFFF;
}
.DDRMenuMega1 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(img/menu_bg.png) repeat scroll left top;
}
.DDRMenuMega1 a, .DDRMenuMega1 a:link, .DDRMenuMega1 a:visited, .DDRMenuMega1 a:active {
text-decoration:none;
}
.DDRMenuMega1 .main_dnnmenu_bar {
width:auto;
}
.DDRMenuMega1 .ddrmenulevel1 {
background-color:white;
}
.DDRMenuMega1 a.ddrmenuitemlevel0 {
color:#375162;
font-size:13px;
font-weight:bold;
margin-right:1px;
padding:12px;
text-align:center;
text-transform:uppercase;
}
.DDRMenuMega1 a.ddrmenuitemlevel0:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/menu_bg.png) repeat-x scroll left top;
color:#FFFFFF;
text-decoration:none;
}
.DDRMenuMega1 a.main_dnnmenu_rootitem_selected {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/menu_active.gif) repeat-x scroll left top;
color:#FFFFFF;
}
.DDRMenuMega1 .ddrmenu .ddrmenulevel1 {
border:1px solid #C0D6E5;
}
.DDRMenuMega1 .ddrmenulevel1 a {
background-color:#F8FAFF;
color:#333333;
font-size:11px;
font-weight:bold;
line-height:2em;
margin:0;
padding:0 5px;
text-align:left;
}
.DDRMenuMega1 .ddrmenulevel2 {
margin-left:2em;
}
.DDRMenuMega1 a.ddrmenuitemlevel2 {
font-weight:normal;
}
.DDRMenuMega1 .ddrmenulevel1 a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/menu_bg.png) repeat-x scroll left top;
color:#FFFFFF;
text-decoration:none;
}
.DDRMenuMega1 .ddrmenulevel1 .main_dnnmenu_itemselected {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/submenu_active.gif) repeat-x scroll left top;
color:#FFFFFF;
}



	
/* Root = Vertical, Secondary = Vertical HOUSEMENUNAV */
ul#HouseMenuNav, 
ul#HouseMenuNav li,
ul#HouseMenuNav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 125px; /*For KHTML*/
  list-style: none;
}

ul#HouseMenuNav:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#HouseMenuNav li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#HouseMenuNav a {
  /*border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;  
  background: #EEE;
*/
  padding: 4px;
  display: block;
  color: #253759;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#HouseMenuNav a:hover,
ul#HouseMenuNav li:hover a,
ul#HouseMenuNav li.iehover a {
  background: #f2ceae;
  color: #022859;
}

/* 2nd & 4th Menu */
ul#HouseMenuNav li:hover li a,
ul#HouseMenuNav li.iehover li a,
ul#HouseMenuNav li:hover li:hover li:hover li a,
ul#HouseMenuNav li.iehover li.iehover li.iehover li a {
  background: #f2ceae;
  color: #022859;
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC; 
  width:170px;
}

/* 2nd & 4th  Menu Hover Persistence */
ul#HouseMenuNav li:hover li a:hover,
ul#HouseMenuNav li:hover li:hover a,
ul#HouseMenuNav li.iehover li a:hover,
ul#HouseMenuNav li.iehover li.iehover a,
ul#HouseMenuNav li:hover li:hover li:hover li a:hover,
ul#HouseMenuNav li.iehover li.iehover li.iehover li a:hover {
  background: #022859;
  color: #f2ceae;
}

/* 3rd & 5th Menu */
ul#HouseMenuNav li:hover li:hover li a, ul#HouseMenuNav li:hover li:hover li:hover li:hover li a,
ul#HouseMenuNav li.iehover li.iehover li a, ul#HouseMenuNav li.iehover li.iehover li.iehover li.iehover li a {
  background: #f2ceae;
  color: #022859;
}

/* 3rd & 5th Menu Hover Persistence */
ul#HouseMenuNav li:hover li:hover li a:hover,
ul#HouseMenuNav li:hover li:hover  li:hover  li:hover li a:hover,
ul#HouseMenuNav li:hover li:hover li:hover a,
ul#HouseMenuNav li:hover li:hover li:hover li:hover li:hover a,
ul#HouseMenuNav li.iehover li.iehover li a:hover,
ul#HouseMenuNav li.iehover li.iehover li.iehover li.iehover li a:hover,
ul#HouseMenuNav li.iehover li.iehover li.iehover a,
ul#HouseMenuNav li.iehover li.iehover li.iehover li.iehover li.iehover a {
  background: #022859;
  color: #f2ceae;
}


ul#HouseMenuNav ul {
  display: none;
  position: absolute;
  z-index:5000;
  top: -10px;
  left: 122px;
}

ul#HouseMenuNav ul ul,
ul#HouseMenuNav ul ul ul,
ul#HouseMenuNav ul ul ul ul {
 display: none;
  position: absolute;
    z-index:5000;
  top: -3px;
  left: 180px;
}


/* Do Not Move - Must Come Before display:block for Gecko */
ul#HouseMenuNav li:hover ul ul,
ul#HouseMenuNav li:hover ul ul ul,
ul#HouseMenuNav li:hover ul ul ul ul,
ul#HouseMenuNav li.iehover ul ul,
ul#HouseMenuNav li.iehover ul ul ul,
ul#HouseMenuNav li.iehover ul ul ul ul {
  display: none;
}

ul#HouseMenuNav li:hover ul,
ul#HouseMenuNav ul li:hover ul,
ul#HouseMenuNav ul ul li:hover ul,
ul#HouseMenuNav ul ul ul li:hover ul,
ul#HouseMenuNav li.iehover ul,
ul#HouseMenuNav ul li.iehover ul,
ul#HouseMenuNav ul ul li.iehover ul,
ul#HouseMenuNav ul ul ul li.iehover ul  {
  display: block;
}


/*** End of file ***/
