/*menu monorail /////////////////////////////////*/

#menu   { 
    margin-left: 535px;
    margin-top: 15px;
    padding-right: 40px;
    width: 700px;
    height: 50px;
	z-index: 2500;
	position: absolute;
	float: right;
}

#menu ul  { 
	line-height: 2; 
	background-repeat: repeat; 
	list-style: none; 
	margin: 0; 
	padding: 0 
}

#menu a, #menu a:hover, #menu a:visited {
 	display: block; 
	text-align: center;
	font-size: 11px;
	font-family: helvetica, Trebuchet MS, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 	
	text-decoration: none; 
	margin: 0pt;
	line-height: 25px;
}
.bold {font-weight: bold; font-size: 13px; background-color:#E3DBCC;}

#menu a  { 
	color: #000; 
}

#menu a:hover  { 
	color: #567563; 
}


#menu li li {
	padding-bottom: 7px;
	color: #fff; 
	text-decoration: none; 
	text-align: left;
}

#menu li li a {
	padding-top: 0px;
	padding-bottom: 7px;
	color: #261E9A; 
	font-size: 10px; 
	font-family: arial, helvetica, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
	text-align: left;
	line-height: 13px;
}

#menu li li a:hover  { color: #c2c2c2; font-size: 10px; font-family: arial, helvetica, sans-serif; font-weight: bold; line-height: 13px; text-decoration: none; background-image: url("file:///private/var/tmp/folders.501/images/spacer.gif"); background-repeat: repeat-x; background-position: 0 bottom; text-align: left; padding-top: 0; padding-bottom: 7px }

#menu li { /* all list items */
	float: left;
	z-index: 3000;
}

#menu li li { /* second  list items */
	width: 125px;
}
	
#menu li ul { /* second-level lists */
	border-top: solid 3pt #FF0000;
	border-left: solid 1pt #261E9A;
	border-right: solid 1pt #261E9A;
	border-bottom: solid 1pt #261E9A;
	position: absolute;
	display: none;
	background: #fff;	
	margin-top: -2px;
	width: 125px;
	padding: 10px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

/* added to make menus work in IE */
#menu li:hover ul { display: block; }

#menu li > ul {
	top: auto;
	left: auto;
}

#menu li ul ul { /* third-and-above-level lists */
	border: 0;
	margin: -2em 0 0 7em;
	background-color: #746E5E;
}

#menu li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

/* lists nested under hovered list items */
#menu li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	left: auto;
}

/*too make the active state work for menus//////////////*/
#look {margin: 0}
#learn {margin: 0}
#talk {margin: 0}

.looknaviActive, learn naviActive, talknaviActive {
	color: #EF7E0E;
}
#look li.looknaviActive a, #learn li.learnnaviActive a, #talk li.talknaviActive a {
	color: #EF7E0E;
}
#look li.looknaviActive a:hover, #learn li.learnnvaviActive a:hover, #talk li.talknaviActive a:hover {
	color: #EF7E0E;
}

