body {
	behavior:url("csshover.htc");
}

DIV.horizontal-menu {
	padding:0px;
	width: 170px;
	margin-top:2px;
}

DIV.horizontal-menu UL {
	position:relative;	
	display:block;
	list-style:none;
	padding:0px;
	margin:0px;
}

DIV.horizontal-menu UL LI {
	width:170px;
	background-image: url("../images/sub_page_images/sub_bullet-off.gif");
	background-repeat:no-repeat;
	height:24px;	
	text-decoration:none;
	font-weight:bold;	
	margin-left:20px;
	margin-bottom:5px;
}
DIV.horizontal-menu UL LI A {
	position:relative;
	display:block;
	white-space: nowrap;
	text-decoration:none;
	margin:0px;
	padding:0px;
	width:158px;
	padding-top:0px;
	font-family:Arial, Verdana;
	font-size:14px;
	color:#4C6E89;
	
	margin-left:15px;
}

DIV.horizontal-menu UL LI:hover {
	background-image: url("../images/sub_page_images/sub_bullet-on.gif");
}

DIV.horizontal-menu UL LI A.active {
}
DIV.horizontal-menu UL LI A.selected {
}

DIV.horizontal-menu UL LI {   
	 position: relative; 
	 white-space: nowrap; 
	 cursor: pointer; 
}

DIV.horizontal-menu UL LI A { padding-left:12px; }
DIV.horizontal-menu UL LI UL LI A { padding-left:24px;width:146px;color:red; }

