/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmsh div a{float:left;}.qmmc div {visibility:hidden;position:absolute;}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/



	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		background-color:transparent;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		background-image:url(../images/nav/corner-left.gif) transparent no-repaet 0 -50px;
		color:#FFFFFF;
		font-size: 12px;
		margin: 0px 19px;
		text-decoration:none;
		font-weight:bold;
	}
	
	#qm0 a strong {
		background-image:url(../images/nav/corner-right.gif) transparent no-repaet 0 -50px;
		padding: 6px 8px 6px 8px;
		color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;
		display: block;
	}

	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover, #qm0 a.selected
	{	
		background-color:#D4D4AC;
		background-image:url(../images/nav/corner-left.gif);
		background-repeat:no-repeat;
		background-position:0 1px;
		color:#0085B8;
		font-weight:bold;
	}

	/*"""""""" (MAIN) Parent items""""""""*/	
	#qm0 .qmparent	
	{	
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:#D4D4AC;
		background-image:url(../images/nav/corner-left.gif);
		background-repeat:no-repeat;
		background-position:0 1px;
		color:#0085B8;
		text-decoration:none;
		font-weight:bold;
	}
	
		body #qm0 .qmactive strong, body #qm0 .qmactive:hover strong, #qm0 a.selected strong
	{	
		background-image:url(../images/nav/corner-right.gif);
		background-repeat:no-repeat;
		background-position: right 1px;
		color:#0085B8;
		text-decoration:none;
		font-weight:bold;
	}

	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div	
	{	
		width:135px;
		padding: 0 0 11px 0;
		margin:-1px 0px 0px 0px;	
		background: url(../images/nav/sub-container.gif) transparent no-repeat bottom left;
	}
	
	*html body #qm0 div {overflow: hidden;}
	
	#qm0 div#med-prof	
	{	
		width:144px;
		background: url(../images/nav/sub-container-sub-page-med.gif) transparent no-repeat bottom left;
	}


	
	#qm0 div img {
		float: left;
		clear: both;
		padding: 0;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a	
	{	
		padding:2px 0 2px 10px;
		margin: 2px 0;
		background-color:transparent;
		color:#0085B8;
		font-size:11px;
		float: left;
		text-decoration:none;
		font-weight:bold;
		border-width:0px;
		border-style:none;
		border-color:#000000;
		width: 120px;
	}
	
	#qm0 div#med-prof a	{width: 130px;}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:#D4D4AC;
		background-image:none;
		background-repeat:repeat;
		background-position:0% 0%;
		text-decoration:none;
	}


	/*"""""""" (SUB) Parent items""""""""*/	
	#qm0 div .qmparent	
	{	
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#FFFFFF;
		background-image:none;
		background-repeat:repeat;
		background-position:0% 0%;
	}


