﻿.menu
{
	text-align:right;
	background-color: #373a43;
	height: 60px;
}

.newLogo
{
	position: absolute;
	right: 0px;
	top: 108px;
	z-index: 10;
}

.menu ul 
{ 
	list-style-type: none; 
	color:White; 
	width: auto; 
	margin-top:0px; 
	white-space: nowrap; 
	position: absolute; 
	z-index: 2; 
	right: 0px;
	
}
.menu ul li 
{
	display:inline 
}
.menu .menuItem 
{
	outline: none; 
	color: #cdc9c0; 
	font-size:14px; 
	font-weight:bold; 
	font-family:Verdana; 
	text-decoration:none;  
	display:block; 
	height:40px; 
	line-height:40px; 
	text-align:center; 
	width:100px;
	float:left;
	background-image:none
}
.menu .menuItem:hover 
{
	background:url(Images/MenuHover.gif) 0 0; 
	background-repeat:no-repeat
}
.menu .menuItemSelected 
{ 
	background-image:url(Images/MenuHover.gif); 
}

.donate 
{
	text-align: center; 
	position: absolute; 
	right: 10px; 
	top: 10px; 
	z-index: 100; 
}

.mainContent .contentLayout .moneyColumn
{
	padding: 20px 20px 20px 0px;
	vertical-align: top;
}



.arrowList li {}
.arrowList a 
{
	line-height:24px
}

/*.arrowList a,.content a {color:#5c843a; font-weight:bold; text-decoration:none;}*/

.arrowList a,
.content a 
{
	color: #5C843A;
	border-bottom: 1px dotted #5C843A;
	text-decoration: none;
}
.arrowList a:hover,
.content a:hover
{
	color: #f87731;
}

/*.arrowList a:hover,.content a:hover {background-color:#5c843a; color:#FFFFFF; font-weight:bold; text-decoration:none}*/



.arrowList {}
.arrowList li 
{
	list-style-image:url(Images/arrow.png)
}



.noList, .noList li  
{
	list-style-type:none;
}

.content { }
.content p 
{
	text-align:justify;
}
.content p ul 
{
	float:left;
}

.download
{
	text-align: center;
}

.release 
{
	border: 1px solid #d0e4f3; 
	background-image: url('Images/release-back.gif'); 
	background-repeat: repeat-x; 
	background-color: #f6f6f7;
	position: relative; 
	padding: 10px; 
	width: 175px; 
	height: 30px; 
	margin: auto;
}
.release .downloadLink 
{
	background: url('Images/download.png') no-repeat 5px 4px; 
	font-family: Tahoma, Verdana, Arial; 
	border: none; 
	font-size: 11px; 
	display: block; 
	padding-left: 35px; 
	color: #7a7f84; 
	text-decoration: underline; 
}
.release .downloadLink:hover 
{
	background-color: Transparent; 
	color: #7a7f84; 
} 

.release .downloadLink .downloadMessage 
{
	display: block; 
}
.release .downloadLink .currentVersion 
{
	font-style: italic; 
	margin-right: 3px; 
}
.release .downloadLink .versionNumber { }

.documentationTree { }
.documentationTree img
{
	margin-right: 4px;
}
.documentationTree a 
{
	color: #5C843A;
	border-bottom: 1px dotted #5C843A;
	text-decoration: none;
}
.documentationTree a:hover
{
	color: #f87731;
}