/* @override http://sfx.localhost:8888/menu-sfx.css */

/*
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
font-size: 14px;
font-weight: bold;
background: #c83000;
color: #ffffff;
*/


body #menubg {
	position: absolute;
/*	border: 1px solid #88300;*/
	background: #eaeaea url(/styles/images/sfx-menu-grad2.png) repeat-x;
	color: #fff;
	/*padding: 1px;*/
	margin-top: 1px;
	margin-bottom: 1px;
	left: 0;
	top: 70px;
	width: 100%;
	z-index: 100;
	/*font: 12pt/16pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
  line-height: 16pt;
}

#menubg ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 100;
}

/*Top level list items*/
body #menubg ul li{
position: relative;
display: inline;
float: left;
z-index: 100;
background: #eaeaea url(/styles/images/sfx-menu-grad2.png) repeat-x;

/*overall menu background color*/
padding-right: 10px;
	color: #333;
}

/*Top level menu link items style*/
body #menubg ul li a{
display: block;
width: 140px; /*Width of top level menu link items*/
padding: 1px 8px;
border-left-width: 0;
text-decoration: none;
z-index: 100;
color: #333;
}
	
/*1st sub level menu*/
body #menubg ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
border: 1px solid #333;
}

/*Sub level menu list items (undo style from Top level List Items)*/
body #menubg ul li ul li{
display: list-item;
float: none;
padding-right: 0;
padding-bottom: 3px;
	background-image: none;
	color: #fdfdfd;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
body #menubg ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
body #menubg ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #333;
text-decoration: none;
padding: 1px 5px;
/*border: 1px solid #ccc;*/
}
body #menubg ul li.menu a{
	display: inline;
}

body #menubg ul li a:hover{
background-color: #3c6bf3;
color: #fff;
}

/*Background image for top level menu list links */
body #menubg .mainfoldericon{
background: #eaeaea url(media/arrow-down.gif) no-repeat center right;
color:  #333;
}

/*Background image for subsequent level menu list links */
body #menubg .subfoldericon{
background: #eaeaea url(/dojo/src/widget/templates/images/submenu_off.gif) no-repeat center right;
	width: 170px;
	color: #333;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #menubg ul li { float: left; height: 1%;}
* html #menubg ul li a { height: 1%; }
/* End */


/*************************/
/*body .dojoMenuItem2{
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 22px;
	margin: 0;
}

body .dojoMenuItem2Hover {
	background-color: #797979;
	cursor:pointer;
	cursor:hand;
}

body .dojoMenuItem2Icon {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-right: 3px;
}

body .dojoMenuItem2Label {
	position: relative;
	vertical-align: middle;
}

body .dojoMenuItem2Label {
	position: relative;
	vertical-align: middle;
}

body .dojoMenuItem2Accel {
	position: relative;
	vertical-align: middle;
	padding-left: 3px;
}

body .dojoMenuItem2Disabled .dojoMenuItem2Label,
body .dojoMenuItem2Disabled .dojoMenuItem2Accel {
	color: #607a9e;
}

body .dojoMenuItem2Submenu {
	position: relative;
	background-image: url(/dojo/src/widget/templates/images/submenu_off.gif);
	width: 5px;
	height: 9px;
	padding-left: 3px;
}
body .dojoMenuItem2Hover .dojoMenuItem2Submenu {
	background-image: url(/dojo/src/widget/templates/images/submenu_on.gif);
}

body .dojoMenuItem2Disabled .dojoMenuItem2Submenu {
	background-image: url(/dojo/src/widget/templates/images/submenu_disabled.gif);
}

body .dojoMenuSeparator2 {
	font-size: 1px;
	margin: 0;
}

body .dojoMenuSeparator2Top {
	height: 50%;
	border-bottom: 1px solid #7a98c4;
	margin: 0px 2px;
	font-size: 1px;
}

body .dojoMenuSeparator2Bottom {
	height: 50%;
	border-top: 1px solid #c9deff;
	margin: 0px 2px;
	font-size: 1px;
}

body .dojoMenuBar2 {
	background:#c83000;
	padding: 1px;
}

body .dojoMenuBar2 .dojoMenuItem2 {
	white-space: nowrap;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	position: relative;
	vertical-align: middle;
	z-index: 1;
	padding: 3px 8px;
	display: inline;
	display: -moz-inline-box;
	cursor:pointer;
	cursor:hand;
}

body .dojoMenuBar2 .dojoMenuItem2Hover {
	background-color: #797979;
}

body .dojoMenuBar2 .dojoMenuItem2Disabled span {
	color: #4f6582;
}


#nsheader #menubg .dojoMenuBar2{
	background-color: #c83000;
	background-image: none;
	width: 100%;
	height: 25px;
	position: absolute;
	top: 74px;
	z-index: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	left: 0;
}
*/
