/***********************PAGE LAYOUT****************************************/
body {
	background-color: #00703C;    <!--#3F6E40;  -->
}
table.outline {
   border: solid 1px #FFFFFF;
   background-color: #FFFFFF;
   width: 750px;
}
#menuPic {
   background: url(http://www.hhsys.org/images/main_navigation.jpg) top left no-repeat;
   background: #0A7645 url(http://www.hhsys.org/images/green_bar.jpg) bottom left no-repeat;
   width: 750px; height: 31px;    <!--   height: 48px;  -->
} 
#menuPicM {
   background: url(http://wwwdev2/images/madison_navigation.jpg) top left no-repeat;
   background: #0A7645 url(http://www.hhsys.org/images/green_bar.jpg) bottom left no-repeat;
   width: 750px; height: 28px;
} 
#Spillers {
   background: url(http://www.hhsys.org/images/SpillersSignature.jpg) top left no-repeat;
   width: 150px; height: 33px;
} 
#menu {
   background-color: #FFFFFF;
   border: 1px solid #FFFFFF;
   padding-top: 2px;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; color: #000000;
   width: 750px;
}
.historyLinks {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; color: #000000; text-decoration: none;
  padding: 7px 2px 1px 2px;
}
#greenDot {
	background: #FFFFFF url(http://www.hhsys.org/images/dotted_line.jpg) top left no-repeat;
	width: 750px; height: 10px;
}
a.navFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; text-decoration: none;
	color: #00703C; 
}
a.navFooter:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; text-decoration: none;
	color: #000000;
}
#footerMenu {
   padding-top: 20px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; color: #FFFFFF; padding: 10px 5px 5px 5px;
	background-color:#00703C; text-align:right;
}

/************* Main Navigation and link formatting  ****************/
.mainNavigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px; color: #00703C; font-weight:bold;
	text-align:center; 
	}

/*************************FOUNDATION********************************************/
#inline-list ul {
   margin: 0px;
   padding-top: 5px;
   list-style-type: none;
}
#inline-list ul li{
   display: inline;
   padding-left: 2px;
   padding-right: 5px;
   font: italic 11px verdana, arial, sans-serif; color: #000;
}
/*Seminars and Events*/
div.events_list {
   border: 1px solid #DFC286;
   background: #ffffff;
   padding-left: 3px;
   padding-top: 5px;
   width: 200px;
   height: 125px;
   text-align: center;
}
h2.event_name {
  background: #DFC286;
  width: 200px;
  padding-top: 5px;
  padding-left: 5px;
  height: 26px;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 0px;
  text-align: left;
}
div.events {
  float: left;
  margin: 13px;
}
.captionText {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px; color:#000; font-weight: normal; font-style: normal;
}
a#calculate img {
   background:  #FFF url(http://www.hhsys.org/services/bariatric/images/calculate_text.gif) top left no-repeat;
   width: 122px; height: 72px;
   border-width: 0;
}

/*REMOVE BORDER on image links  */
img
{  border-style: none;
}

/*bariatric pages*/
a#calculate:hover img {
   background: #FFF url(http://www.hhsys.org/services/bariatric/images/calculate_text_hover.gif) top left no-repeat;
   width: 122px; height: 72px;
   border-width: 0;
}
#bariatricbox {
  width: 250;
  border: 1px dotted #999;
  padding: 5px;
  background-color: #CCC;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px; font-weight: normal;
  text-align: center;
}
/*Shadow Box*/
#shadow div p {
  padding-left: 5px;
  padding-right: 5px;
}
.p-shadow {
  width: 99%;
  float:left;
  background: url(http://www.hhsys.org/foundation/images/shadow.gif) no-repeat bottom right;
  }
.p-shadow div {
  background: none !important;
  background: url(http://www.hhsys.org/foundation/images/shadow2.gif) no-repeat left top;
  padding: 0 6px 6px 0;
  }
.p-shadow p {
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px; font-weight: normal;
  background-color: #cccccc;
  border: 1px solid #000000;
  padding: 10px;
  margin: 0; 
  }
/****************************SEARCH FORM****************************************/
td.menu form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	border-top: solid 1px #FFFFFF; border-right: solid 1px #FFFFFF;*/
	background-color: #FFFFFF; 
	display: block; color: #3F6E40; 
	font-size: 12px; padding-left: 1px;
   font-weight: bold;
   padding-top: 0px;
}
td.menu #search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #3F6E40;
   font-size: 12px; font-weight: bold;
	float: left; 
   padding-top: 2px;
}
.input {
	height: 11px; width: 105px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000; font-size: 11px; 
   margin-bottom: 5px; margin-top: 0px; margin-left: 3px;
   .margin-bottom: 8px;
   padding-top: 0px;
}
.goButton {
	padding-top: 0px;
}
.inputHidden {
	visibility:hidden;
}
/****************************WOMEN'S CONNECTION NEWSLETTER (DR.AULDS)***********/
#newsletterDiv {
	border-top: 1px dotted #DFC286; 
   padding-top: 15px;
}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color:#000; padding: 2px; font-weight: normal;
	font-style: italic;
}
/****************************CONTENT********************************************/
/*Menu - Leftmost Section*/
#subpageMenu {
	float: left; clear: right; min-height: 275px;
	height: 100%; width: 180px; padding-top: 15px;
	text-align: left;
}
#subpageMenuHome {
	float: left; clear: right; min-height: 275px;
	height: 100%; width: 160px; padding-top: 15px;
	text-align: center;
   padding-left: 10px; padding-right: 10px; 
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px; color:#00703C; font-weight: normal;
}
#subpageMenu ul {
	left: -10px;
   margin-top: 0px;
}
#subpageMenu p {
   text-align: justify; padding-left: 10px; padding-right: 10px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px; color:#000; font-weight: normal;
}
#subpageMenuHome p {
   text-align: justify; padding-left: 0px; padding-right: 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px; color:#000; font-weight: normal;
}
ul li.subpageMenu {
	list-style-image:url(http://www.hhsys.org/images/small_arrow.gif);
	list-style-type: none; line-height: 15px;
   margin-left: -10px;
}
.subpageDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; font-weight: bold;
	text-decoration:none;
	color: #B18A16; 
}
ul li.subpageMenu  a, #subpageMenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold;
	text-decoration:none;
	color: #666; 
}
ul li.subpageMenu a:hover, #subpageMenu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold; text-decoration:underline;
	color: #00703C;
}
/*Homepage Content - Middle + Right Sections*/
#subpageSectionHome {
	width: 370px; 
	padding-top: 15px; clear: right; float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; color:#00703C; font-weight: bold;
	text-align: justify; padding-left: 10px; padding-right: 10px;
	border-left: 1px solid #DFC286; 
	border-right: 1px solid #DFC286; 
   min-height: 500px;
   height: auto;
   
}
#subpageRight, #subpageRightF {
   width: 160px; min-height: 275px; height: 525;
   padding-top: 15px; clear: right; float: left;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px; color:#00703C; font-weight: normal;
   text-align: center; padding-left: 8px; padding-right: 0px;
}
#subpageRightReg {
   width: 160px; min-height: 275px; height: 525;
   padding-top: 15px; clear: right; float: left;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px; color:#000000; font-weight: normal;
   text-align: left; padding-left: 8px; padding-right: 0px;
}
/* Shelley is adding to make the Home Page Right Hand column align to the left and not justify on Madison Hosp */
#subpageRightMad {
   width: 160px; min-height: 275px; height: 525;
   padding-top: 15px; clear: right; float: left;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color:#000000; font-weight: normal;
   text-align: left; padding-left: 9px; padding-right: 0px;
}


/*Other pages' content - Middle Section (1 or 2 columns width)*/
#subpageSection {
	width: 380px; 
	padding-top: 15px; clear: right; float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; color:#00703C; font-weight: bold;
	text-align: justify; padding-left: 10px; padding-right: 10px;
	border-left: 1px solid #DFC286; 
   min-height: 500px;
   height: auto;
}
#subpageSectionExp {
	width: 540px; 
	padding-top: 15px; clear: right; float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; color:#00703C; font-weight: bold;
	text-align: justify; padding-left: 10px; padding-right: 10px;
	border-left: 1px solid #DFC286; 
   min-height: 500px;
   height: auto;
}
/****************************MENU CSS********************************************/
td {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
}
.tablewbullet td li {
   list-style-image: url(http://www.hhsys.org/images/bullet_square.gif);
}
.newsHeader {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; color:#000; font-weight: bold;
}
li ul li.supersubMenu {
	list-style-image:url(http://www.hhsys.org/images/bullet.gif);
	list-style-type: none;
   line-height: 15px;
   margin-right: 1px;
}
li ul li.supersubMenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: normal;
	list-style-type:none;
	text-decoration:none;
	color: #000; 
}
li ul li.supersubMenu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: normal;
	list-style-type: none; text-decoration:underline;
	color: #00703C;
}
#additional ul, #emergency ul, #surgical ul, #wellnesscenters ul, #womenchildren ul, #classes ul, #cardiac ul, #other ul, #senior ul, #volunteer ul, #cancer ul, #medical ul, #imaging ul, #heartburn ul, #therapy ul, #personaltraining ul, #hbo ul,#wellness ul,#aramark ul, #imagingservices ul {
   margin-top: 0px;
   .margin-top: -10px;
   margin-left: -50px;
   .margin-left: -8px;
   margin-bottom: 0px;
}
#wellness2, #wellnesslifesouth, #wellnesscenters, #transport, #bariatric, #weightloss, #rehab, #wellnessclasses, #imaging,  #lab, #cardiaceducation, #volunteergroups, #becomevolunteer, #virtualtours, #heartburn, #therapy, #personaltraining, #volunteer, #senior, #surgical, #other, #medical, #emergency, #cancer, #cardiac, #additional, #hbo, #wellness, #aramark, #cardiachistory, #quality, #patientcareservices, #testing, #imagingservices, #womenchildren, #classes {
   margin-top: 0px;
   .margin-top: 0px;
	margin-left: 25px; 
	.margin-left: 25px; 
   margin-bottom: 0px;
}
/*END NEW MENU CSS */
/********************************************************************************************************/
/* HOLLY HACKS */
/* Fix IE. Hide from IE Mac \*/
* html #subpageSectionHome {height: 500px;}
* html #subpageSection {height: 500px;}
* html #subpageSectionExp {height: 500px;}
* html #subpageSectionHome {height: 500px;}
* html .input { margin-top: -20px; margin-bottom: -5px;}
* html td.menu form { height: 18px;}
* html #nav a { width: 126px;}
/* End */
/***********************************CONTENT FORMAT*******************************************************/
td.subpageSection, .subpageSection a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color:#000; font-weight: normal;
}
.hotList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color:#000; font-weight: normal;
   width: 165px;
}
#subpageSection p, #subpageSectionExp p, #subpageSectionHome p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color:#000; font-weight: normal;
	text-align: justify; padding-left: 0px; padding-right: 0px;
	padding-bottom: -2px; padding-top: -2px;
}
#subpageRight p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color:#000; font-weight: normal;
   text-align: justify; 
}
#subpageRightF p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color:#000; font-weight: normal;
   text-align: left; 
}
#subpageSection p b a, #subpageSectionExp p b a, #subpageSectionHome p b a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color:#000; font-weight: bold;
	text-align: justify;  padding-bottom: 2px;
}
#subpageSection p b i, #subpageSectionExp p b i, #subpageSectionHome p b i {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color:#000; font-weight: bold;
   font-style: italic;
}
#subpageSection a, #subpageSectionExp a, #subpageSectionHome a, #subpageRight a, #subpageRightF a, #subpageMenuHome a {
	color: #000; text-decoration: underline;
}
#subpageSection ul, #subpageSectionExp ul, #subpageSectionHome ul {
   margin-top: 5px;
}
#subpageSection ol, #subpageSectionExp ol, #subpageSectionHome ol {
   margin-top: 5px; 
}
#subpageSection li, #subpageSectionExp li, #subpageSectionHome li {
	line-height: 15px;
}
#subpageSection ul li, #subpageSectionExp ul li, #subpageSectionHome ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color:#000;
	list-style-image: url(http://www.hhsys.org/images/bullet_square.gif);
	text-align: justify; font-weight: normal;
	list-style-type: none;
}
#subpageSection ol li, #subpageSectionExp ol li, #subpageSectionHome ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color:#000;
	text-align: justify; font-weight: normal;
}
#subpageSection li ul li, #subpageSection ol li ul li, #subpageSectionExp li ul li, #subpageSectionExp ol li ul li,
#subpageSectionHome li ul li, #subpageSectionHome ol li ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color:#000;
	list-style-image: url(http://www.hhsys.org/images/bullet.gif);
	text-align: justify; font-weight: normal;
	list-style-type: none;
}
#subpageSection ol li b, #subpageSectionExp ol li b, #subpageSectionHome ol li b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color:#000;
	list-style-type: decimal;
	text-align: justify; font-weight: bold;
}
#subpageSection ol li span, #subpageSectionExp ol li span, #subpageSectionHome ol li span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color:#000;
	list-style-type: decimal;
	text-align: left; font-weight: normal;
}
#subpageSection dl dd, #subpageSectionExp dl dd, #subpageSectionHome dl dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color:#000; margin-left: 10px;
	text-align: justify; font-weight: normal; padding-bottom: 10px;
}
#subpageSection dt, #subpageSectionExp dt, #subpageSectionHome dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color:#000; margin-left: 0px;
	text-align: justify; font-weight: bold;
}
#subpageSection a:hover, #subpageSectionExp a:hover, #subpageSectionHome a:hover, #subpageRight a:hover, #subpageRightF a:hover, #subpageMenuHome a:hover {
	color: #00703C; text-decoration: none;
}
#subpageSection a:active, #subpageSection a:visited, #subpageSectionExp a:active, #subpageSectionExp a:visited, 
#subpageSectionHome a:active, #subpageSectionHome a:visited, #subpageRight a:active, #subpageRightF a:active, #subpageRight a:visited, 
#subpageRightF a:visited, #subpageMenuHome a:visited {
	color: #B18A16; text-decoration: underline;
}
/*Skip Intro Link*/
#whitelink a, #whitelink a:hover, #whitelink a:visited, #whitelink a:active {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 20px; color:#FFFFFF; font-weight: normal;
   padding-right: 20px;
   text-decoration: underline;
}

/****************************PHONE LIST/PHYS (switching color)********************************************/
#tabular {
	 border: 1px solid #BB8C0B;
    padding: 5px;
    width: 100%;
}
#tabular td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color:#000; margin-left: 10px;
	text-align: left; font-weight: normal;
	
}
#tabular tr {
	background-color: #FFFFFF;
}
#tabular tr.alternate {
	background-color: #E0D397;
}

/*****************************PHYSICIAN SEARCH**************************************************************/
#physicianSearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold;
	color: #000; padding: 5px;
	border: 1px solid #BB8C0B;
	background: #E0D397; width: 375px; height: 50px;
}
#physicianSearch p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold;
	color: #000; 
}
#physicianSearch p b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold;
	color: #000; 
}
.physicianSearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold;
	color: #000; text-decoration: none;
}
a.physicianSearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold;
	color: #000; text-decoration: none;
}
a.physicianSearch:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold;
	color: #000; text-decoration: underline;
}
#physicianSearch form select option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: normal;
	color: #000; 
}
#physicianSearch form select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: normal;
	color: #000; 
}
#physicianSearch form input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: normal;
	color: #000; 
}
/*****************************Pediatric Pre-Surgery Tour***********************************/
#virtualTours {
   width: 545px; min-height: 275px; height: 525;
   padding-top: 15px; clear: right; float: left;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px; color:#00703C; font-weight: bold;
   text-align: justify; padding-left: 10px; padding-right: 10px;
   border-left: 1px solid #DFC286;
}
.resLinks {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: underline; font-weight: bold}
.vt_breadFloor {  font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; text-decoration: none; font-weight: bold}

/********************** NEW MENU*************************/
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width ---------------- CHANGE THE 1ST LEVEL MENU SIZE ---------*/
ul.MenuBarHorizontal li /*All Others*/
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 10.5em;   
	float: left;
}

ul.MenuBarHorizontal li.supermenu1 /*Hospital Update*/
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 12.9em;   
	float: left;
}
ul.MenuBarHorizontal li.supermenu2 /*Madison Services*/
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 12.965em;   
	float: left;
}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 15.5em;
	position: absolute;
	left: -1000em;

}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 15.5em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #3f6e40;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #cccccc;
	padding: 0.25em 0.35em;
	color: #3f6e40;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ffffff;
}
/* Menu items that have mouse over or focus have a HH green background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #3f6e40;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a tannish bg and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #AC9053;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(http://madweb/images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(http://madweb/images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(http://madweb/images/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(http://madweb/images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
