/* Manchester Business School Home Styles */
/* 636567 - grey */


/*---------- Tabbed navigation ------------*/	
div.tab 
{
	float: left;
	width: 805px;
	margin: 0;
	padding: 0;
} 

html>body div.tab
{ 
	padding-left: 0; /* Opera fix */
}

div.tab ul
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.tab ul li
{
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1.1em;
	font-weight: none;
  }
  
div.tab ul li a, 
div.tab ul li span
{
	float: left;
	display: block;
	margin: 0;
	padding: 5px 8px 5px 8px;
	text-align: center;
	text-decoration: none;
	color:#6C2F90;
}

/* Commented Backslash Hack
 hides rule from IE5-Mac \*/
	 
div.tab ul li a, 
div.tab ul li span
{
	float: none;
}
 /* End IE5-Mac hack */
 
div.tab ul li 
{
	background: url("../images/global/tabcorners_02.gif") no-repeat right top;
}

div.tab ul li a 
{
	background: url("../images/global/tabcorners_01.gif") no-repeat left top;
}
	
div.tab ul li span, 
#SubNav div.tab ul li.subnav_selected
{
	background: url("../images/global/tabcornersselected_02.gif") no-repeat top right;
	border: none;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

div.tab ul li span a,
#SubNav div.tab ul li.subnav_selected a
{
	background: url("../images/global/tabcornersselected_01.gif") no-repeat top left;
	border: none;
	color: #ffffff;
	margin: 0;
}

div.tab ul li a:visited
{
	color: #660099;
}

div.tab ul li span a:visited
{
	color: #ffffff;
}

div.tab ul li a:hover
{
	color: #cc9900;
	text-decoration: underline;
}



/* -------- Landing Page Flash related ---------- */
#CentreFlash
{
    float: left;
    width: 800px;
    height: 486px;
    padding: 0;
}

#FlashAltContainer1 
{
    position:relative;
    background: url(../flash/landing/AltFlashBackground1.jpg) no-repeat left top;
    height:493px;
    width:800px;
}



#FlashAltContainer2 
{
	position:relative;
    background: url(../flash/landing/AltFlashBackground2.jpg) no-repeat left top;
    height:493px;
    width:800px;
}



#FlashAltContainer3 
{
	position:relative;
    background: url(../flash/landing/AltFlashBackground3.jpg) no-repeat left top;
    height:493px;
    width:800px;
}



#FlashAltContainer4 
{
    position:relative;
    background: url(../flash/landing/AltFlashBackground4.jpg) no-repeat left top;
    height:493px;
    width:800px;
}

#FlashAltDropDown 
{
    position:relative; 
    left: 24px; 
    top: 120px;
}

.FlashAltLabel 
{
    font-family:Arial; 
    font-size:24px; 
    color:#6C2E8F; 
    padding:0 10px 0 0;
}


