/* CSS Document */

 h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
 p,ul,li,ol {
	font-family: Arial, Helvetica, sans-serif;
}

#menu {
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu p {
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	margin: 0 10px 0 10px;
	padding:0;
}

#menu p a{
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

#menu p a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
.rollover {
	background-image: url(http://www.clinicaspace.com/images/menu_bg.gif);
	background-repeat: repeat-x;
}

.rollover:hover {
	background-image: url(http://www.clinicaspace.com/images/menu_bg_red.gif);
	background-repeat: repeat-x;
}

.rollover:link,.rollover:visited {
	background-image: url(http://www.clinicaspace.com/images/menu_bg.gif);
	background-repeat: repeat-x;
}
