@charset "iso-8859-1";

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarMenuHorizontal
{
	margin:0px;
	padding:0px;
	list-style-type: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
	width: 150px;
	font-weight: bold;	
   	color: #666666;



}

/* 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.MenuBarMenuActive
{
	z-index: 1000;
   	color: #666666;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarMenuHorizontal li
{
    margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
    text-decoration: none;
   	color: #666666;    width: 150px;
}
/* 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.MenuBarMenuHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 20;
	cursor: default;
	width: 500px;
	position: absolute;
	left: -1000em;
   	color: #666666;width: 150px;
}
/* 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.MenuBarMenuHorizontal ul.MenuBarMenuSubmenuVisible
{
	left: auto;
   	color: #666666;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarMenuHorizontal ul li
{
	width: 100px;
   	color: #666666;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarMenuHorizontal ul ul
{
	position: absolute;
	margin: 0px;
   	color: #666666;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarMenuHorizontal ul.MenuBarMenuSubmenuVisible ul.MenuBarMenuSubmenuVisible
{
	left: 0;
	top: 0;
   	color: #666666;
}



/*******************************************************************************

 DESIGN INFORMATION MARRON : describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarMenuHorizontal ul
{
	border: 0px solid #ffffff;
   	color: #666666;
}
/* Menu items are a light gray block with padding and no text decoration */

ul.MenuBarMenuHorizontal a
{
    display: block;
	cursor: pointer;
	padding: 0.5em 20px;
    text-decoration: none;
   	color: #666666;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarMenuHorizontal a:hover, ul.MenuBarMenuHorizontal a:focus
{
	background-color: #ffffff;

}


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarMenuHorizontal a.MenuBarMenuItemHover, ul.MenuBarMenuHorizontal a.MenuBarMenuItemSubmenuHover, ul.MenuBarMenuHorizontal a.MenuBarMenuSubmenuVisible
{
	background-color: #000000;
   	color: #666666;
}



/* Submenu containers have borders on all sides */
ul.MenuBarMenuHorizontal ul
{
	border: 0px solid #ffffff;
   	color: #666666;
}
/* Menu items are a light gray block with padding and no text decoration */

ul.MenuBarMenuHorizontal a
{
    display: block;
	cursor: pointer;
	padding: 0.5em 20px;
    text-decoration: none;
   	color: #666666;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarMenuHorizontal a:hover, ul.MenuBarMenuHorizontal a:focus
{
	background-color: #443631;
	color: #ffffff;
}


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarMenuHorizontal a.MenuBarMenuItemHover, ul.MenuBarMenuHorizontal a.MenuBarMenuItemSubmenuHover, ul.MenuBarMenuHorizontal a.MenuBarMenuSubmenuVisible
{
	background-color: #443631;
	color: #ffffff;

}











/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarMarronHorizontal
{
	margin:0px;
	padding:0px;
	list-style-type: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
	width: auto;
	font-weight: bold;	
   	color: #ffffff;



}

/* 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.MenuBarMarronActive
{
	z-index: 1000;
	color: #ffffff;

}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarMarronHorizontal li
{
    margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
    text-decoration: none;
	color: #ffffff;

}
/* 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.MenuBarMarronHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 20;
	cursor: default;
	width: 500px;
	position: absolute;
	left: -1000em;
    color: #ffffff;

}
/* 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.MenuBarMarronHorizontal ul.MenuBarMarronSubmenuVisible
{
	left: auto;
color: #ffffff;

}
/* Menu item containers are same fixed width as parent */
ul.MenuBarMarronHorizontal ul li
{
	width: 100px;
	color: #ffffff;

}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarMarronHorizontal ul ul
{
	position: absolute;
	margin: 0px;
	color: #ffffff;

}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarMarronHorizontal ul.MenuBarMarronSubmenuVisible ul.MenuBarMarronSubmenuVisible
{
	left: 0;
	top: 0;
	color: #ffffff;

}



/*******************************************************************************

 DESIGN INFORMATION MARRON : describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarMarronHorizontal ul
{
	border: 0px solid #ffffff;
	color: #ffffff;

}
/* Menu items are a light gray block with padding and no text decoration */

ul.MenuBarMarronHorizontal a
{
    display: block;
	cursor: pointer;
	padding: 0.5em 20px;
    text-decoration: none;
	color: #ffffff;

}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarMarronHorizontal a:hover, ul.MenuBarMarronHorizontal a:focus
{
	background-color: #ffffff;

}


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarMarronHorizontal a.MenuBarMarronItemHover, ul.MenuBarMarronHorizontal a.MenuBarMarronItemSubmenuHover, ul.MenuBarMarronHorizontal a.MenuBarMarronSubmenuVisible
{
	background-color: #000000;
	color: #ffffff;

}



/* Submenu containers have borders on all sides */
ul.MenuBarMarronHorizontal ul
{
	border: 0px solid #ffffff;
	color: #ffffff;

}
/* Menu items are a light gray block with padding and no text decoration */

ul.MenuBarMarronHorizontal a
{
    display: block;
	cursor: pointer;
	padding: 0.5em 20px;
    text-decoration: none;
	color: #ffffff;

}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarMarronHorizontal a:hover, ul.MenuBarMarronHorizontal a:focus
{
	background-color: #443631;
	color: #ffffff;
}


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarMarronHorizontal a.MenuBarMarronItemHover, ul.MenuBarMarronHorizontal a.MenuBarMarronItemSubmenuHover, ul.MenuBarMarronHorizontal a.MenuBarMarronSubmenuVisible
{
	background-color: #443631;
	color: #ffffff;

}





/*******************************************************************************

ROUGE

 *******************************************************************************/


/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarRougeHorizontal
{
	margin:0px;
	padding:0px;
	list-style-type: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
	width: auto;
	font-weight: bold;	
   


}

/* 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.MenuBarRougeActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarRougeHorizontal li
{
    margin: 0;
	padding: 0;
	list-style-type: none;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
    text-decoration: none;
	
}
/* 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.MenuBarRougeHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	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.MenuBarRougeHorizontal ul.MenuBarRougeSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarRougeHorizontal ul li
{
	width: 10em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarRougeHorizontal ul ul
{
	position: absolute;
	margin: 0px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarRougeHorizontal ul.MenuBarRougeSubmenuVisible ul.MenuBarRougeSubmenuVisible
{
	left: 0;
	top: 0;
}



/*******************************************************************************

 DESIGN INFORMATION ROUGE: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarRougeHorizontal ul
{
	border: 0px solid #ffffff;

}
/* Menu items are a light gray block with padding and no text decoration */

ul.MenuBarRougeHorizontal a
{
	color: #ffffff;
    display: block;
	cursor: pointer;
	padding: 0.5em 20px;
    text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarRougeHorizontal a:hover, ul.MenuBarRougeHorizontal a:focus
{
	background-color: #ffffff;
	color: #ffffff;
}


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarRougeHorizontal a.MenuBarRougeItemHover, ul.MenuBarRougeHorizontal a.MenuBarRougeItemSubmenuHover, ul.MenuBarRougeHorizontal a.MenuBarRougeSubmenuVisible
{
	background-color: #000000;
	color: #ffffff;
}



/* Submenu containers have borders on all sides */
ul.MenuBarRougeHorizontal ul
{
	border: 0px solid #ffffff;

}
/* Menu items are a light gray block with padding and no text decoration */

ul.MenuBarRougeHorizontal a
{
	color: #ffffff;
    display: block;
	cursor: pointer;
	padding: 0.5em 20px;
    text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarRougeHorizontal a:hover, ul.MenuBarRougeHorizontal a:focus
{
	background-color: #F3111D;
	color: #ffffff;
}


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarRougeHorizontal a.MenuBarRougeItemHover, ul.MenuBarRougeHorizontal a.MenuBarRougeItemSubmenuHover, ul.MenuBarRougeHorizontal a.MenuBarRougeSubmenuVisible
{
	background-color: #F3111D;
	color: #ffffff;
}




/*******************************************************************************

VIOLET

 *******************************************************************************/


.ItemViolet{
	
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;


}


/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarVioletHorizontal
{
	margin:0px;
	padding:0px;
	list-style-type: none;
    color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
	width: auto;
	font-weight: bold;	
   


}

/* 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.MenuBarVioletActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarVioletHorizontal li
{
    margin: 0;
	padding: 0;
	list-style-type: none;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
    text-decoration: none;
	
}
/* 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.MenuBarVioletHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	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.MenuBarVioletHorizontal ul.MenuBarVioletSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVioletHorizontal ul li
{
	width: 10em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarVioletHorizontal ul ul
{
	position: absolute;
	margin: 0px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVioletHorizontal ul.MenuBarVioletSubmenuVisible ul.MenuBarVioletSubmenuVisible
{
	left: 0;
	top: 0;
}



/*******************************************************************************

 DESIGN INFORMATION VIOLET : describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarVioletHorizontal ul
{
	border: 0px solid #ffffff;

}
/* Menu items are a light gray block with padding and no text decoration */

ul.MenuBarVioletHorizontal a
{
	color: #ffffff;
    display: block;
	cursor: pointer;
	padding: 0.5em 20px;
    text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVioletHorizontal a:hover, ul.MenuBarVioletHorizontal a:focus
{
	background-color: #ffffff;
	color: #ffffff;
}


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVioletHorizontal a.MenuBarVioletItemHover, ul.MenuBarVioletHorizontal a.MenuBarVioletItemSubmenuHover, ul.MenuBarVioletHorizontal a.MenuBarVioletSubmenuVisible
{
	background-color: #000000;
	color: #ffffff;
}



/* Submenu containers have borders on all sides */
ul.MenuBarVioletHorizontal ul
{
	border: 0px solid #ffffff;

}
/* Menu items are a light gray block with padding and no text decoration */

ul.MenuBarVioletHorizontal a
{
	color: #ffffff;
    display: block;
	cursor: pointer;
	padding: 0.5em 20px;
    text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVioletHorizontal a:hover, ul.MenuBarVioletHorizontal a:focus
{
	background-color: #B4177E;
	color: #ffffff;
}


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVioletHorizontal a.MenuBarVioletItemHover, ul.MenuBarVioletHorizontal a.MenuBarVioletItemSubmenuHover, ul.MenuBarVioletHorizontal a.MenuBarVioletSubmenuVisible
{
	background-color: #B4177E;
	color: #ffffff;
}





/*******************************************************************************

ROSE

 *******************************************************************************/


.ItemRose{
	
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;


}


/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarRoseHorizontal
{
	margin:0px;
	padding:0px;
	list-style-type: none;
    color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
	width: auto;
	font-weight: bold;	
   


}

/* 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.MenuBarRoseActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarRoseHorizontal li
{
    margin: 0;
	padding: 0;
	list-style-type: none;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
    text-decoration: none;
	
}
/* 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.MenuBarRoseHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	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.MenuBarRoseHorizontal ul.MenuBarRoseSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarRoseHorizontal ul li
{
	width: 10em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarRoseHorizontal ul ul
{
	position: absolute;
	margin: 0px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarRoseHorizontal ul.MenuBarRoseSubmenuVisible ul.MenuBarRoseSubmenuVisible
{
	left: 0;
	top: 0;
}



/*******************************************************************************

 DESIGN INFORMATION VIOLET : describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarRoseHorizontal ul
{
	border: 0px solid #ffffff;

}
/* Menu items are a light gray block with padding and no text decoration */

ul.MenuBarRoseHorizontal a
{
	color: #ffffff;
    display: block;
	cursor: pointer;
	padding: 0.5em 20px;
    text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarRoseHorizontal a:hover, ul.MenuBarRoseHorizontal a:focus
{
	background-color: #ffffff;
	color: #ffffff;
}


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarRoseHorizontal a.MenuBarRoseItemHover, ul.MenuBarRoseHorizontal a.MenuBarRoseItemSubmenuHover, ul.MenuBarRoseHorizontal a.MenuBarRoseSubmenuVisible
{
	background-color: #000000;
	color: #ffffff;
}



/* Submenu containers have borders on all sides */
ul.MenuBarRoseHorizontal ul
{
	border: 0px solid #ffffff;

}
/* Menu items are a light gray block with padding and no text decoration */

ul.MenuBarRoseHorizontal a
{
	color: #ffffff;
    display: block;
	cursor: pointer;
	padding: 0.5em 20px;
    text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarRoseHorizontal a:hover, ul.MenuBarRoseHorizontal a:focus
{
	background-color: #FB44AC;
	color: #ffffff;
}


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarRoseHorizontal a.MenuBarRoseItemHover, ul.MenuBarRoseHorizontal a.MenuBarRoseItemSubmenuHover, ul.MenuBarRoseHorizontal a.MenuBarRoseSubmenuVisible
{
	background-color: #FB44AC;
	color: #ffffff;
}




/*******************************************************************************

ORANGE

 *******************************************************************************/


.ItemOrange{
	
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;


}


/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarOrangeHorizontal
{
	margin:0px;
	padding:0px;
	list-style-type: none;
    color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
	width: auto;
	font-weight: bold;	
   


}

/* 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.MenuBarOrangeActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarOrangeHorizontal li
{
    margin: 0;
	padding: 0;
	list-style-type: none;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
    text-decoration: none;
	
}
/* 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.MenuBarOrangeHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	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.MenuBarOrangeHorizontal ul.MenuBarOrangeSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarOrangeHorizontal ul li
{
	width: 10em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarOrangeHorizontal ul ul
{
	position: absolute;
	margin: 0px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarOrangeHorizontal ul.MenuBarOrangeSubmenuVisible ul.MenuBarOrangeSubmenuVisible
{
	left: 0;
	top: 0;
}



/*******************************************************************************

 DESIGN INFORMATION ORANGE : describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarOrangeHorizontal ul
{
	border: 0px solid #ffffff;

}
/* Menu items are a light gray block with padding and no text decoration */

ul.MenuBarOrangeHorizontal a
{
	color: #ffffff;
    display: block;
	cursor: pointer;
	padding: 0.5em 20px;
    text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarOrangeHorizontal a:hover, ul.MenuBarOrangeHorizontal a:focus
{
	background-color: #ffffff;
	color: #ffffff;
}


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarOrangeHorizontal a.MenuBarOrangeItemHover, ul.MenuBarOrangeHorizontal a.MenuBarOrangeItemSubmenuHover, ul.MenuBarOrangeHorizontal a.MenuBarOrangeSubmenuVisible
{
	background-color: #000000;
	color: #ffffff;
}



/* Submenu containers have borders on all sides */
ul.MenuBarOrangeHorizontal ul
{
	border: 0px solid #ffffff;

}
/* Menu items are a light gray block with padding and no text decoration */

ul.MenuBarOrangeHorizontal a
{
	color: #ffffff;
    display: block;
	cursor: pointer;
	padding: 0.5em 20px;
    text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarOrangeHorizontal a:hover, ul.MenuBarOrangeHorizontal a:focus
{
	background-color:#F8690B;
	color: #ffffff;
}


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarOrangeHorizontal a.MenuBarOrangeItemHover, ul.MenuBarOrangeHorizontal a.MenuBarOrangeItemSubmenuHover, ul.MenuBarOrangeHorizontal a.MenuBarOrangeSubmenuVisible
{
	background-color: #F8690B;
	color: #ffffff;
}


/*******************************************************************************

VERT

 *******************************************************************************/


.ItemVert{
	
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;


}


/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarVertHorizontal
{
	margin:0px;
	padding:0px;
	list-style-type: none;
    color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
	width: auto;
	font-weight: bold;	
   


}

/* 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.MenuBarVertActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarVertHorizontal li
{
    margin: 0;
	padding: 0;
	list-style-type: none;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
    text-decoration: none;
	
}
/* 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.MenuBarVertHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	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.MenuBarVertHorizontal ul.MenuBarVertSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertHorizontal ul li
{
	width: 10em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarVertHorizontal ul ul
{
	position: absolute;
	margin: 0px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertHorizontal ul.MenuBarVertSubmenuVisible ul.MenuBarVertSubmenuVisible
{
	left: 0;
	top: 0;
}



/*******************************************************************************

 DESIGN INFORMATION VERT : describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarVertHorizontal ul
{
	border: 0px solid #ffffff;

}
/* Menu items are a light gray block with padding and no text decoration */

ul.MenuBarVertHorizontal a
{
	color: #ffffff;
    display: block;
	cursor: pointer;
	padding: 0.5em 20px;
    text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertHorizontal a:hover, ul.MenuBarVertHorizontal a:focus
{
	background-color: #ffffff;
	color: #ffffff;
}


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertHorizontal a.MenuBarVertItemHover, ul.MenuBarVertHorizontal a.MenuBarVertItemSubmenu1Hover, ul.MenuBarVertHorizontal a.MenuBarVertSubmenuVisible
{
	background-color: #000000;
	color: #ffffff;
}



/* Submenu containers have borders on all sides */
ul.MenuBarVertHorizontal ul
{
	border: 0px solid #ffffff;

}
/* Menu items are a light gray block with padding and no text decoration */

ul.MenuBarVertHorizontal a
{
	color: #ffffff;
    display: block;
	cursor: pointer;
	padding: 0.5em 20px;
    text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertHorizontal a:hover, ul.MenuBarVertHorizontal a:focus
{
	background-color:#82AA16;
	color: #ffffff;
}



/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertHorizontal a.MenuBarVertItemHover, ul.MenuBarVertHorizontal a.MenuBarVertItemSubmenuHover, ul.MenuBarVertHorizontal a.MenuBarVertSubmenuVisible
{
	background-color: #82AA16;
	color: #ffffff;
}



