@charset "utf-8";

#nav a.a, #nav a.b, #nav a.c, #nav a.d, #nav a.e, #nav a.f, #nav a.g, #nav a.a2, #nav a.b2, #nav a.c2, #nav a.d2, #nav a.e2, #nav a.f2, #nav a.g2 {
width: 166px;
	height: 30px; 
	display: block;
	line-height: 30px;
	text-indent: -9999px;
}

#nav a.a { background: url(../images/nav/nav-features.jpg) top left no-repeat; }
#nav a.a:hover { background: url(../images/nav/nav-features-hover.jpg) top left no-repeat; }
#nav a.b { background: url(../images/nav/nav-news.jpg) top left no-repeat; }
#nav a.b:hover { background: url(../images/nav/nav-news-hover.jpg) top left no-repeat; }
#nav a.c { background: url(../images/nav/nav-opinions.jpg) top left no-repeat; }
#nav a.c:hover { background: url(../images/nav/nav-opinions-hover.jpg) top left no-repeat; }
#nav a.d { background: url(../images/nav/nav-blogs.jpg) top left no-repeat; }
#nav a.d:hover { background: url(../images/nav/nav-blogs-hover.jpg) top left no-repeat; }
#nav a.e { background: url(../images/nav/nav-people.jpg) top left no-repeat; }
#nav a.e:hover { background: url(../images/nav/nav-people-hover.jpg) top left no-repeat; }
#nav a.f { background: url(../images/nav/nav-careers.jpg) top left no-repeat; }
#nav a.f:hover { background: url(../images/nav/nav-careers-hover.jpg) top left no-repeat; }
#nav a.g{ background: url(../images/nav/nav-search.jpg) top left no-repeat; }
#nav a.g:hover { background: url(../images/nav/nav-search-hover.jpg) top left no-repeat; }


#nav a.a2 { background: url(../images/nav/nav-features-hover.jpg) top left no-repeat !important; }
#nav a.b2 { background: url(../images/nav/nav-news-hover.jpg) top left no-repeat !important; }
#nav a.c2 { background: url(../images/nav/nav-opinions-hover.jpg) top left no-repeat !important; }
#nav a.d2 { background: url(../images/nav/nav-blogs-hover.jpg) top left no-repeat !important; }
#nav a.e2 { background: url(../images/nav/nav-people-hover.jpg) top left no-repeat !important; }
#nav a.f2 { background: url(../images/nav/nav-careers-hover.jpg) top left no-repeat !important; }
#nav a.g2 { background: url(../images/nav/nav-search-hover.jpg) top left no-repeat !important; }

/* THIS IS FOR THE NEW WORKING NAVIGATION */
#nav { width: 166px; }
#nav ul { margin: 0px; padding: 0px; width: 166px; }
#nav ul ul { margin: 0px; padding: 0px; width: 166px; background: url(../images/bg-openmenu.gif) top right repeat-y;}
#nav li { margin: 0px; padding: 0px; list-style-type: none; }
#nav li ul li { border-bottom: 1px solid #dbdcde; padding: 4px 0 4px 11px; width: 130px; margin-left: 15px; background: url(../images/raquo-grey.gif) 0 8px no-repeat; line-height: 13px; }

/* all top level menus when closed */
.closed a {
	padding: 0px;
	color: #0079b9;
	text-decoration: none;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
}
.closed a:hover { color: #000; text-decoration: none; }
.closed ul { display:none; }

/* top level open */
.open a{
	padding: 0px;
	color: #0079b9;
	text-decoration: none;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
}
.open a:hover{ color: #000; text-decoration: none; }

/* second level open */
.open ul a, .open ul a:hover {
	color: #CD492F; 
	padding: 0;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.open ul a:hover { color: #000; text-decoration: none; }
.open ul { display:block; }
