/* Begin CSS No Drop Menu for Architectural Systems*/

#words
{
	position: relative;
	left: 5%;
  top: 50px;
  margin: 0em 0em 0em 0em;
  width: 70%;
  font-family: helvetica, "Trebuchet MS",arial, sans-serif;
  font-size: 12px;
		}


#menu-container
	{
	position: absolute;
	left: 2%;
  top: 50px;
  margin: 0em 0em 0em 3%;
  width: 750px;

		}

#Header
{
font-size: 18pt;
	font-family: helvetica, "Trebuchet MS",arial, sans-serif;
	font-style: bold;
	position: relative;
	left: 10%;
	}


#menu
	{
	font-size: 16px;
	font-family: helvetica, "Trebuchet MS",arial, sans-serif;
	position: relative;
 	margin: 0em 0em 0em 0em;
 	padding-left: 0%;
  height: 110px;
	color: #333;
	z-index: 1;
	border-bottom : 0px solid #520934;
	}
		
#menu a
	{
	text-align: left;
	font-size: 90%;
	display:block;
	border: 1px solid #000;
	white-space:nowrap;
	margin-bottom: -.1em;
	padding: .3em 1.2em 0em .5em;
		}
		
 #menu a, #menu a:visited	/* menu at rest */
	{
	color: #000099;
	background-color: #ffffff;
	height: auto;
	text-decoration:none;
		}
	
#menu a:hover	/* menu at mouse-over  */
	{
	color: #990099;
	background-color: #ECECEC;	
	}	
			
#menu a.top_parent, #menu a.top_parent:hover, #menu a.top_parent:visited  /* attaches down-arrow to all top-parents */
	{
	text-transform: uppercase;
	height:50px;
	width: 150px;
	}
	
#menu a.dropword, #menu a.dropword:hover, #menu a.dropword:visited  /* sets parameters for dropdown boxes */
	{
  font-size: 14px;
	font-family: helvetica, "Trebuchet MS",arial, sans-serif;
	height:auto;
	width: 100px;
	}	 
	
	

#menu ul
	{
	list-style:none;
	margin:0;
	padding:0px;
	float:left;
  width: auto;/* width of all top menu boxes */
	}

#menu li
	{
	position:relative;
	top: 0px;
	height: auto;
	margin: 0em 0em 0em 0em;	
	}

#menu ul ul
	{
	position:absolute;
	z-index:500;
	top:55px;
	display: block;
	margin: 0em 0em 0em 0em;
	width: auto;/* width of all drop menu boxes */
			}


/* End CSS No Drop Menu */

