/* IE-Win CSS Bug Fixes
----------------------------------------------- */

/* Hides from IE5-mac \*/
* html #wrapper {border:1px solid #8A8A8A;border-width:0 1px;}

* html #nav-wrapper .nav, * html #nav-wrapper #nav-right {display:inline;}

* html #nav-wrapper ul li a:link, * html #nav-wrapper ul li a:visited {padding-bottom:4px;}

* html .nav li ul a:link, * html .nav li ul a:visited, * html .nav li ul a:hover {padding:.6em 0 .6em 13px;}

* html #relative-wrapper {height: 1%;}

* html #content ul, html #content-centered ul, html #content-full ul {margin-left:0;}
/* End hide from IE5-mac */

/* Default Styles
----------------------------------------------- */



#nav-wrapper {
	height:25px;
	background:#404040 url(images/bg_nav.gif) repeat-x 0 0;
}

#nav-wrapper .nav, #nav-wrapper #nav-right {
	float:left;
	padding:0 2px 0 0;
	margin:0 0 0 15px;
	list-style:none;
	line-height:1;
	font-size:11px;
	font-family: arial, helvetica, sans-serif;
	background:url(images/bg_nav_separator.gif) no-repeat right top;
}
#nav-wrapper ul#nav-right {float:right;margin:0 15px 0 0;}

/* suckerfish dropdowns */
.nav li:hover, #menu li.hover {
    position: static;
    
}

.nav li {
	float:left;
}

#nav-right li {
	float:right;
}

#nav-wrapper a {
	display:block;
	width:65px;
	padding:8px 10px 6px 12px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	background:url(images/bg_nav_separator.gif) no-repeat 0 0;
}
#nav-wrapper a:hover {
	background-image:url(images/bg_nav_link_hover.gif);
}

.nav li ul, #nav-right li ul { /* second-level lists */
	position:absolute;
	z-index:1;
	padding:0;
	margin:0;
	list-style:none;
	line-height:1;
	background:#3f3f3f;
	width:150px;
	border:1px solid #555;
	border-top:none;
	left:-999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.nav li ul a, #nav-right li ul a, .nav li ul a:visited, #nav-right li ul a:visited, .nav li ul a:hover, #nav-right li ul a:hover {
	display:block;
	padding:.6em 0 .6em 13px;
	width:137px;
	text-align:left;
	font-weight:normal;
	background:url(images/icon_nav_bullet.gif) no-repeat 5px 10px;
}
.nav li ul a:hover, #nav-right li ul a:hover {
	background-color:#710071;
}

.nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}

.nav-right li:hover ul, #nav-right li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}
