@charset "UTF-8";
/* 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;
	cursor: default;
	width: 100%;			
}
/* 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
{	
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding-right: 2px;
	list-style-type: none;
	
	position: relative;		
	text-align: 
	cursor: pointer;
	float: left;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	width: 135px;		
	}
/* 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;	
	z-index: 1020;
	cursor: default;
	width: 12.9em;	
	position: absolute;
	left: -1000em;
	border: thin solid #FFF;			
}
/* 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: 12.9em;
		
}
/* 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;	
}
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{	
}
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	text-decoration: none;
	text-align:center;		
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	text-decoration: none;
	text-align: center;
	line-height: normal;
	vertical-align: middle;
	z-index: 1000;
	color: #4A6459;
	
}
#red1{
	background-color:#CCC;
	color:#333;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size:medium;	
	}
#red1:hover,red1:active{
	background-color: rgb(255,0,0); /* The Fallback */
	background-color: rgba(255,0,0,0.8);
	color: #FFF;
	font-size:medium;
}
#red{
	background-color: rgb(255,255,255); /* The Fallback */
	background-color:rgba(255,255,255,0.7);
	color:#000;
	font-size: small;
	font-weight: normal;
}
#red:hover, red:active{
	background-color: rgb(255,0,0); /* The Fallback */
	background-color: rgba(255,0,0,0.8);
	color: #FFF;
	font-size: small;
	font-weight: normal;
}
#yellow1{
	background-color:#CCC;
	color:#333;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size:medium;	
	}
#yellow1:hover, yellow1:focus, yellow1:active{
	background-color: rgb(255,255,0); /* The Fallback */
	background-color: rgba(255,255,0,0.8);
	color: #FFF;
	font-size: medium;
}
#yellow{
	background-color:rgb(255,255,255); /* The Fallback */
	background-color: rgba(255,255,255,0.7);
	color:#000;
	font-size: small;
	font-weight: normal;
}
#yellow:hover, yellow:focus, yellow:active{
	background-color:rgb(255,255,0); /* The Fallback */
	background-color:rgba(255,255,0,0.8);
	color:#FFF;
	font-weight: normal;	
}
#green1{
	background-color:#CCC;
	color:#333;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size:medium;	
	}
#green1:hover, green1:focus, green1:active{
	background-color: rgb(0,255,0); /* The Fallback */
	background-color: rgba(0,255,0,0.8);
	color: #FFF;
	font-size:medium;	
}
#green{
	background-color:rgb(255,255,255); /* The Fallback */
	background-color:rgba(255,255,255,0.7);
	color:#000;
	font-size: small;
	font-weight: normal;
}
#green:hover, green:focus, green:active{
	background-color:rgb(0,255,0); /* The Fallback */
	background-color:rgba(0,255,0,0.8);
	color:#FFF;
	font-weight: normal;	
} 
#cyan1{
	background-color:#CCC;
	color:#333;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size:medium;	
	}
#cyan1:hover,cyan1:active{
	background-color: rgb(0,255,255); /* The Fallback */
	background-color: rgba(0,255,255,0.8);
	color: #FFF;
	font-size:medium;		
}
#cyan{
	background-color:rgb(255,255,255); /* The Fallback */
	background-color:rgba(255,255,255,0.7);
	color:#000;
	font-size: small;
	font-weight: normal;
}
#cyan:hover, cyan:focus ,cyan:active{
	background-color:rgb(0,255,255); /* The Fallback */
	background-color:rgba(0,255,255,0.8);
	color:#FFF;
	font-weight: normal;
}
#blue1{
	background-color:#CCC;
	color:#333;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size:medium;	
	}
#blue1:hover, blue1:active{
	background-color:rgb(0,0,255); /* The Fallback */
	background-color:rgba(0,0,255,0.8);
	color:#FFF;
	font-size:medium;	
}
#blue{
	background-color:rgb(255,255,255); /* The Fallback */
	background-color: rgba(255,255,255,0.7);
	color:#000;
	font-size: small;
	font-weight: normal;
}
#blue:hover, blue:focus, blue:active{
	background-color:rgb(0,0,255); /* The Fallback */
	background-color:rgba(0,0,255,0.8);
	color:#FFF;
	font-weight: normal;
}
#magenta1{
	background-color:#CCC;
	color:#333;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size:medium;	
	}
#magenta1:hover, magenta1:active{
	background-color:rgb(255,0,255); /* The Fallback */
	background-color:rgba(255,0,255,0.8);
	color:#FFF;
	font-size:medium;	
}
#magenta{
	background-color:rgb(255,255,255); /* The Fallback */
	background-color:rgba(255,255,255,0.7);
	color:#000;
	font-size: small;
	font-weight: normal;
}
#magenta:hover, magenta:focus, magenta:active{
	background-color:rgb(255,0,255); /* The Fallback */
	background-color:rgba(255,0,255,0.8);
	color:#FFF;
	font-weight: normal;
}

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

 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(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
/* 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(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(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(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;
	}
}
