DIV.NavMenu {
	width:160px;
	height:auto;
	float:left;
	text-align:left;
}


DIV.NavMenuItem {
	background-image:url('../graphics/BckgNavMenuLine.png');
	background-repeat: repeat-y; 
	width:100%;
	float:left;
	clear:both;
	text-align:left;
}

DIV.NavMenuLinkButton {
	width:100%;
	height:26px;
	max-height:26px;
	overflow:hidden;
	padding:0px;
	padding-top:6px;
	padding-left:35px;
	margin-top:2px;
	vertical-align:top;
	background-image:url('../graphics/buttons/NavMenuButtonUp.png');
	background-repeat: no-repeat; 
}

DIV.NavMenuLinkButton A {
	font-family:Tahoma,Verdana;
	font-size:9pt;
	font-weight:600;
	text-decoration:none;
	color:#004A73;
}

DIV.NavMenuLinkButton A:hover {
	font-family:Tahoma,Verdana;
	font-size:9pt;
	font-weight:600;	
	text-decoration:none;
	color:#004A73;
}

DIV.NavMenuLinkButtonActive {
	width:100%;
	height:26px;
	max-height:26px;
	overflow:hidden;
	padding:0px;
	padding-top:6px;
	padding-left:35px;
	margin-top:2px;
	vertical-align:top;
	background-image:url('../graphics/buttons/NavMenuButtonOver.png');
	background-repeat: no-repeat; 
}

DIV.NavMenuLinkButtonActive SPAN {
	font-family:Tahoma,Verdana;
	font-size:9pt;
	font-weight:600;	
	color:#004A73;
}

DIV.NavMenuLinksExpanded {
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	overflow:hidden;
}

DIV.NavMenuLinksCollapsed {
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	overflow:hidden;
	visibility:collapse;
	display:none;
}

.NavMenuLinksExpanded UL {
	padding:0px;
	margin:0px;
	padding-left:25px;
	width:98%;
	text-align:left;	
	list-style-image: url('../graphics/dot.gif');
	list-style-position: outside;
	list-style-type: none;
	display: compact;
}

A.NavMenuLinkActive {
	font-family:Tahoma,Verdana;
	font-size:8pt;
	text-decoration:none;
	color:#004A73;
}

A.NavMenuLinkActive:hover {
	font-family:Tahoma,Verdana;
	font-size:8pt;
	text-decoration:underline;
}

A.NavMenuLinkInactive {
	font-family:Tahoma,Verdana;
	font-size:8pt;
	text-decoration:none;
	color:#8B9BAF;
}

A.NavMenuLinkInactive:hover {
	font-family:Tahoma,Verdana;
	font-size:8pt;
	text-decoration:underline;
	color:#004A73;
}

DIV.NavMenuTop {
	background-color:#ffffff;
	background-image:url('../graphics/BckgNavMenuTop.png');
	background-position: bottom left; 
	background-repeat:no-repeat;
	width:100%;
	height:30px;
	clear:both;
	float:left;
}

DIV.NavMenuBottom {
	background-color:#ffffff;
	background-image:url('../graphics/BckgNavMenuBottom.png');
	background-position: top left; 
	background-repeat:no-repeat;
	width:100%;
	height:40px;
	clear:both;
	float:left;
}

