
#yui_workflow {
    /* min-width:50em; /* arbitrary width */
}

/* override default tab width */
#yui_workflow .yui-nav { 
	text-align: center;
	width: 10em;
}

#yui_workflow .yui-content {
	padding-left: 0px !important;  
}

#sidebar_nav { 
	background-color: #666666;
	border-top: 1px solid #999999;
	padding-top: 6px;
	padding-right: 2px;
	padding-left: 2px;
}

#yui_workflow .yui-nav .selected { 
	background-color: #C0C0C0;
	-moz-border-radius: 15px;
}

#yui_workflow .yui-nav .disabled { 
	/*background-color: tan;*/
	background-color: #666666;
	-moz-border-radius: 15px;
}
#yui_workflow .yui-nav .disabled:hover { 
	/*background-color: tan;*/
	background-color: #666666;
	-moz-border-radius: 15px;
}
#yui_workflow .yui-nav .disabled a:hover { 
	cursor: wait;
}

#yui_workflow .yui-nav li a em img { 
	text-align: center; 
	border: none;
} 

#yui_workflow .yui-nav li { 
	text-align: center; 
} 

#yui_workflow .yui-nav li a { 
	color: #fff;			
	text-decoration: none ;
} 

#yui_workflow .yui-nav li:hover { 
	color: black;
	text-decoration: none !important;
	background-color: #E8E8E8;
	-moz-border-radius: 15px;
} 
#yui_workflow .yui-nav li a:hover { 
	color: black;
} 

#yui_workflow .yui-navset yui-navset-left { 
	background-color: lightgreen !important;
	width: 100px;
	height: 300px;
} 

/* OVER WRITE DEFAULT YUI STUFF, ONLY FOR THIS INSTANCE THOUGH */
/* default width for side tabs */
#yui_workflow .yui-navset-left .yui-nav { width:10em; }
#yui_workflow .yui-navset-left { padding-left:0em !important; } /*  */

/* position left oriented tabs */
#yui_workflow .yui-navset-left .yui-nav { position:relative !important; z-index:1; }

