.WebYepRichTextEditButton {
	width: 24px;
	margin-left: -24px;
	float: left;
}
.WebYepLongTextEditButton {
	width: 24px;
	margin-left: -24px;
	float: left;
}
.WebYepImageEditButton {
	width: 24px;
	margin-left: -24px;
	float: left;
}
.WebYepMenuEditButton {
}


/* ========= */
/* ! Menus   */
/* ========= */


.WebYepMenuItem { /* normal menu item (not a submenu title) */
	font-size: 1.1em;
	list-style-type: none;
}

.WebYepMenuTitle { /* submenu title. */
	margin-bottom: 5px;
	font-size: 1.1em;
	list-style-type: none;
}
.WebYepMenuTitleExpanded ul li { /* submenu title and its tree is currently expanded. */ 
	margin-left: 20px;
	font-size: 0.9em;
}
.WebYepMenuFirstItem { /* the first item in its tree (used e.g. for separation lines) */
}
a.WebYepMenuItem, a.WebYepMenuTitle {
	color: #0f75bd;
	padding-top: 10px;
	text-decoration: none;
	border-bottom-color: #6c6258;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 10px;
	display: block;
}
a.WebYepMenuItem:visited, a.WebYepMenuTitle:visited {
}
* html a.WebYepMenuItem { /* required for IE6 only - needs height value with block element*/
	height: 1px;
}
a.WebYepMenuItem:hover, a.WebYepMenuTitle:hover {
	padding-left: 10px;
	background-color: #9f9381;
	color: white;
	text-decoration: none;
}
.WebYepMenuCurrentItem { /* the currently selected menu item */
}
a.WebYepMenuCurrentItem {
	color: #00adef;
	text-decoration: none;
}


/* Subnav */


.SUBNAV {}

#subnav a.WebYepMenuItem, #subnav a.WebYepMenuTitle {
	color: white;
	text-decoration: none;
	padding-top: 0;
	border-bottom-style: none;
	padding-bottom: 0;
}
#subnav a.WebYepMenuItem:visited, #subnav a.WebYepMenuTitle:visited {
}
#subnav a.WebYepMenuItem:hover, #subnav a.WebYepMenuTitle:hover {
	color: #534c44;
	text-decoration: none;
	padding-left: 0;
}
* html #subnav a.WebYepMenuItem:hover, * html #subnav a.WebYepMenuTitle:hover {
	background: none;
}
#subnav .WebYepMenuCurrentItem { /* the currently selected menu item */
	color: white;
}
#subnav a.WebYepMenuCurrentItem {
	color: white;
	text-decoration: none;
}
#subnav li {
	display: inline;                                                        
	float: right;
	padding-left: 20px;
}


/* ================== */
/* ! Webyep Gallery   */
/* ================== */


.WebYepGalleryContainer	{
	margin: 0;
}
.WebYepGalleryContainer tr {
}
.WebYepGalleryContainer td {
	vertical-align: top;
}
.WebYepGalleryFirstRow { /* the first <tr> tag in the gallery. */
}	 
.WebYepGalleryFirstColumn { /* the first <td> tag in a row. */                                   
}	
.WebYepGalleryImage { /* the <div> tag surrounding the thumbnail image. */
}
.WebYepGalleryImage img {
	margin-right: 22px;
}
.WebYepGalleryText {
	margin-bottom: 10px;
	padding-right: 10px;
	line-height: 120%;
	font-size: 0.9em;
}

/* Long text element styles */

.HIGHLIGHT {
	margin-bottom: 10px;
	display: inline-block;
	font-size: 1.4em;
}



