/*menu*/

#Acc {
	line-height: 1;
	top: 0px;
	left: 0;
	width: 170px;
	margin: 0px;
	padding: 0px;
	
}

.AccNav {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	padding: 0px;	
	color: #ddd;
}

.AccNav a {
	text-decoration: none;
	display: block;
	color: #ddd;
	text-align: left;
	cursor: pointer;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #242424;
	background-image: url(../images/acc_title_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.AccNav a:hover {
	color: #FF0000;
}
.AccNav test a:hover {
	color: #FF0000;
}
.AccNavContent {
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-weight: normal;
	text-transform: none;
	background: #0f0f0f;
	padding-left: 10px;
	margin: 0px;
}

#AccSelected, .AccFile a:link, .AccFile a:visited, .AccIndex a:link, .AccIndex a:visited {
	display: block;
	background: #0f0f0f;
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin: 0px;
}

.AccFile a:hover, .AccFile a:active, .AccIndex a:hover, .AccIndex a:active {
	background-color: #0f0f0f;
	color: #FF0000;
}

#AccSelected {
	background-color: #0f0f0f;
	color: #FF0000;
}
.photo {
	float: right; 
	margin-left: 15px; 
	margin-bottom: 5px; 
	}
#Acc #AccTop {
	background-image: url(../images/AccTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	text-align: center;
	padding-top: 5px;
}
#Acc #AccBottom {
	background-image: url(../images/AccBottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 8px;
	margin: 0px;
	padding: 0px;
}
