@charset "UTF-8";

a
{
	color: #1B76D1;
	text-decoration: none;
	font-weight: 600;
	text-decoration: none;
}

a:link {
	color: #1B76D1;
}
a:visited {
	color: #1B76D1;
	
}                                         
a:hover {
	text-decoration: underline;
}


/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MainMenuBar
{
	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 */
ul.MainMenuBar li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
	width: 105px;
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/


/* Menu items are a light gray block with padding and no text decoration */
ul.MainMenuBar a
{
	display: block;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/img_layout/navbutton.gif);
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	background-repeat: no-repeat;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MainMenuBar a:hover, ul.MainMenuBar a:focus
{
	color: #FF0;
	font-weight: bold;
	text-decoration: underline;
}

.insideleftfull ul {
	background-color: #9CC;
	padding-left: 379px;
	
}

/* Rollover buttons */



.rollover a, .rolloverlong a, .rolloverxlong a, .rolloverxxlong a
{
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	background-repeat: no-repeat;
	color: #1B76D1;
	background-color: #FF6;
	background-image: url(../images/img_buttons/arrrow.gif);
	padding-left: 20px;
	text-align: left;
	background-position: right 0px;
}
.rollover,.rolloverlong , .rolloverxlong , .rolloverxxlong  {
	padding-right: 20px;
	padding-left: 20px;

}

.rollover a{
	width: 8em;
}

.rolloverlong a{
	width: 12em;
}

.rolloverxlong a{
	width: 16em;
}

.rolloverxxlong a{
	width: 18em;
}
.rollover a:hover, .rolloverlong a:hover, .rolloverxlong a:hover, .rolloverxxlong a:hover
{
	background-image: url(../images/img_buttons/arrrow.gif);
	background-position: right -20px;

}

.rollover a:active, .rolloverlong a:active, .rolloverxlong a:active, .rolloverxxlong a:active
{
	background-image: url(../images/img_buttons/arrrow.gif);
	background-position: right -40px;
	
}



.playbutton {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 430px;
}
