#com-atlassian-confluence {
 font-size: 10pt;
 line-height: 1.3;
 color: #000;
 font-weight: normal;
}

body #header{
	position: relative;
	z-index: 3 !important;
}

body #main{
	position: relative;
	z-index: 1 !important;
}

#logoblock td img {
	display:	block;	
}

.menu p{
	margin: 0px;
	}

#menubar {
	background-color: #666666;
	height: 27px;
	background: url(images/bg_menu.png) repeat-x;
	clear: both;
}

#startPage {
	float: left;
	width: 200px;
	border-right: 1px solid #fff;
	z-index: 11;
	background: url(images/bg_menu.png) repeat-x;
}

#startPage p {
	padding: 0;
	margin: 0;
	border-right: 1px solid #ccc;
}

#startPage a {
	padding-left: 10px;
	line-height: 25px;
	height: 25px;
	display: block;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#startPage a:hover {
	color: #e20074;
	background: #ccc;
}

.menu {
	position: relative; /*height:25px; */
	font-size: 0.85em;
	z-index: 2;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position:relative;
	z-index: 1;
}

.menu li {
	display: inline;
	float: left;
	position: relative;
	border-right: 1px solid #fff;
}

.menu li li {
	border-right: none;
	border-left: none;
}

.menu a,.menu a:visited {
	display: block;
	padding: 0 12px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/bg_menu.png) repeat-x;
	border-right: 1px solid #ccc;
	white-space: nowrap;
}

* html .menu a {
	width: 1px;
}

.menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 25px;
	left: 0px;
	height: 0;
	margin: 0;
	border-left: none;
}

.menu ul ul ul {
	top: -1px;
	left: 159px;
	width: 160px;
}

.menu ul ul a.drop,.menu ul ul a.drop:visited {
	background: #fff url(images/arrow_grey_r.gif) no-repeat 96% 50%;
}

.menu ul ul a.drop:hover {
	background: #e7e7e7 url(images/arrow_grey_r.gif) no-repeat 96% 50%;
}

.menu ul ul :hover>a.drop {
	background: #e7e7e7 url(images/arrow_grey_r.gif) no-repeat 96% 50%;
}

.menu ul ul ul a,.menu ul ul ul a:visited {
	background: #fff;
}

.menu ul ul ul a:hover {
	background: #e7e7e7;
}

.menu * :hover>a,.menu ul ul * :hover>a {
	background: #cccccc;
}

.menu * :hover>a {
	color: #f78e31;
}

.menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

.menu ul ul a,.menu ul ul a:visited {
	width: 128px;
	padding: 5px 20px 5px 10px;
	height: auto;
	line-height: 1.25em;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 1px;
	background: #fff;
	font-weight: normal;
	color: #000;
	white-space: normal;
}

.menu ul ul ul {
	border-top: 1px solid #ccc;
}

.menu a:hover {
	color: #f78e31;
	background: #ccc;
}

.menu ul ul a:hover {
	color: #000;
	background: #e7e7e7;
}

.menu ul li:hover ul,.menu ul a:hover ul {
	visibility: visible;
}

.menu ul :hover ul :hover ul {
	visibility: visible;
}

.menu ul :hover ul :hover ul :hover ul {
	visibility: visible;
}

.menu ul :hover ul ul {
	visibility: hidden;
}

.menu ul :hover ul  :hover ul ul {
	visibility: hidden;
}

/* for the subspaces_tree */

ul.treenode {
	margin-left: -45px;
	margin-top: -5px;
	list-style: none;
}

*+html ul.treenode {
	margin-left: -5px;
}  /*IE7*/

* html ul.treenode {
	margin-left: -4px;
} /*IE6*/
#link_image {
	padding-left: 15px !important;
	background:url(images/link.png) no-repeat 2px center;
}
