/* Styles for Container Div */

#sidenav {
	width: 145px;
	background-color: #ffffff;
	float: left;
	text-align: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffffff;
}





/* Styles for Generic Colour */

.hiddendiv {
	font-weight: normal;
	background-color: #FFFFFF;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.buttonMainCurrent, .buttonMainDown {
	text-decoration: none;
	background-color: #C0C8D3;
	line-height: 22px;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000080;
	text-indent: 10px;
	color: #000080;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.buttonMain {
	text-decoration: none;
	background-color: #E5EBF2;
	line-height: 22px;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000080;
	text-indent: 10px;
	color: #5284BD;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	margin-top: 0px;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.buttonMain a:link {
	color: #5284BD;
	text-decoration: none;
	display: block;
}
.buttonMain a:active {
	color: #5284BD;
	text-decoration: none;
	display: block;
}
.buttonMain a:visited {
	color: #5284BD;
	text-decoration: none;
	display: block;
}
.buttonMain a:hover {
	color: #000080;
	text-decoration: none;
	display: block;
	background-color: #E5EBF2;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.buttonSubCurrent {
	color: #000080;
	display: block;
	line-height: 17px;
	height: 17px;
	text-indent: 10px;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 11px;
}
.buttonSub {
	color: #000080;
	display: block;
	line-height: 17px;
	height: 17px;
	text-indent: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: right center;
}
.buttonSub a:link {
	color: #5A626C;
	text-decoration: none;
	line-height: 16px;
	height: 16px;
	display: block;
}

.buttonSub a:active {
	color: #5A626C;
	text-decoration: none;	
	display: block;
}

.buttonSub a:visited {
	color: #5A626C;
	text-decoration: none;
	display: block;		
}

.buttonSub a:hover {
	color: #000080;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	background-repeat: no-repeat;
	background-position: right center;
}
