/* Styles used in Saurus CMS toolbar dropdowns */

	.scms_dropdown {
	margin-left: 0px;
	background-image: url(gfx/menu/dropdown_background.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border-left: 1px solid #637FB1;
	border-right: 1px solid #637FB1;
	border-bottom: 1px solid #637FB1;
	overflow: hidden;
	}

	.scms_dropdown_top {
		border-top: 1px solid #637FB1;
	}

	.scms_dropdown_visible {
		padding-top: 13px;
		background-image: url(gfx/icons/16x16/actions/editbutton_visible_onclick.png);
	}

	.scms_dropdown_hidden {
		padding-top: 13px;
		background-image: url(gfx/icons/16x16/actions/editbutton_hidden_onclick.png);
	}

	.scms_arrow_visible {
		height: 13px;
		width: 13px;
		background-image: url(gfx/icons/16x16/actions/editbutton_visible.png);
	}

	.scms_arrow_hidden {
		height: 13px;
		width: 13px;
		background-image: url(gfx/icons/16x16/actions/editbutton_hidden.png);
	}

	.scms_dropdown_item  {
		display: block;
		line-height: 20px;
		padding-top: 1px;
		padding-left: 1px;
		padding-right: 1px;
		padding-bottom: 1px;
		list-style-image: none;
		text-decoration: none;
	}

	.scms_dropdown_item a:link, 
	.scms_dropdown_item a:visited, 
	.scms_dropdown_item a:active {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		text-decoration: none;
		display: block;
		line-height: 20px;
		height: 100%;
		width: 100%;
		padding-left: 32px;
		padding-right: 22px;
		padding-top:0px;
		border: none;
		white-space: nowrap;
		
	}

	.scms_dropdown_item a:hover {
		color: #5A5C61;
		line-height: 18px;
		padding-left: 31px;
		padding-top:-2px;
		padding-right: 21px;
		margin-right: 0px;
		width: 100%;
		background-color: #D2DFFA;
		border: 1px solid #637FB1;
		text-decoration: none;
	}

	.scms_dropdown_divider {
		background-color: #F4F4F4;
		margin: 0px;
		padding: 0px;
		height: 1px;
		background-image: url(gfx/menu/dropdown_divider.gif);
		background-repeat: repeat-y;
	}

	/* Dropdown icons */

		/* dropdown Table */
		a.scms_user_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/users/user.png);
		background-repeat: no-repeat;
		}
		a.scms_user_icon:hover  {
		background-position: 3px 1px;
		}

		a.scms_group_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/users/group.png);
		background-repeat: no-repeat;
		}
		a.scms_group_icon:hover  {
		background-position: 3px 1px;
		}

		a.scms_check_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/actions/check.png);
		background-repeat: no-repeat;
		}
		a.scms_check_icon:hover  {
		background-position: 3px 1px;
		}

		a.scms_new_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/actions/filenew.png);
		background-repeat: no-repeat;
		}
		a.scms_new_icon:hover  {
		background-position: 3px 1px;
		}
		
		a.scms_edit_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/actions/edit.png);
		background-repeat: no-repeat;
		}
		a.scms_edit_icon:hover  {
		background-position: 3px 1px;
		}

		a.scms_up_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/actions/up_arrow.png);
		background-repeat: no-repeat;
		}
		a.scms_up_icon:hover  {
		background-position: 3px 1px;
		}

		a.scms_down_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/actions/down_arrow.png);
		background-repeat: no-repeat;
		}
		a.scms_down_icon:hover  {
		background-position: 3px 1px;
		}

		a.scms_delete_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/actions/delete.png);
		background-repeat: no-repeat;
		}
		a.scms_delete_icon:hover  {
		background-position: 3px 1px;
		}

		a.scms_bookmark_icon {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/actions/bookmark.png);
		background-repeat: no-repeat;
		text-decoration: none;
		}

		a.scms_bookmark_icon:hover  {
		background-position: 3px 1px;
		text-decoration: none;
		}
		
		a.scms_comment_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/actions/comment.png);
		background-repeat: no-repeat;
		}
		a.scms_comment_icon:hover  {
		background-position: 3px 1px;
		}

		a.scms_viewmag_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/actions/viewmag.png);
		background-repeat: no-repeat;
		}
		a.scms_viewmag_icon:hover  {
		background-position: 3px 1px;
		}

		a.scms_inserttable_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/editor/table_inserttable.png);
		background-repeat: no-repeat;
		}
		a.scms_inserttable_icon:hover  {
		background-position: 3px 1px;
		}

		a.scms_insertrow_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/editor/table_insertrowbelow.png);
		background-repeat: no-repeat;
		}
		a.scms_insertrow_icon:hover  {
		background-position: 3px 1px;
		}

		a.scms_deleterow_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/editor/table_deleterow.png);
		background-repeat: no-repeat;
		}
		a.scms_deleterow_icon:hover  {
		background-position: 3px 1px;
		}

		a.scms_insertcolumn_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/editor/table_insertcolleft.png);
		background-repeat: no-repeat;
		}
		a.scms_insertcolumn_icon:hover  {
		background-position: 3px 1px;
		}

		a.scms_deletecolumn_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/editor/table_deletecol.png);
		background-repeat: no-repeat;
		}
		a.scms_deletecolumn_icon:hover  {
		background-position: 3px 1px;
		}

		a.scms_mergecells_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/editor/table_mergecells.png);
		background-repeat: no-repeat;
		}
		a.scms_mergecells_icon:hover  {
		background-position: 3px 1px;
		}

		a.scms_splitcell_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/editor/table_splitcells.png);
		background-repeat: no-repeat;
		}
		a.scms_splitcell_icon:hover  {
		background-position: 3px 1px;
		}

		/* //dropdown Table */

		/* dropdown Form */

		a.scms_insertform_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/editor/form_insertform.png);
		background-repeat: no-repeat;
		}
		a.scms_insertform_icon:hover  {
		background-position: 3px 1px;
		}

		a.scms_insertext_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/editor/form_text.png);
		background-repeat: no-repeat;
		}
		a.scms_insertext_icon:hover  {
		background-position: 3px 1px;
		}
		
		a.scms_insertpassword_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/editor/form_password.png);
		background-repeat: no-repeat;
		}
		a.scms_insertpassword_icon:hover  {
		background-position: 3px 1px;
		}
		
		a.scms_inserthidden_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/editor/form_hidden.png);
		background-repeat: no-repeat;
		}
		a.scms_inserthidden_icon:hover  {
		background-position: 3px 1px;
		}
		
		a.scms_inserttextarea_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/editor/form_textarea.png);
		background-repeat: no-repeat;
		}
		a.scms_inserttextarea_icon:hover  {
		background-position: 3px 1px;
		}
		
		a.scms_insertdropdown_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/editor/form_select.png);
		background-repeat: no-repeat;
		}
		a.scms_insertdropdown_icon:hover  {
		background-position: 3px 1px;
		}
		
		a.scms_insertradiobutton_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/editor/form_radio.png);
		background-repeat: no-repeat;
		}
		a.scms_insertradiobutton_icon:hover  {
		background-position: 3px 1px;
		}
		
		a.scms_insertcheckbox_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/editor/form_checkbox.png);
		background-repeat: no-repeat;
		}
		a.scms_insertcheckbox_icon:hover  {
		background-position: 3px 1px;
		}
		
		a.scms_insertsubmit_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/editor/form_submit.png);
		background-repeat: no-repeat;
		}
		a.scms_insertsubmit_icon:hover  {
		background-position: 3px 1px;
		}
		
		a.scms_insertreset_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/editor/form_reset.png);
		background-repeat: no-repeat;
		}
		a.scms_insertreset_icon:hover  {
		background-position: 3px 1px;
		}
		
		a.scms_insertbutton_icon  {
		background-position: 4px 2px;
		background-image: url(gfx/icons/16x16/editor/form_submit.png);
		background-repeat: no-repeat;
		}
		a.scms_insertbutton_icon:hover  {
		background-position: 3px 1px;
		}
		
		/* //dropdown Form */

	/* //Dropdown icons */

	/* dropdown div */
	
	.scms_dropdown_div {
		width: 150px;
		position: absolute;
		padding-left: 9px;
		padding-top: 0px;
		z-index: 9999;
		visibility: hidden;
	}

	/* //dropdown div */