/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none;  margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none;  left: 0; #position: absolute; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul {}

/* Everything else is theming */
 
#nav ul {
}

#nav *:hover { 
	background-color: none; 
}

#nav a {}
  #nav li.hover a {
	margin: 0px; 
}

  #nav ul.submenu { 
	background-color: #33649c; 
	width: 79px;
}

#nav li.hover ul.submenu {
	margin-left: 0;
}
	#nav ul.submenu li {
		padding: 3px 8px;
		height: 19px;
	}
	
	#nav ul.submenu li, #nav ul.submenu li a { 
		background-image: none; 
		margin: 0px;  
		color: #bcddfe;
		text-decoration: none;
		line-height: 1.5em;
	}
	
	#nav ul.submenu li  a  {
		padding: 0;
		border-bottom: 1px #bcddfe dotted;
		line-height: 19px;
	}
	
	#nav ul.submenu li.last_sub  a {
		border: 0;
	}
	
      #nav ul.submenu a.hover { 
		margin-left: 0px; 
	}
	
   #nav ul.submenu a { }

   
   
   
   
   
   
/* Basic code - don't modify */
 
 #techmenu { display: block; margin: 0; padding: 0; position: relative; }
  #techmenu li { display: block; list-style: none;  margin: 0; padding: 0; float: left; position: relative; }
  #techmenu a { display: block; }
  #techmenu ul { display: none;  left: 0; #position: absolute; margin: 0; padding: 0; }
  * html #techmenu ul { line-height: 0; } /* IE6 "fix" */
  	#techmenu ul a { zoom: 1; } /* IE6/7 fix */
    #techmenu ul li { float: none; }
    #techmenu ul ul { top: 0; }
    
/* Essentials - configure this */

#techmenu ul {}

/* Everything else is theming */
 
#techmenu ul {
}

#techmenu *:hover { 
	background-color: none; 
}

#techmenu a {}
  #techmenu li.hover a {
	margin: 0px; 
}

  #techmenu ul.sub_techmenu { 
	background-color: #bcddfe; 
	width: 70px;
	padding-bottom: 5px;
	z-index: 500;
	position: repative;
}

#techmenu li.hover ul.sub_techmenu {
	margin-left: 0;
}
	#techmenu ul.sub_techmenu li {
		padding: 2px 4px;
	}
	
	#techmenu ul.sub_techmenu li, #techmenu ul.sub_techmenu li a { 
		background-image: none; 
		margin: 0px;  
		color: #225289;
		line-height: 1.5em;
		font-size: 10px;
		height: 10px;
	}
	
	#techmenu ul.sub_techmenu li  a  {
		padding: 0;
	}
	
      #techmenu ul.sub_techmenu a.hover { 
		margin-left: 0px; 
	}
	
   #techmenu ul.sub_techmenu a { }