
/* left menu */


div#navcontainertop {
	width: 150px;
	background: #ebebeb;
	padding: 2px 5px;
	color: #5687e6;
	color:#B80A4F;
	border: solid 3px #ebebeb;
	font-weight:bold
}


ul#navlist li a,ul#subnavlist li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
}
div#navcontainer {
	clear:both;
	width: 140px;
	background: #fff;
	padding: 5px;
	margin-top:5px;
	margin-left:5px;
	color: #000000;
	border: solid 3px #ebebeb;
}
ul#navlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#navlist li 
{ 
	display:block;
	/*border-bottom: dashed 1px #000000;*/
}
ul#navlist li a {
	color: #666;
	color:#006699;
	display: block;
	/* background: #D0D0D0; */
	padding: 4px 0px 4px 8px;
	width: 135px;
	line-height:12px;
	background-color: #ffffff;
	background-image:url('/Templates/image/arrow_off.gif');
	background-position:left bottom;
	background-repeat:no-repeat
	
}
ul#navlist li a:hover { 
	background-color: #ffffff;
	background-image:url('/Templates/image/arrow_off.gif');
	background-position:left bottom;
	background-repeat:no-repeat

}
	
ul#navlist li a#current {
	background-color: #ffffff;
	background-image:url('/Templates/image/arrow_on.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
	color:#B80A4F;
}

/* sub nav list */
ul#subnavlist {
	margin: 0;
	list-style-type: none;
	padding: 0;
	
}
ul#subnavlist li { display: block;  }
ul#subnavlist li a
{font-size: 11px;
	display: block;
	color: #666;
	color:#006699;
	/* background: #EAEAEA; */
	padding: 2px 6px 2px 15px;
	border-top: solid 1px #fff;
	height: auto;
	width: 115px;
	line-height:15px;
	
	background-color: #ffffff;
	background-image:url('/Templates/image/arrow_sub.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
}
/*ul#subnavlist li a:hover 
{ 
	background: #EAEAEA; 
	color: #A7004B;
}*/
ul#subnavlist li a:hover, ul#navlist li a#subcurrent 
{
	color:#B80A4F;
	background-color: #ffffff;
	background-image:url('/Templates/image/arrow_sub.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
	
}
/*ul#navlist li a#subcurrent:hover 
{ 
	background: #ddd;
}*/


/* sub sub nav list */
ul#subsubnavlist {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
ul#subsubnavlist li { display: block; }
ul#subsubnavlist li a, ul#subsubnavlist li a:hover
{
	display: block;
	color: #666;
	/* background: #fffff6; */
	padding: 4px 6px 4px 25px;
	border-top: solid 1px #fff;
	height: auto;
	width: 105px;
	font-weight:normal;
	line-height:15px;
	
	background-color: #ffffff;
	background-image:url('/Templates/image/arrow_sub_sub.gif');
	background-position:left bottom;
	background-repeat:no-repeat;

}
/*ul#subsubnavlist li a:hover 
{ 
	background: #EAEAEA; 
	color: #A7004B;
}*/
