
.lay {
    display: none;
    position: relative;    
}

#subMenuNav {
	float: left;
	width: 170px;
}

#subMenuNav div {
	width: 170px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #f0f0f0;
}


#subMenuNav a {
	font-family: Verdana; 
	font-size: 80%; 
	font-weight: normal; 
	color: #003366; 
	background-color: #bee0fb;
	border-top: 1px solid #f0f0f0;
	height: 100%;
	display: block;
	background-image: url(/general/assets/images/btns/arrowblue.gif);
	background-position:right;
	background-repeat: no-repeat;
	text-decoration: none;
	line-height: 140%;
	padding: 6px 35px 6px 10px;
}

#subMenuNav a:visited {
	font-family: Verdana; 
	font-size: 80%; 
	font-weight: normal; 
	color: #003366; 
	border-top: 1px solid #f0f0f0;
	height: 100%;
	display: block;
	background-image: url(/general/assets/images/btns/arrowblue.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	line-height: 140%;
	padding: 6px 35px 6px 10px;
}

#subMenuNav  a:active {
	background-color: #ee4035;	
	border-bottom: 1px;
	font-weight: bold;
}

#subMenuNav  a:hover {
	background-image: url(/general/assets/images/btns/arrowwhite.gif);
	background-position:right;
	background-repeat: no-repeat;
	background-color: #ee4035;	
	color: #FFF;
}

#subMenuNav div {
	border-bottom: 0;
}


#subMenuNavHeading {
	background-image: url(/general/assets/images/btns/arrowwhite.gif);
	background-position:right;
	background-repeat: no-repeat;
	background-color: #59adef;	/* CHANGE */
	font-weight: bold;
	color: #FFF;
}

#subMenuNavHeading a:active {
	background-color: #59adef;	/* CHANGE */
	border-bottom: 1px;
	font-weight: bold;
}

#subMenuNavHeading a:visited {
	background-color: #59adef;	/* CHANGE */
	border-bottom: 1px;
	font-weight: bold;
}

#subMenuSel {
	background-image: url(/general/assets/images/btns/arrowwhite.gif);
	background-position:right;
	background-repeat: no-repeat;
	background-color: #59adef;	/* CHANGE */
	font-weight: bold;
	color: #FFF;
}

#body1 {
position: relative;
width: 90%;
height: auto;
margin: 0 auto;
background-color: #96BADA;
}

#holder1 {
position: relative;
width: 90%;
border: 0px solid #96BADA;
background-color: #96BADA;
font-family: Verdana; 
font-size: 100%; 
font-weight: normal; 
color: #003366; 
}

#right1, #mid1, #left1 {
float: left;
background-color: #96BADA;
border-bottom: 1px #000000;
}

#left1 {
float: left;
width: 33%;
background-color: #96BADA;
border-bottom: 1px #000000;
}

#mid1 {
width: 33%;
height: auto;
background-color: #96BADA;
border-bottom: 1px #000000;
}

#right1 {
float: right;
width: 33%;
height: auto;
background-color: #96BADA;
border-bottom: 1px #000000;
}

#left1 a {
	font-family: Verdana; 
	font-size: 70%; 
	font-weight: normal; 
	color: #003366; 
	background-image: url(/general/assets/images/btns/arrowblue.gif);
	background-position:Left;
	background-repeat: no-repeat;
	background-color: #96BADA;
	text-decoration: none;
	line-height: 140%;
	padding: 6px 35px 6px 10px;
}


#left1 a:hover {
	background-image: url(/general/assets/images/btns/arrowwhite.gif);
	background-position:right;
	background-repeat: no-repeat;
	background-color: #F63;
	color: #FFF;
}


