#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space:nowrap;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

#menu.physician{
	background: #427C9C url('../images/phy_bg.jpg');

}

#menu.patient{
	background: #489971 url('../images/pat_bg.jpg');
}

#menu a.physicians_title{
	width: 75px;
	text-align: right;
	display: inline-block;
	background: #8fa4b9 url('../images/phy_bg.jpg');
	color: black;
}

#menu a.patients_title{
	width: 75px;
	text-align: right;
	display: inline-block;
	text-align: right;
	background: #434343 url('../images/pat_bg.jpg');
	color: white;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}

#menu li.active a{
	text-decoration: underline;
}

#menu a {
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 6px 12px;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu a.physician{
	background: #8fa4b9 url('../images/phy_bg.jpg');
	color: #293d6b;

}

#menu a.patient{
	background: #434343 url('../images/pat_bg.jpg');
	color: #CCCCCC;
}

