/* common styling */
.menu {font-family: arial, sans-serif;	width:980px;position:relative;	margin:0;font-size: 12 px;font-style:strong;	margin:0px 0 100px 0;z-index:100;}
/*Sets basic "box" size and position*/
.menu ul li a, .menu ul li a:visited {	display:block;	text-decoration:none;	color:#ffffff;	width:150px;	height:30px;	font-style: normal;	text-align:center;	color:#ffffff;	border:1px solid #000000;	background:#669933;	line-height:30px;	font-size:16px;	font-weight: bold;	overflow:hidden;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:0px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
/*color and background are when you hover over a link in the menu*/
.menu ul li:hover a {color:#ffffff; font-size:16px; font-weight: bold; background:#006600;}
.menu ul li:hover ul {display:block; position:absolute; top:31px; left:0; width:151px;}

/*field color and font color for base of flyout - no hover*/
.menu ul li:hover ul li a.hide {background:#009900; color:#ffffff;font-size:12px;	font-weight: normal;}
/*field color and font color for base of flyout - while hovering*/
.menu ul li:hover ul li:hover a.hide {background:#006600; color:#ffffff;font-size:12px;	font-weight: normal;}

/**/
.menu ul li:hover ul li ul {display: none;}
/*color background and font of flyouts when hovering over the base*/
.menu ul li:hover ul li a {display:block; background:#84b268; color:#ffffff;font-size:12px;	font-weight: normal;}
/*color background and font of flyouts when hovering over the flyout*/
.menu ul li:hover ul li a:hover {background:#006600; color:#ffffff;font-size:12px;	font-weight: normal;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0;}

.menu ul li:hover ul li:hover ul.left {left:-151px;}


