td.tabmenu {
}
div.tabmenu {
}
.outtabmenu_right {
	height:29px;
	margin:0 auto;
	padding:0px;
	line-height:0px;
	background-image:url(menu_right.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.outtabmenu_left {
	height:29px;
	margin:0px;
	padding:0px;
	padding-left:16px;
	padding-right:16px;
	line-height:0px;
	background-image:url(menu_left.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.tabmenu_back {
	height:29px;
	text-align:left;
	margin:0px;
	padding:0px;
	line-height:0px;
	background-image:url(menu_back.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.tabmenu_right {
	height:29px;
	margin:0 auto;
	padding:0px;
	line-height:0px;
	background-image:url(menu_right.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.tabmenu_left {
	height:29px;
	margin:0px;
	padding:0px;
	padding-left:7px;
	padding-right:7px;
	line-height:0px;
	background-image:url(menu_left.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#nav, #nav ul { /* all lists */
	padding:0px;
	margin:0px;
	list-style: none;
	line-height:0px;
}
#nav a { /* all top items */
	display: block;
	width:auto;
	text-decoration:none;
	font-size:10px; 
	font-style:normal;
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	padding:0px;
	padding-left:12px;
	padding-right:12px;
	line-height:29px;
	color:#888888;
}
#nav li li a { /* all sub items */
	color:#888888 !important;
	display: block;
	width:auto;
	text-decoration:none;
	font-size:10px; 
	font-style:normal;
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	line-height:16px;
	margin:0px;
}
#nav li li a:hover { /* all sub items hover */
	color:#FFFFFF !important;
	background-color:#999999;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	line-height:16px;
	margin:0px;
}
#nav li li a.parent { /* all sub items parent */
	background-image:url(menu_arrow.gif);
	background-repeat:no-repeat;
	background-position:100% 6px;
}
#nav li { /* all top items */
	float: left;
	padding:0px;	
	width:auto; /* width needed or else Opera goes nuts */
	list-style: none;
}
#nav li li { /* all sub items */
	float: left;
	width:200px; /* width needed or else Opera goes nuts */
	list-style: none;
	white-space:normal;
	margin:0px;
	padding:0px;
	border:1px solid #EEEEEE;
}
#nav li li:hover,
#nav li li.shover { /* all sub items hover */
	float: left;
	width:200px; /* width needed or else Opera goes nuts */
	list-style: none;
	white-space:normal;
	margin:0px;
	padding:0px;
	border:1px solid #EEEEEE;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background-color:#EEEEEE;
	width: 202px;  /* don't forget to add the border width! */
	border:1px solid #EEEEEE;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:0px;
	padding:0px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 200px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Tabbed Top level menu */
li.tabmenu {
	height:29px;
	vertical-align:top;
	margin:0 auto;
	padding:0px;
}
li.tabmenu DIV {
	float:left;
	height:29px;
	vertical-align:top;
	margin:0 auto;
	padding:0px;
	line-height:0px;
	background-image:url(spacer.gif);
	background-repeat:repeat-x;
}
li.tabmenu DIV DIV {
	float:left;
	height:29px;
	vertical-align:top;
	margin:0 auto;
	padding:0px;
	line-height:0px;
	width:auto;
}
li.tabmenu DIV DIV DIV {
	cursor:pointer;
	height:29px;
	line-height:29px;
	vertical-align:top;
	margin:0 auto;
	padding:0px;
	white-space:nowrap !important;
}
li.tabmenu DIV DIV DIV a {
	color:#888888 !important; 
}
/* Selected state */
li.selectedtabmenu DIV,
li.parenttabmenu DIV {
	float:left;
	height:29px;
	vertical-align:top;
	margin:0 auto;
	padding:0px;
	line-height:0px;
	background-image:url(menu_on.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
li.selectedtabmenu DIV DIV,
li.parenttabmenu DIV DIV {
	float:left;
	height:29px;
	vertical-align:top;
	margin:0 auto;
	padding:0px;
	line-height:0px;
}
li.selectedtabmenu DIV DIV DIV,
li.parenttabmenu DIV DIV DIV {
	cursor:pointer;
	height:29px;
	line-height:29px;
	vertical-align:top;
	margin:0 auto;
	padding:0px;
	white-space:nowrap !important;
}
li.selectedtabmenu DIV DIV DIV a,
li.parenttabmenu DIV DIV DIV a {
	color:#593294 !important;
}
/* Hover state */
li.sfhover DIV,
li:hover DIV {
	float:left;
	height:29px;
	vertical-align:top;
	margin:0 auto;
	padding:0px;
	line-height:0px;
	background-image:url(menu_on.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
li.sfhover DIV DIV,
li:hover DIV DIV {
	float:left;
	height:29px;
	vertical-align:top;
	margin:0 auto;
	padding:0px;
	line-height:0px;
}
li.sfhover DIV DIV DIV,
li:hover DIV DIV DIV {
	cursor:pointer;
	height:29px;
	line-height:29px;
	vertical-align:top;
	margin:0 auto;
	padding:0px;
	white-space:nowrap !important;
}
li.sfhover DIV DIV DIV a,
li:hover DIV DIV DIV a {
	color:#593294 !important;
}

/* IE Fix for sticky submenus */
#nav li:hover, #nav li.shover {
	position:static;
} 

/* Fix for Google Ads */
ul.nontabmenu {z-index:999;}

