#MenuOutline {
	/*background: #fff url(/images/menu/nav_bg.png) repeat-x;*/
	float: left;
}
#MenuOutline ul {
	/*width: 648px;*/
	height: 33px;
	float: left;
	margin: 0;
	padding-top: 0px;
	list-style: none;
	font-size: 13px;
	padding-left: 0px;
}
#MenuOutline li {
	float: left;
	position: relative;
	z-index: 1;
}
#MenuOutline li.last {
	background:none;
}
#MenuOutline li:hover {
	z-index:2;
}
#MenuOutline li a {
	display: block;
	line-height: 33px;
	overflow: hidden;
	float: left;
	font-weight: bold;
}
#MenuOutline li:hover .sub,
#MenuOutline li.hover .sub {
	display: block;
}
#MenuOutline li .sub {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/images/menu/submenu_top.png) no-repeat;
	width: 165px;
	padding-top: 0px;
	z-index: 5px;
}
#MenuOutline li ul {
	background: url(/images/menu/submenu_bg.png) repeat-y;
	width: 158px;
	height: auto;
	margin: 0;
	padding: 0 2px 0 0;
	list-style: none;
	font-size: 13px;
	margin-left: 11px;
	padding-left: 5px;
}
#MenuOutline .btm-bg {
	background: url(/images/menu/submenu_bottom.png) no-repeat;
	width: 165px;
	height: 9px;
	overflow: hidden;
	clear: both;
	margin-left: 11px;
}
#MenuOutline li#office .sub {
	background: url(/images/menu/office-h-t.png) no-repeat ;
	width: 100px;
}
#MenuOutline li#office .sub .top-bg {
	background: url(/images/menu/office-submenu_top.png) no-repeat;
	width: 165px;
	height: 7px;
	overflow: hidden;
	margin-left: 11px;
}
#MenuOutline li#patients .sub {
	background: url(/images/menu/patients-h-t.png) no-repeat ;
	width: 100px;
}
#MenuOutline li#patients .sub .top-bg {
	background: url(/images/menu/patients-submenu_top.png) no-repeat;
	width: 165px;
	height: 7px;
	overflow: hidden;
	margin-left: 11px;
}
#MenuOutline li#educational .sub {
	background: url(/images/menu/educational-h-t.png) no-repeat ;
	width: 149px;
}
#MenuOutline li#educational .sub .top-bg {
	background: url(/images/menu/educational-submenu_top.png) no-repeat;
	width: 165px;
	height: 7px;
	overflow: hidden;
	margin-left: 11px;
}
#MenuOutline li#referring .sub {
	background: url(/images/menu/referring-h-t.png) no-repeat ;
	width: 139px;
}
#MenuOutline li#referring .sub .top-bg {
	background: url(/images/menu/referring-submenu_top.png) no-repeat;
	width: 165px;
	height: 7px;
	overflow: hidden;
	margin-left: 11px;
}


#MenuOutline li:hover li,
#MenuOutline li.active li {
	width: 100%;
	padding: 0px 0 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #002741;	/*background: none !important;*/
}
#MenuOutline li:hover li a,
#MenuOutline li.active li a {
	color: #09548B;
	/*background: none !important;*/
	line-height: normal;
	width: 156px;
	padding: 0px 3px 0px;
	text-indent: 1px;
	cursor: pointer;
}
#MenuOutline li:hover li a:hover,
#MenuOutline li.active li a:hover {
	color: #fff;
	/*background: #000000 !important;*/
	text-decoration: none;
	line-height: normal;
	cursor: pointer;
}
/*IE*/
#MenuOutline li li a:hover,
#MenuOutline li li a:hover {
	color: #fff;
	/*background: #165B9F !important;*/
	text-decoration: none;
	line-height: normal;
	cursor: pointer;
}
/**/







/* Main Menu Setup */
#MenuOutline ul {
	margin:0;
	padding-top: 0;
	/* 16px with 1 more option */
	padding-right: 0px;
	padding-bottom: 0px;
	/* 16px with 1 more option */
	padding-left: 32px;
	list-style-type: none;
}
#MenuOutline li {
	float:left;
	list-style-type: none;
}
#MenuOutline li a span {
	list-style:none;
	display:block;
}
#MenuOutline li a em { 
	list-style:none; 
	display:none; 
}
#MenuOutline li a {
	list-style:none;
	display:block;
	height:33px;
	width:73px;
	background-position:center center;
}
#MenuOutline li a:hover span {
	display: block;
	position: relative;
	height:33px;
	width:73px;
	background-position:center bottom;
	cursor: pointer;
}
#MenuOutline .sub #sub-navigation a,
#MenuOutline .sub #sub-navigation a:hover,
#MenuOutline .sub li a:hover span {
	height: 25px;	
	line-height: 25px;
}
/* Main Menu */
#MenuOutline li#home a { 
	background-image:url(/images/menu/home.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:77px;
}
#MenuOutline li#home a:hover span, 
#MenuOutline li#home a.current { 
	background-image:url(/images/menu/home-h.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:77px;
}
#MenuOutline li#office .top-link a {
	height: 37px;
	width: 75px;
	background-image: url(/images/menu/office-h-t.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#MenuOutline li#office a { 
	background-image:url(/images/menu/office.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:75px;
}
#MenuOutline li#office a:hover span,
#MenuOutline li#office a.current { 
	background-image:url(/images/menu/office-h.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:75px;
}
#MenuOutline li#bios .top-link a {
	height: 37px;
	width: 97px;
	background-image: url(/images/menu/doctor-bios-h-t.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#MenuOutline li#bios a { 
	background-image:url(/images/menu/doctor-bios.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:97px;
}
#MenuOutline li#bios a:hover span,
#MenuOutline li#bios a.current { 
	background-image:url(/images/menu/doctor-bios-h.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:97px;
}
#MenuOutline li#patients .top-link a {
	height: 37px;
	width: 100px;
	background-image: url(/images/menu/patients-h-t.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#MenuOutline li#patients a { 
	background-image:url(/images/menu/patients.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:100px;
}
#MenuOutline li#patients a:hover span, 
#MenuOutline li#patients a.current { 
	background-image:url(/images/menu/patients-h.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:100px;
}
#MenuOutline li#educational .top-link a {
	height: 37px;
	width: 149px;
	background-image: url(/images/menu/educational-h-t.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#MenuOutline li#educational a { 
	background-image:url(/images/menu/educational.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:149px;
}
#MenuOutline li#educational a:hover span, 
#MenuOutline li#educational a.current { 
	background-image:url(/images/menu/educational-h.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:149px;
}
#MenuOutline li#referring .top-link a {
	height: 37px;
	width: 139px;
	background-image: url(/images/menu/referring-h-t.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#MenuOutline li#referring a { 
	background-image:url(/images/menu/referring.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:139px;
}
#MenuOutline li#referring a:hover span, 
#MenuOutline li#referring a.current { 
	background-image:url(/images/menu/referring-h.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:139px;
}
#MenuOutline li#contact a { 
	background-image:url(/images/menu/contact.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:102px;
}
#MenuOutline li#contact a:hover span, 
#MenuOutline li#contact a.current { 
	background-image:url(/images/menu/contact-h.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:102px;
}
#MenuOutline li#links a { 
	background-image:url(/images/menu/links.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:64px;
}
#MenuOutline li#links a:hover span, 
#MenuOutline li#links a.current { 
	background-image:url(/images/menu/links-h.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:64px;
}




/* Sub Menu */
#MenuOutline .sub #sub-navigation li.office-doctors a { 
	background-image:url(/images/menu/office-bios.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:149px;
}
#MenuOutline .sub #sub-navigation li.office-doctors a:hover span { 
	background-image:url(/images/menu/office-bios-h.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:149px;
}
#MenuOutline .sub #sub-navigation li.referring-form a { 
	background-image:url(/images/menu/referring-form.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:149px;
}
#MenuOutline .sub #sub-navigation li.referring-form a:hover span { 
	background-image:url(/images/menu/referring-form-h.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:149px;
}
#MenuOutline .sub #sub-navigation li.xray a { 
	background-image:url(/images/menu/xray.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:149px;
}
#MenuOutline .sub #sub-navigation li.xray a:hover span { 
	background-image:url(/images/menu/xray-h.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:149px;
}
#MenuOutline .sub #sub-navigation li.pat-new a { 
	background-image:url(/images/menu/pat-registration.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:149px;
}
#MenuOutline .sub #sub-navigation li.pat-new a:hover span { 
	background-image:url(/images/menu/pat-registration-h.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:149px;
}
#MenuOutline .sub #sub-navigation li.pat-history a { 
	background-image:url(/images/menu/pat-history.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:149px;
}
#MenuOutline .sub #sub-navigation li.pat-history a:hover span { 
	background-image:url(/images/menu/pat-history-h.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:149px;
}
#MenuOutline .sub #sub-navigation li.material a { 
	background-image:url(/images/menu/edu-stuff.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:149px;
}
#MenuOutline .sub #sub-navigation li.material a:hover span { 
	background-image:url(/images/menu/edu-stuff-h.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:149px;
}