/* CSS Document */


<!--Top Nav Roll Over-->
<!-- ACtive roll-over  -------------------------------------->

.list-menu {
width: auto;
position: relative;/* this width value is also effected by
the padding we will later set on the links. */
}


.list-menu h3 {
text-indent:2px;
font-size:.8em;
]font-size:.9em;/* IE Hack*/
line-height:13px;
margin:0px;
margin-top:5px;
font-weight:bold;
}



.list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

.list-menu li {
margin: 0;
}

.list-menu a {
	display: block;
	width:100%;
	padding: 0px 0px 6px 0px;
	text-decoration: none; /*lets remove the link underlines*/
	color: #FFFFFF;

}

.list-menu a:hover {
	color: #671E78;
	background-color: #FFFFFF;
	margin:0px;
	padding: 0px 0px 6px 0px;
}	




<!--sceondary ContactUs Page - Roll Over-->

.navRollOver {
	width: auto;
	position: relative;
}


.navRollOver a:visited {
	color: #990000;
}

.navRollOver a:Link {
text-decoration:none ;
color:#990000;
}

.navRollOver a:hover {
text-decoration:none;
color:#CC6600;
}
<!-- -------------------------------------->




