#appbar ul {
	line-height:54px;
}
 
#appbar li {
	float:left;
}

#leftbar ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
}

#leftbar li {
	background:transparent url('/images/general/leftnav_btn_background.gif') repeat-x;
	line-height:20px;
}

/******  Settings Menu ******/

#settings_menu {
	margin:0 0 40px 0;
}

/* the styling */
/* z-index needs to be higher than absolute positioned child elements for IE7 bug */
#settings_menu {
	color:#333333;
	font:normal normal bold 10px Arial, Helvetica, sans-serif;
	float:left;
	width:754px;
	height:auto;
	background:transparent none;
	position:relative;
	z-index:20;
}

#settings_menu .select, #settings_menu .current {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}

#settings_menu li {
	float:left;
	margin:0;
	padding:0;
	height:auto;
}

#settings_menu .select a, #settings_menu .current a {
	display:block;
	height:23px;
	float:left;
	background:url('/images/general/settings_menu_buttons_left.gif') no-repeat left top;
	padding:0 0 0 5px;
	border:0;
	text-decoration:none;
	font-size:10px;
	line-height:22px;
	white-space:nowrap;
	margin-left:2px;
}

* html #settings_menu .select a, * html #settings_menu .current a {
	width:1px;
}

#settings_menu .select a b, #settings_menu .current a b {
	height:100%;
	display:block;
	background:url('/images/general/settings_menu_buttons_right.gif') no-repeat right top;
	padding:0 6px 0 5px;
	color:#666666;
}

#settings_menu .select a:hover, #settings_menu .select li:hover a {
	background-position:0 -75px;
	border:0;
	cursor:pointer;
}

#settings_menu .select a:hover b, #settings_menu .select li:hover a b {
	background-position:100% -75px;
	border:0;
	color:#333333;
}

#settings_menu .sub {
	display:none;
}

/* for IE5.5 and IE6 only */
#settings_menu table {
	position:absolute;
	border-collapse:collapse;
	left:0;
	top:0;
	font-size:11px;
}

#settings_menu .current a {
	background-position:0 -75px;
	border:0;
}

#settings_menu .current a b {
	background-position:100% -75px;
	color:#333333;
}

#settings_menu .sub li a:hover, #settings_menu .select a:hover .sub li a:hover, #settings_menu .select li:hover .sub li a:hover {
	background:transparent url('/images/general/settings_menu_sub_divider.jpg') top right no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}

#settings_menu .sub_active .current_sub a, #settings_menu .sub_active a:hover {
	background:transparent url('/images/general/settings_menu_sub_divider.jpg') top right no-repeat;
	color:#333333;
	text-decoration:none;
}

/* commented out so the C4S sub menu on the Update User screen does not appear unless clicked on
#settings_menu .select li a:hover .sub, #settings_menu .select li:hover .sub {
	display:block;
	position:absolute;
	width:754px;
	top:21px;
	left:0;
	background:transparent url('/images/general/settings_menu_background.jpg') repeat-x;
	margin-top:1px;
	padding:0;
	z-index:100;
	border:0;
}*/

#settings_menu .sub, #settings_menu .sub_active {
	background:transparent url('/images/general/settings_menu_background.jpg') repeat-x;
	margin:0;
	padding:0;
	list-style:none;
}

#settings_menu .sub_active {
	display:block;
	position:absolute;
	width:754px;
	top:21px;
	left:0;
	margin-top:1px;
	padding:0;
	z-index:10;
	color:#333333;
	border:0;
}

* html #settings_menu .sub_active, * html #settings_menu .select a:hover .sub {
	z-index:-1;
	margin-top:0;
	margin-t\op:1px;
}

#settings_menu .sub_active a {
	height:23px;
	float:left;
	font-weight:bold;	
	line-height:22px;
	text-decoration:none;
	white-space:nowrap;
}

#settings_menu .sub_active a, #settings_menu .select a:hover .sub li a, #settings_menu .select li:hover .sub li a {
	background:transparent url('/images/general/settings_menu_sub_divider.jpg') top right no-repeat;
	border:0;
	color:#FFFFFF;
	display:inline;
	height:23px;
	line-height:22px;
	margin:0;
	padding:0 10px;
	width:auto;
	white-space:nowrap;	
}