/* AutoTek 								 							*/
/* Stylesheet by Pantheon Design, Austin Texas, and Milano Italia 	*/
/* These styles control the navigation menu only.					*/
/* Everything else is in the general stylesheet. 					*/
/* April 2006				 										*/
/* tables, full quirks mode 										*/


/* set the box that the menu will appear in */
#button {
	width: 				14em;
	background-color: 	#90bade;
	margin-top:			.5em;
	font-size:			.75em;
	}

/* take most of the style off the list container and list items */
#button ul {
	list-style: 		none;
	margin: 			0;
	border: 			none;
	padding: 			0;
	}
		
#button li {
	margin: 			0;
	border-bottom: 		1px solid #90bade;
	}
	
/* then style the list  */
#button li a {
	display: 			block;	/* make link work across all of the li */
	width: 				100%;
	background-color: 	#094DD6;
	border-left: 		10px solid #002FAE;
	border-right: 		6px solid #4583FF;
	padding: 			5px 5px 5px 0.5em;
	color: 				#fff;
	text-decoration: 	none;
	}
	
/* workaround for ie since it needs the width: 100% above but that breaks others   */
html>body #button li a {
	width: 				auto;
	}

#button li a:hover {
	background-color: 	#FFE500;
	border-left: 		10px solid #222222;
	border-right: 		6px solid #000000;
	color: 				#000;
	}

.navDivider {
	background-color:	#ffffff;
	height:				6px;}
