﻿/* LEFT MENU */

.navcontainer{
	text-decoration: none;
	padding: 1px 3px 2px 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 0;
	font-family: Verdana;
	font-size: 9px;
	color: #707070;
	background: #f3f3f3; /*THEME CHANGE HERE*/
	height:12px;
	width: 117px;
	text-align: right;
	display:block;
}
.navcontainer a{
	text-decoration: none;
	padding: 1px 3px 2px 0px;
	font-family: Verdana;
	font-size: 9px;
	color: #707070;
	background: #f3f3f3; /*THEME CHANGE HERE*/
	height:12px;
	width: 117px;
	text-align: right;
	display:block;
}
.navcontainer a:active{
	text-decoration: none;
	padding: 1px 3px 2px 0px;
	font-family: Verdana;
	font-size: 9px;
	color: #707070;
	background: #f3f3f3; /*THEME CHANGE HERE*/
	height:12px;
	width: 117px;
	text-align: right;
	display:block;
}
.navcontainer a:hover{
	text-decoration: none;
	padding: 1px 3px 2px 0px;
	font-family: Verdana;
	font-size: 9px;
	color: #ffffff;
	background: #8c0028;
	width: 117px;
	text-align: right;
	display:block;
}
