
/* Suckerfish dropdowns for Editor Menu
/*------------------------------------------------------------------------------------*/


#header_menu ul {
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
}

#header_menu a {
	display: block;
	font-size: 0.8em;
        font-weight: bold;
	color: #D7AD85;
        text-transform: uppercase; 
	text-decoration: none;
}

#header_menu a.parent {
	background: url(rightarrow2.gif) center right no-repeat;
}

#header_menu li {
	padding: 0px;
	margin: 0px;
	height: 38px;
	float: left;
}

#header_menu li > a {
	padding: 4px 10px 4px 10px;
/*        border-right: solid #999 1px;*/
	margin: 0px;
	height: 30px;
        line-height: 28px;
	vertical-align: middle;
}

#header_menu li ul {
        padding: 0px;
	border: solid #d7ad85 1px;
	margin: 0px;
	position: absolute;
        z-index: 20;
	width: 17em;
	height: auto;
	left: -999em;
	background: #fff;
	font-weight: normal;
}

#header_menu li li {
	padding: 0px;
	margin: 0px;
	width: 17em;
	height: 2em;
}

#header_menu li ul a {
        padding: 0px 1em 0px 25px;
	border: none;
	margin: 0px;
	width: 17em;
}

#header_menu li ul ul {
	margin: -25px 0em 0em 14em;
}

#header_menu li:hover ul ul, 
#header_menu li:hover ul ul ul, 
#header_menu li.sfhover ul ul, 
#header_menu li.sfhover ul ul ul {
	left: -999em;
}

#header_menu li:hover ul, 
#header_menu li li:hover ul, 
#header_menu li li li:hover ul, 
#header_menu li.sfhover ul, 
#header_menu li li.sfhover ul, 
#header_menu li li li.sfhover ul {
	left: auto;
}

#header_menu li:hover, 
#header_menu li.sfhover {
	background-color: #eda;
	border-bottom: solid #999 1px;
}




/*
 * Side Menu
 */
 
 


/* sidebar - Nothing special for this site */


#side_menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#side_menu a, #side_menu a:visited {
	text-decoration: none;
	color: #000;
}

#side_menu a:hover {
        color: #000;
}

#side_menu li { 
        padding-top: 1.0em;
        padding-bottom: 0.7em;
	padding-left: 30px;
	padding-right: 20px; 
        border-top: 1px solid #8A887B;
}

#side_menu li:hover, #side_menu li.sfhover {
	background: #fff;
}





/*
 * Footer Menu
 */

#footer_cell ul {
  list-style: none;
  margin: 0.5em 0em;
  padding: 0em;
}

#footer_cell ul li {
  display: inline;
  list-style: none;
  margin: 0em;
  padding: 0em 1em 0em 1em;
  border-left: 1px solid;
}

#footer_cell ul li:first-child {
  border-left: none;
}





#editor_menu {
  margin: 0px;
  padding: 0px;
  width: auto;
  z-index: 20;
  position: relative;
  background-color: #443;
  font-weight: bold;
  font-size: 0.9em;
  text-align: left;
}

#editor_menu a {
  text-decoration: none;
}

#editor_menu a:hover {
  color: #d7dd86;
}

#editor_menu ul {
  background-color: #443;
  margin: 0px;
  padding: 0px;
  list-style: none;
  z-index: 999;
}

#editor_menu li {
  border-right-color: #626246;
  border-right-width: 1px;
  border-right-style: solid;
/*  float: left; */
/*  position: relative; */
  width: 8em;
}

#editor_menu li a {
  padding-bottom: 0.25em;
  padding-left: 35px;
  padding-top: 0.25em;
  display: block;
  color: white;
  text-decoration: none;
}

#editor_menu li ul {
  top: 2.2em;
  display: none;
  position: absolute;
  left: 0;
}

#editor_menu li > ul {
  top: auto;
  left: auto;
}
	
#editor_menu li:hover ul, #editor_menu li.sfhover ul { 
  display: block; 
}
	
#editor_menu li li {
  width: 10em;
}



/** Menu Items **/


/* Admin and User menu items */

li#menu_admin {
  border-width: 1px;
  border-style: solid;
  border-color: #5b5c3e #2a2a1c #2a2a1c #5b5c3e;
  background: url('/townsquare/img/icons/group.png') no-repeat 5px 50%;
  margin: 0px;
  padding: 0px;
  
}
li.menu_users {
  border-width: 1px;
  border-style: solid;
  border-color: #5b5c3e #2a2a1c #2a2a1c #5b5c3e;
  background: url('/townsquare/img/icons/user.png') no-repeat 5px 50%;
  margin: 0px;
  padding: 0px;
  
}
li.menu_groups {
  border-width: 1px;
  border-style: solid;
  border-color: #5b5c3e #2a2a1c #2a2a1c #5b5c3e;
  background: url('/townsquare/img/icons/group.png') no-repeat 5px 50%;
  margin: 0px;
  padding: 0px;
  
}
li.menu_wrench {
  border-width: 1px;
  border-style: solid;
  border-color: #5b5c3e #2a2a1c #2a2a1c #5b5c3e;
  background: url('/townsquare/img/icons/wrench.png') no-repeat 5px 50%;
  margin: 0px;
  padding: 0px;
  
}
li.menu_clickboard {
  border-width: 1px;
  border-style: solid;
  border-color: #5b5c3e #2a2a1c #2a2a1c #5b5c3e;
  background: url('/townsquare/img/icons/clickboard.png') no-repeat 5px 50%;
  margin: 0px;
  padding: 0px;
  
}
li.menu_recent {
  border-width: 1px;
  border-style: solid;
  border-color: #5b5c3e #2a2a1c #2a2a1c #5b5c3e;
  background: url('/townsquare/img/icons/new.png') no-repeat 5px 50%;
  margin: 0px;
  padding: 0px;
  
}
li.menu_settings {
  border-width: 1px;
  border-style: solid;
  border-color: #5b5c3e #2a2a1c #2a2a1c #5b5c3e;
  background: url('/townsquare/img/icons/cog.png') no-repeat 5px 50%;
  margin: 0px;
  padding: 0px;
  
}

/* CMS menu items */

li#menu_content {
 border-width: 1px;
  border-style: solid;
  border-color: #5b5c3e #2a2a1c #2a2a1c #5b5c3e;
  background: url('/townsquare/img/icons/folder.png') no-repeat 5px 50%;
  margin: 0px;
  padding: 0px;
}
li.menu_calendar {
  border-width: 1px;
  border-style: solid;
   border-color: #5b5c3e #2a2a1c #2a2a1c #5b5c3e;  border-style: solid;
  padding: 0px;
  margin: 0px;
  background: url('/townsquare/img/icons/date.png') no-repeat 5px 50%;
}
li.menu_image {
 border-width: 1px;
  border-style: solid;
  border-color: #5b5c3e #2a2a1c #2a2a1c #5b5c3e;
  padding: 0px;
  margin: 0px;
  background: url('/townsquare/img/icons/image.png') no-repeat 5px 50%;
}
li.menu_images {
  border-width: 1px;
  border-style: solid;
  border-color: #5b5c3e #2a2a1c #2a2a1c #5b5c3e;
  padding: 0px;
  margin: 0px;
  background: url('/townsquare/img/icons/images.png') no-repeat 5px 50%;
}
li.menu_library {
  border-width: 1px;
  border-style: solid;
  border-color: #5b5c3e #2a2a1c #2a2a1c #5b5c3e;
  padding: 0px;
  margin: 0px;
  background: url('/townsquare/img/icons/document.png') no-repeat 5px 50%;
}
li.menu_pages {
  border-width: 1px;
  border-style: solid;
  border-color: #5b5c3e #2a2a1c #2a2a1c #5b5c3e;  
  padding: 0px;
  margin: 0px;
  background: url('/townsquare/img/icons/page_white.png') no-repeat 5px 50%;
}
li.menu_facilities {
  border-width: 1px;
  border-style: solid;
  border-color: #5b5c3e #2a2a1c #2a2a1c #5b5c3e;  
  padding: 0px;
  margin: 0px;
  background: url('/townsquare/img/icons/wrench.png') no-repeat 5px 50%;
}
li.menu_materials {
  border-width: 1px;
  border-style: solid;
  border-color: #5b5c3e #2a2a1c #2a2a1c #5b5c3e;  
  padding: 0px;
  margin: 0px;
  background: url('/townsquare/img/icons/wrench.png') no-repeat 5px 50%;
}
li.menu_blank {
  border-width: 1px;
  border-style: solid;
  border-color: #eee;  
  padding: 0px;
  margin: 0px;
  background: #EDF1FB;
}
li.menu_top {
  border-right: solid #999 1px;
}
li.menu_top_last {
  border-right: solid none;
}
li.menu_news {
  border-width: 1px;
  border-style: solid;
  border-color: #5b5c3e #2a2a1c #2a2a1c #5b5c3e;  
  padding: 0px;
  margin: 0px;
  background: url('/townsquare/img/icons/newspaper.png') no-repeat 5px 50%;
}
li.menu_menus {
  border-width: 1px;
  border-style: solid;
  border-color: #5b5c3e #2a2a1c #2a2a1c #5b5c3e;
  padding: 0px;
  margin: 0px;
  background: url('/townsquare/img/icons/chart_organisation.png') no-repeat 5px 50%;
}

li#menu_logout {
  border-width: 1px;
  border-style: solid;
  border-color: #5b5c3e #2a2a1c #2a2a1c #5b5c3e;
  background: url('/townsquare/img/icons/user_go.png') no-repeat 5px 50%;
  margin: 0px;
  padding: 0px;
  
}

li#menu_manage {
  border-width: 1px;
  border-style: solid;
  border-color: #5b5c3e #2a2a1c #2a2a1c #5b5c3e;  
  padding: 0px;
  margin: 0px;
  background: url('/townsquare/img/icons/wand.png') no-repeat 5px 50%;
}


/*
 * Generic item class. Used when there is not a custom icon.
 * We use list here because things generally go to a list.
 */ 

li.menu_list {
 border-width: 1px;
  border-style: solid;
  border-color: #5b5c3e #2a2a1c #2a2a1c #5b5c3e;  
  padding: 0px;
  margin: 0px;
  background: url('/townsquare/img/icons/table.png') no-repeat 5px 50%;
}



