@charset "utf-8";
a:active {
	outline:none;
}
#menu2 {
	height: 34px;
	width: 100px;
	padding-top: 3px;
}
#menu3 {
	height: 34px;
	width: 100px;
	padding-top: 3px;
}
#menu4 {
	height: 34px;
	width: 100px;
	padding-top: 3px;
}
#menu5 {
	height: 34px;
	width: 100px;
	padding-top: 3px;
}
#menu6 {
	height: 34px;
	width: 100px;
	padding-top: 3px;
}
#menu7 {
	height: 34px;
	width: 100px;
	padding-top: 3px;
}
#menu8 {
	height: 34px;
	width: 120px;
	padding-top: 3px;
}


.menuLeft {
	background-image: url(../images/mainLayout/menuLeftOrange.gif);
	float: left;
	height: 37px;
	width: 5px;
	margin-left: 15px;
	
}
html > body .menuLeft {  /* HIDE FROM IE 6 AND LOWER */
      margin-left: 30px;
}
	

.PressBox {
	height: 27px;
	width: 230px;
	float: left;
	background-image: url(../images/mainLayout/menuOrange.gif);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
}
.PressBoxMover {
	color: #FFF;
	height: 27px;
	width: 230px;
	float: left;
	background-image: url(../images/mainLayout/menuOrange.gif);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
	cursor: pointer;
	cursor: hand;
}

.mainMenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/mainLayout/menuGrey.gif);
	background-repeat: repeat-x;
	float: left;
}

.mainMenuMover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/mainLayout/menuBlue.gif);
	background-repeat: repeat-x;
	float: left;
	cursor: hand;
	cursor: pointer;
}
.mainMenu:focus {
	outline:none;
	padding: 0px;
}
.menuRight {
	background-image: url(../images/mainLayout/mneuRightGrey.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 5px;
	float: left;
}
.menuRightHover {
	background-image: url(../images/mainLayout/mneuRightBlue.gif);
	background-repeat: no-repeat;
	float: left;
	height: 37px;
	width: 5px;
}
#subMenu {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	height: 23px;
	padding-top: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#subMenuItems  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#subMenuItems li {
	float: left;
	padding-left: 10px;
	padding-top: 0px;
}
#subMenuItems li a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
#subMenuItems li a:hover {
	color: #F90;
	text-decoration: none;
}
#header .twitter {
	clear: both;
	float: right;
	padding-right: 5px;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.specialOfferSmall {
	font-size: 12px;
	color: #FFFFFF;
}
.courseFull {
	background-color: #0089D7;
	background-image: url(../images/cdate_full.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-top: 3px;
	padding-bottom: 8px;
}

