/* START - Body and Page Parameters */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: center;
	background: white 
}

#container {
	width: 750px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	height: 100px;
}

#navholder {
	width: 750px;
	margin: 74px 0px 0px 0px;
	position: absolute;
	z-index: 25;
	top: -2px;
}

a {
	text-decoration: none;
}

#nocss {
	display: none;
}

#OldSchool {
	z-index: 1;
}

/* Hide text repeated from images */
.label {
	display: none;
}
/* END - Body and Page Parameters */





/* START - content div */
#content {
	clear: left;
}

#content a {
	color: #336699;
}

#content a:hover {
	text-decoration: none;
}
/* END - content div */



/* START - Nav 1 */

/* Float nav and set basic properties - in this case the id and block element are the same and so are combined */
#nav, #nav ul {
	float: left;
	width: 155px;
	height: 25px;
	list-style: none;
	line-height: 1;
	background: #336699;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

/* Control style and placement of links as well as dropdown block */
#nav a {
	display: block;
	width: 155px;
	w\idth: 155px;
	height: 25px;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	color: #FFFFFF;	
} 

/* Set properties of top element */
#nav li {
	float: left;
	padding: 0;
	background:  url(../images/nav/nv_products_off.gif);
	width: 155px;
	height: 25px;
}

/* Position the menu off screen rather than display: none; */
#nav li ul {
	position: absolute;
	left: -999em;
	/*height: auto;*/
	width: 154px;
	w\idth: 154px;
	font-weight: normal; 
	margin: 0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D6A103;
}

/* Set properties of dropdown cells - width will affect non mouse-over in IE */
#nav li li {
	background: #336699;
	margin: 0;
	padding: 0;
	height: 16px;
	width: 154px;
	text-indent: 9px;
	padding-top: 3px;
}

/*  */
#nav li ul a {
	height: 16px;
	width: 154px;
	w\idth: 154px;
	padding: 0;
	padding-bottom:3px;
}


#nav li ul a {
	width: 154px;
	w\idth: 154px;
}

#nav li ul ul {
	margin: 0;
}

/* Move menu back on page on mouse over */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/* Control Background of Top Mouse Over */
#nav li:hover, #nav li.sfhover {
	background: #336699 url(../images/nav/nv_products_on.gif);
}

/* Control Background of Drop Down Mouse Over */
#nav li li:hover, #nav li li.sfhover {
	background:  #000066;

}


#nav li:hover, #nav li.hover {
	position: static;}
/* END - Nav 1 */







/* START - Nav 2 */

/* Float nav and set basic properties - in this case the id and block element are the same and so are combined */
#nav2, #nav2 ul {
	float: left;
	width: 153px;
	height: 25px;
	list-style: none;
	line-height: 1;
	background: #336699;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

/* Control style and placement of links as well as dropdown block */
#nav2 a {
	display: block;
	width: 153px;
	w\idth: 153px; 
	height: 25px; 
	font-size: 9px; 
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	color: #FFFFFF;	
}

/* Set properties of top element */
#nav2 li {
	float: left;
	padding: 0;
	background:  url(../images/nav/nv_company_off.gif);
	width: 153px;
	height: 25px;
}

/* Position the menu off screen rather than display: none; */
#nav2 li ul {
	position: absolute;
	left: -999em;
	/*height: auto;*/
	width: 152px;
	w\idth: 152px;
	font-weight: normal; 
	margin: 0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D6A103;
}



/* Set properties of dropdown cells - width will affect non mouse-over in IE */
#nav2 li li {
	background: #336699;
	margin: 0;
	padding: 0;
	height: 16px;
	width: 152px;
	text-indent: 9px;
	padding-top: 3px;
}

/*  */
#nav2 li ul a {
	height: 16px;
	width: 152px;
	w\idth: 152px;
	padding: 0;
	padding-bottom:3px;
}

#nav2 li ul a {
	width: 152px;
	w\idth: 152px;
}

#nav2 li ul ul {
	margin: 0;
}


/* Move menu back on page on mouse over */
#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover2 ul ul, #nav2 li.sfhover2 ul ul ul {
	left: -999em;
}

#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover2 ul, #nav2 li li.sfhover2 ul, #nav2 li li li.sfhover2 ul {
	left: auto;
}

/* Control Background of Top Mouse Over */
#nav2 li:hover, #nav2 li.sfhover2 {
	background: #336699 url(../images/nav/nv_company_on.gif);
}

/* Control Background of Drop Down Mouse Over */
#nav2 li li:hover, #nav2 li li.sfhover2 {
	background:  #000066;
}

#nav2 li:hover, #nav2 li.hover {
	position: static;}
/* END - Nav 2 */






/* START - Nav 3 */

/* Float nav and set basic properties - in this case the id and block element are the same and so are combined */
#nav3, #nav3 ul {
	float: left;
	width: 153px;
	height: 25px;
	list-style: none;
	line-height: 1;
	background: #336699;
	font-weight: bold;
	padding: 0;
	margin: 0;
}


/* Control style and placement of links as well as dropdown block */
#nav3 a {
	display: block;
	width: 153px;
	w\idth: 153px; 
	height: 25px; 
	font-size: 9px; 
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	color: #FFFFFF;	
}

/* Set properties of top element */
#nav3 li {
	float: left;
	padding: 0;
	background:  url(../images/nav/nv_architect_off.gif);
	width: 153px;
	height: 25px;
}

/* Position the menu off screen rather than display: none; */
#nav3 li ul {
	position: absolute;
	left: -999em;
	/*height: auto;*/
	width: 152px;
	w\idth: 152px;
	font-weight: normal; 
	margin: 0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D6A103;
}



/* Set properties of dropdown cells - width will affect non mouse-over in IE */
#nav3 li li {
	background: #336699;
	margin: 0;
	padding: 0;
	height: 16px;
	width: 152px;
	text-indent: 9px;
	padding-top: 3px;
}

/*  */
#nav3 li ul a {
	height: 16px;
	width: 152px;
	w\idth: 152px;
	padding: 0;
	padding-bottom:3px;
}

#nav3 li ul a {
	width: 152px;
	w\idth: 152px;
}

#nav3 li ul ul {
	margin: 0;
}


/* Move menu back on page on mouse over */
#nav3 li:hover ul ul, #nav3 li:hover ul ul ul, #nav3 li.sfhover3 ul ul, #nav3 li.sfhover3 ul ul ul {
	left: -999em;
}

#nav3 li:hover ul, #nav3 li li:hover ul, #nav3 li li li:hover ul, #nav3 li.sfhover3 ul, #nav3 li li.sfhover3 ul, #nav3 li li li.sfhover3 ul {
	left: auto;
}

/* Control Background of Top Mouse Over */
#nav3 li:hover, #nav3 li.sfhover3 {
	background: #336699 url(../images/nav/nv_architect_on.gif);
}

/* Control Background of Drop Down Mouse Over */
#nav3 li li:hover, #nav3 li li.sfhover3 {
	background:  #000066;
}
#nav3 li:hover, #nav3 li.hover {
	position: static;}

/* END - Nav 3 */






/* START - Nav 4 */

/* Float nav and set basic properties - in this case the id and block element are the same and so are combined */
#nav4, #nav4 ul {
	float: left;
	width: 154px;
	height: 25px;
	list-style: none;
	line-height: 1;
	background: #336699;
	font-weight: bold;
	padding: 0;
	margin: 0;
}


/* Control style and placement of links as well as dropdown block */
#nav4 a {
	display: block;
	width: 154px;
	w\idth: 154px;
	height: 25px;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	color: #FFFFFF;	
}

/* Set properties of top element */
#nav4 li {
	float: left;
	padding: 0;
	background:  url(../images/nav/nv_resource_off.gif);
	width: 154px;
	height: 25px;
}

/* Position the menu off screen rather than display: none; */
#nav4 li ul {
	position: absolute;
	left: -999em;
	/*height: auto;*/
	width: 153px;
	w\idth: 153px;
	font-weight: normal; 
	margin: 0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D6A103;
}



/* Set properties of dropdown cells - width will affect non mouse-over in IE */
#nav4 li li {
	background: #336699;
	margin: 0;
	padding: 0;
	height: 16px;
	width: 153px;
	text-indent: 9px;
	padding-top: 3px;
}

/*  */
#nav4 li ul a {
	height: 16px;
	width: 153px;
	w\idth: 153px;
	padding: 0;
	padding-bottom:3px;
}

#nav4 li ul a {
	width: 153px;
	w\idth: 153px;
}

#nav4 li ul ul {
	margin: 0;
}


/* Move menu back on page on mouse over */
#nav4 li:hover ul ul, #nav4 li:hover ul ul ul, #nav4 li.sfhover4 ul ul, #nav4 li.sfhover4 ul ul ul {
	left: -999em;
}

#nav4 li:hover ul, #nav4 li li:hover ul, #nav4 li li li:hover ul, #nav4 li.sfhover4 ul, #nav4 li li.sfhover4 ul, #nav4 li li li.sfhover4 ul {
	left: auto;
}

/* Control Background of Top Mouse Over */
#nav4 li:hover, #nav4 li.sfhover4 {
	background: #6699CC url(../images/nav/nv_resource_on.gif);
	color: #336699;	
}

/* Control Background of Drop Down Mouse Over */
#nav4 li li:hover, #nav4 li li.sfhover4 {
	background: #6699CC;
}
#nav4 li ul li:hover, #nav4 li ul li.sfhover4 {
	background:  #000066;
}
#nav4 li:hover, #nav4 li.hover {
	position: static;}

/* END - Nav 4 */

/* Begin NavColumn */
.orange {
	background-color: #D6A103;


}
a.architectbutton {
	background-color: #666666;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 100px;
	color: #FFFFFF;
}
a.architectbutton:hover {
	background-color: #999999;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 100px;
	color: #FFFFFF;
}