/**
* menu setup
*/
#menu {
	height: 110px;
	background: url(../images/menu/menuBG.jpg);
}

#menu ul {
	margin: 0 0 0 38px;
	list-style-type: none;
}



#menu a {
	text-indent: -9999em;
	display: block;
}

#menu a:hover {
	background-image: none;
}

#menuSpacer {
	height: 61px;
	clear: both;
}

ul#main li, ul#submain li {
	height: 21px;
	float: left;
	margin: 2px 26px 0 0;
}


ul#submain li {
	margin: 0 20px 0 0;
}

ul#main li a, ul#submain li a {
	height: 21px;
}

/**
* up states
*/
li#home a {
	width: 45px;
	background: url(../images/menu/homeUp.jpg) no-repeat;
}

li#about a {
	width: 102px;
	background: url(../images/menu/aboutUp.jpg) no-repeat;
}

li#patients a {
	width: 55px;
	background: url(../images/menu/patientsUp.jpg) no-repeat;
}

li#surveys a {
	width: 50px;
	background: url(../images/menu/surveyUp.jpg) no-repeat;
}

li#surveys {
	display: none;
}


li#markedlist a {
	width: 73px;
	background: url(../images/menu/markedlistUp.jpg) no-repeat;
}


li#help a {
	width: 38px;
	background: url(../images/menu/helpUp.jpg) no-repeat;
}



li#consultants a {
	width: 70px;
	background: url(../images/menu/bconsultantUp.jpg) no-repeat;
}

li#gps a {
	width: 32px;
	background: url(../images/menu/bgpUp.jpg) no-repeat;
}

li#nurses a {
	width: 78px;
	background: url(../images/menu/bnurseUp.jpg) no-repeat;
}

li#nonclinical a {
	width: 72px;
	background: url(../images/menu/bnonclinicalUp.jpg) no-repeat;
}

li#trusts a {
	width: 73px;
	background: url(../images/menu/btrustsUp.jpg) no-repeat;
}




li#networks a {
	width: 62px;
	background: url(../images/menu/bnetworksUp.jpg) no-repeat;
}

li#crfs a {
	width: 44px;
	background: url(../images/menu/bcrfUp.jpg) no-repeat;
}


li#universities a {
	width: 73px;
	background: url(../images/menu/buniversityUp.jpg) no-repeat;
}

li#links a {
	width: 41px;
	background: url(../images/menu/blinksUp.jpg) no-repeat;
}

/*
* down states
*/
li#home { background: url(../images/menu/homeDown.jpg) no-repeat; }
li#about { background: url(../images/menu/aboutDown.jpg) no-repeat; }
li#patients { background: url(../images/menu/patientsDown.jpg) no-repeat; }
li#surveys { background: url(../images/menu/surveyDown.jpg) no-repeat; }
li#markedlist { background: url(../images/menu/markedlistDown.jpg) no-repeat; }
li#help { background: url(../images/menu/helpDown.jpg) no-repeat; }


li#trusts { background: url(../images/menu/btrustsDown.jpg) no-repeat; }
li#consultants { background: url(../images/menu/bconsultantDown.jpg) no-repeat; }
li#gps { background: url(../images/menu/bgpDown.jpg) no-repeat; }
li#nurses { background: url(../images/menu/bnurseDown.jpg) no-repeat; }
li#networks { background: url(../images/menu/bnetworksDown.jpg) no-repeat; }
li#crfs { background: url(../images/menu/bcrfDown.jpg) no-repeat; }
li#nonclinical { background: url(../images/menu/bnonclinicalDown.jpg) no-repeat; }
li#universities { background: url(../images/menu/buniversityDown.jpg) no-repeat; }
li#links { background: url(../images/menu/blinksDown.jpg) no-repeat; margin: 0 !important; }

/**
* please login
*/
div#pleaseLogin {
	width: 224px;
	height: 21px;
	margin: 0 0 0 38px;
	background: url(../images/menu/pleaseLogin.gif);
}
