@charset "UTF-8";
/* CSS Document */

body {
	background-color: #1b386E;
	margin-top: 45px;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 900px;
	height: auto;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-top: -2px;
}

h3 {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #E6293B;
	text-transform: capitalize;
	font-weight: bold;
}

h4 {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	color: #CE0B0B;
	font-weight: bold;
	margin-top: 8px;
}

h4.noBtmMargin {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	color: #CE0B0B;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
}

h5 {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #1B386E;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: -10px;
}
	

#index-header {
	width: 900px;
	height: 496px;
	background-image: url(../images/head-bg.png);
	background-repeat: no-repeat;
}

#index-header-new {
	width: 900px;
	height: 535px;
}


/*********************************************  Note: This is named header-middle because the header top is actually the nav.  See nav styles below.*********************/
#index-header-middle {
	width: 900px;
	height: 291px;
	background-image: url(../images/index-header-middle.jpg);
	background-repeat: no-repeat;
}

#index-header-bottom {
	width: 900px;
	height: 147px;
	background-image: url(../images/index-header-bottom.jpg);
	background-repeat: no-repeat;
}

#index-header-bottom #calendar-area {
	height: 105px;
	width: 620px;
	margin: -9px 0 0 250px;
	text-align: left;
}

#index-header-bottom #calendar-area h1 {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FF000E;
	padding-top: 16px;
}

#index-header-bottom #calendar-area h2 {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	margin-bottom: -7px;
}

#index-header-bottom #calendar-area p {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

#index-header-bottom #calendar-area p.bold-red {
	font-weight: bold;
	color: #FF000E;
}

#index-header-bottom #calendar-area p a {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
	color: #FF000E;
}

#index-header-bottom #calendar-area p a:visited {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
	color: #FF000E;
}

#index-header-bottom #calendar-area p a:hover {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
	color: #000066;
}

#index-header-bottom #calendar-area p span {
	padding-left: 150px;
}


#index-bottom-container {
	height: auto;
	width: 900px;
	background-image: url(../images/index-bottom-bg.png);
	background-repeat: repeat-x;
	clear: both;
}

#index-left-container {
	width:630px;
	height: auto;
	float: left;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
}

#index-left-container a {
	color: #1B386E;
	text-decoration: underline;
}

#index-left-container a:visited {
	color: #E6293B;
	text-decoration: underline;
}

#index-left-container a:hover {
	color: #E6293B;
	text-decoration: underline;
}
	

#index-left-top-content {
	width: 600px;
	height: auto;
	color: #000000;
	border-bottom: #666666 1px solid;
	margin: 28px 0 28px 28px;
	padding-bottom: 28px;
}

#index-left-bottom-content {
	width: 600px;
	height: auto;
	margin: 28px;
	color: #000000;
	margin: 28px 0 28px 28px;
}

#index-left-bottom-content img {
	float: left;
	padding-right: 20px;
}

/********* added a bottom padding of 550px to fix the border when page runs longer *********/

#index-right-content {
	width: 200px;
	height: auto;
	color: #333333;
	border-left: #666666 1px solid;
	margin: 28px 0 0 28px;
	/*padding-bottom: 550px;*/
	float: left;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
}

#index-right-content ul {
	list-style: outside;
	
}

#index-right-content ul li {
	list-style: outside;
	/*list-style-image: url(../images/bullet.gif);*/
	list-style-type: none;
	font-weight: bold;
	margin-bottom: 7px;
	margin-left: -2px;
}

#index-right-content ul li a {
	color: #1b386E;
	text-decoration: none;
}

#index-right-content ul li a:visited {
	color: #000066;
	text-decoration: none;
}

#index-right-content ul li a:hover {
	color: #E6293B;
	text-decoration: underline;
}

#header-nav {
	width: 900px;
	height: 97px;
	clear: both;
	/*margin-left: -15px;*/
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	/*padding-top: 13px;*/
	color: #FFFFFF;
	background-image: url(../images/index-nav-bg.jpg);
	background-repeat: no-repeat;
}

#header-nav li {
	float: left;
	display: block;
	/*padding-right: 30px;
	padding-left: 30px;*/
	list-style-type: none;
	width: auto;
	list-style-position: outside;
}

#header-nav li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	border: none;
}

#header-nav li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}

#header-nav li a:hover {
	text-decoration: none;
	color: #999999;
}

#footer {
	width: 900px;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	clear: both;
	background-color: #1b386E;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer-nav {
	width: 900px;
	clear: both;
	margin-left: -15px;
}

/*#footer-nav ul {
	float: left;
	list-style-type: none;
	list-style-position: outside;
	margin-left: -40px;
}*/

#footer-nav li {
	float: left;
	display: block;
	border-right: #FFFFFF 1px solid;
	padding-right: 15px;
	padding-left: 15px;
	list-style-type: none;
	width: auto;
	list-style-position: outside;
}

#footer-copyright {
	width: 900px;
	padding-top: 15px;
	float: left;
}

#footer-copyright a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer-copyright a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer-copyright a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}








/***************************************************** INTERIOR SPECIFIC STYLES **************************************************/

#interior-header {
	width: 900px;
	height: 208px;
	background-image: url(../images/interior-headBG.jpg);
	background-repeat: no-repeat;
}

#interior-header-nav {
	width: 900px;
	clear: both;
	/*margin-left: -15px;*/
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	/*padding-top: 13px;*/
	color: #FFFFFF;
}

#interior-header-nav li {
	float: left;
	display: block;
	/*padding-right: 30px;
	padding-left: 30px;*/
	list-style-type: none;
	width: auto;
	list-style-position: outside;
}

#interior-header-nav li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	border: none;
}

#interior-header-nav li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}

#interior-header-nav li a:hover {
	text-decoration: none;
	color: #999999;
}

#interior-bottom-container {
	height: auto;
	width: 900px;
	background-image: url(../images/int-BG.jpg);
	background-repeat: repeat-x;
	clear: both;
}

#interior-leftNav-container {
	padding-top: 14px;
	padding-left: 27px;
	padding-bottom: 20px;
	width: 245px;
	height: auto;
	float: left;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
}

#interior-leftNav {
	width: 245px;
	height: auto;
	margin-right: -35px;
}

#interior-leftNav-head1 {
	background-image: url(../images/int_leftNav-TOP1.jpg);
	background-repeat: no-repeat;
	width: 245px;
	height: 39px;
}

#interior-leftNav-head2 {
	background-image: url(../images/int_leftNav-TOP2.jpg);
	background-repeat: no-repeat;
	width: 245px;
	height: 39px;
}

#interior-leftNav-center {
	background-image: url(../images/int_leftNav-BG.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 245px;
}

#interior-leftNav-center-HEAD {
	background-image: url(../images/int_leftNav-CENTER.jpg);
	background-repeat: no-repeat;
	width: 245px;
	height: 37px;
}

#interior-leftNav-foot {
	background-image: url(../images/int_leftNav-BTM.jpg);
	background-repeat: no-repeat;
	width: 245px;
	height: 23px;
}

.interior-leftNav-h1 {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 20px;
	line-height: 8px;
}

/*#interior-leftNav-container ul {
	list-style: outside;
}*/

.leftNav-paddingTop {
	padding-top: 15px;
}

#interior-leftNav-container li {
	width: 175px;
	/*list-style-image: url(../images/bullet.gif);*/
	list-style-image: none;
	font-weight: bold;
	padding-bottom: 7px;
	margin-left: 30px;
	background-color: #FFFFFF;
	list-style-position: outside;
	list-style-type: none;	
}

#interior-leftNav-container li a {
	color: #1b386E;
	text-decoration: none;
}

#interior-leftNav-container li a:visited {
	color: #000066;
	text-decoration: none;
}

#interior-leftNav-container li a:hover {
	color: #E6293B;
	text-decoration: underline;
}

#interior-body {
	width: 565px;
	height: auto;
	margin-left: 31px;
	float: left;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-bottom: 20px;
}

#interior-body p {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

#interior-body img {
	padding-left: 10px;
	padding-right: 10px;
	float: right;
}

#interior-body a {
	color: #1B386E;
	text-decoration: underline;
}

#interior-body a:visited {
	color: #E6293B;
	text-decoration: underline;
}

#interior-body a:hover {
	color: #E6293B;
	text-decoration: underline;
}

#interior-body-leftColumn {
	width: 250px;
	height: auto;
	float: left;
	padding-right: 15px;
}

#interior-body-rightColumn {
	width: 250px;
	height: auto;
	float: left;
}

#reservation-container {
	clear: both;
	width: 555px;
	height: auto;
	padding-bottom: 10px;
	background-color: #E1E1E1;
}

#reservation-column1 {
	width: 85px;
	height: auto;
	min-height: 40px;
	float: left;
	background-color: #E1E1E1;
	padding-left: 15px;
}

#reservation-column2 {
	width: 280px;
	min-height: 40px;
	height: auto;
	float: left;
	background-color: #E1E1E1;
}

#reservation-column3 {
	width: 85px;
	min-height: 40px;
	height: auto;
	float: left;
	background-color: #E1E1E1;
}

#reservation-column3 form {
	height: 20px;
}

#reservation-column3 input {
	margin-top: 8px;
}

#reservation-column4 {
	width: 170px;
	min-height: 40px;
	height: auto;
	float: left;
	background-color: #E1E1E1;
}

#reservation-column4 form {
	height: 20px;
}

#reservation-column4 input {
	margin-top: 8px;
}

.border-bottom {
	border-bottom: #666666 solid 1px;
}





/******************************************************** CALENDAR STYLES ***************************************************/
	
	
#calendar-body {
	width: 565px;
	height: auto;
	margin-left: 31px;
	float: left;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-bottom: 20px;
}

#calendar-body p {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

#calendar-body p.Date {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-bottom: -10px;
	margin-top: 20px;
}

#calendar-body p span.Topic {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1B3863;
	margin-bottom: -10px;
	margin-left: 125px;
	margin-top: -18px;
	display: block;
	width: 375px;
}

#calendar-body p span.Topic a {
	font-size: 14px;
	color: #1B3563;
	font-weight: bold;
	text-decoration: underline;
}

#calendar-body p span.Topic a:visited {
	font-size: 14px;
	color: #1B3563;
	font-weight: bold;
	text-decoration: underline;
}

#calendar-body p span.Topic a:hover {
	font-size: 14px;
	color: #1B3563;
	font-weight: bold;
	text-decoration: none;
}

#calendar-body p.Speaker {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-bottom: -10px;
	margin-left: 125px;
}

#calendar-body p.Speaker a {
	text-decoration: underline;
	font-size: 12px;
	color: #666666;
}

#calendar-body p.Speaker a:visited {
	text-decoration: underline;
	font-size: 12px;
	color: #666666;
}

#calendar-body p.Speaker a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #666666;
}

#calendar-body p img {
	margin-bottom: 15px;
	margin-left: 120px;
}

#calendar-body p.tbd	{
	color: #CE0B0B;
}




/******************************************* HIGHSLIDE STYLES *********************************/


.highslide-html-topicExample {
    background-color: white;
}

.highslide-html-speakerExample {
    background-color: white;
}



.highslide-body h1 {
	color: #CE0B0B;
}

.highslide-body p img {
	float: right;
	margin: 0 3px 10px 10px;
}

.highslide-wrapper div {
    font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;

    padding-left: 22px;
    background-image: url(js/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 700px;
	height: 350px;
    padding: 0 10px 5px 10px;
	overflow: auto;
}
.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
	height: 25px;
}
.highslide-wrapper .highslide-header ul {
	margin: 6px 0 0 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: #CE0B0B;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 15px;
	border-top: 1px solid #666666;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	margin-top: 4px;
	height: 11px;
	width: 11px;
	background: url(../js/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
	margin: 10px 0 0 0;
	padding-bottom: 10px;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}






	


	


/******************************************** CLEAR FIXES ******************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clearfixIndex {
	content: ".";
	display: block;
	height: 1%;
	clear: both;
	visibility: hidden;
}

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

.learnMore {
	color: #1b386E;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	padding-left: 10px;
	font-weight: bold;
}

.learnMore a {
	color: #1b386E;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.learnMore a:visited {
	color: #000066;
	text-decoration: none;
}

.learnMore a:hover {
	color: #E6293B;
	text-decoration: none;
}

.learnMore-border {
	color: #1b386E;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	padding-right: 10px;
	border-right: #1b386E 1px solid;
	font-weight: bold;
}

.learnMore-border a {
	color: #1b386E;
	font: Tahoma;
	font-size: 12px;
	text-decoration: none;
}

.learnMore-border a:visited {
	color: #000066;
	text-decoration: none;
}

.learnMore-border a:hover {
	color: #E6293B;
	text-decoration: none;
}

.boldLink {
	color: #1b386E;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.boldLink a {
	color: #1b386E;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.boldLink a:visited {
	color: #000066;
	text-decoration: none;
}

.boldLink a:hover {
	color: #E6293B;
	text-decoration: none;
}

.paddingLeft {
	padding-left: 25px;
}

.paddingBottom {
	padding-bottom: 8px;
}

.last {
	border-right: none;
}

#securityCode {
	height: auto;
	width: auto;
	padding-bottom: 20px;
}

#securityCode img {
	float: left;
}

.small-link {
	color: #1b386E;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
}

.small-link a {
	color: #1b386E;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	text-decoration: underline;
}

.small-link a:visited {
	color: #000066;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	text-decoration: underline;
}

.small-link a:hover {
	color: #E6293B;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	text-decoration: underline;
}

.index-image-leftMargin {
	margin-left: 10px;
}














/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

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

 LAYOUT INFORMATION: describes box model, positioning, z-order

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

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 205px;
}
/* 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 same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 205px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: 0 0 0 85%;
	padding: 5px 0 5px 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 205px;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 205px;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: none;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #FFFFFF;
	/*padding: 0.5em 0.75em;*/
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #FFFFFF;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #FFF;
	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.MenuBarVertical a.MenuBarItemSubmenu
{
	/*background-image: url(../SpryAssets/SpryMenuBarRight.gif);*/
	background-repeat: no-repeat;
	background-position: 50% 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.MenuBarVertical a.MenuBarItemSubmenuHover
{
	/*background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);*/
	background-repeat: no-repeat;
	background-position: 50% 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.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* 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.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
	