/* GENERAL STYLES */

.menu {
	position: absolute;
	top: 0;
	left: 0;
	font-family: verdana;
}
.menu a {
	display: block;
	text-decoration: none;
	cursor: default;
	outline: none;
	font-size: 11px;
}
.menu .separator {
	height: 1px;
	padding: 0;
	overflow: hidden;
	display: block;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu .submenu {
  position: relative;
}
.menu .submenu .menu {
  position: absolute;
}



/* FIREFOX STYLES */

.menu.firefox, .firefox .menu {
	width: 12em;
	background: #F4F5EB;
} 
.menu.firefox ul, .firefox .menu ul {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 2px 0;
}
.menu.firefox a, .firefox .menu a {
	color: #555;
	padding: 4px 15px;
	margin: 0 2px;
}
.menu.firefox a:hover, .firefox .menu a:hover {
	background: #006;
	color: #fff;
}
.menu.firefox a.disabled, .firefox .menu a.disabled {
	color: #bbb;
}
.menu.firefox a.disabled:hover, .firefox .menu a.disabled:hover {
	background: #F4F5EB;
	color: #bbb;
}
.menu.firefox .separator, .firefox .menu .separator {
	border-bottom: 1px solid #fff;
	background: #999;
	margin: 2px 4px;
}


/* GOOGLE STYLES */

.menu.google {
	width: 10.5em;
	background: #fff;
}
.menu.google ul {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #676767;
	border-right: 1px solid #676767;
}
.menu.google a {
	color: #00c;
	text-decoration: none;
	padding: 2px 5px;
	cursor: pointer;
	font-size: 12px;
}
.menu.google a:hover {
	background: #D3E3FE;
}
.menu.google a.disabled {
	color: #bbb;
}
.menu.google a.disabled:hover {
	background: #fff;
	color: #bbb;
}
.menu.google .separator {
	background: #ccc;
}

/* DESKTOP STYLES */

.menu.desktop {
	width: 14em;
	background: #f9f8f7;
}
.menu.desktop ul{
	border: 1px solid #666;
	padding: 1px 0;
}
.menu.desktop a {
	color: #555;
	padding: 3px 0 3px 25px;
	margin: 0 1px;
	border: 1px solid #f9f8f7;
	cursor: pointer;
}
.menu.desktop a.disabled {
	color: #bbb;
	cursor: default;
}

.menu.desktop .separator {
	border-bottom: 1px solid #fff;
	background: #999;
	margin: 2px 4px;
}
.menu.desktop a.add {
  background: #f9f8f7 url(images/page_add.png) 2px 50% no-repeat;
}
.menu.desktop a.edit {
  background: #f9f8f7 url(images/page_edit.png) 2px 50% no-repeat;
}
.menu.desktop a:hover {
	background-color: #b6bdd2;
	border: 1px solid #0a246a;
}
.menu.desktop a.disabled:hover {
	background: #f9f8f7;
	color: #bbb;
	border: 1px solid #f9f8f7;
}