/* Sub Navigation Drop Up Menu */

.subnav{	
	height: 45px;
	position: relative;
	list-style-type: none;
}

.subnav li{
	width: 145px;
	height: 0;
	overflow: hidden;
	float: left;
	padding-top: 115px;
	overflow: hidden;
	position: relative;
}

.subnav li.sep{
	width: 2px;
}

.subnav li:hover{
	height: 115px;
	padding-top: 45px;
	margin-top: -115px;
	overflow: auto;
	cursor: pointer;
	overflow: hidden;
}

.subnav li p{
	color:#FFF;
	font-size:11px;
	text-align:right;
	padding: 10px;
	border-top: 1px dashed #FFF;
}

.subnav li a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	
}

.subnav li span.more{
	display: block;
	color: #FF0000;
	text-transform: uppercase;
}

/* Service 1 */
.subnav li.item1{
	background: transparent url(../gfx/sub_nav/mba.gif) left top no-repeat;
	margin-left: 0;
}

.subnav li.item1 p{
	background-color:#86b44d;	
}

.subnav li.item1 p span{
	background:url(../gfx/sub_nav/mba_link.gif) no-repeat top;
	height: 16px;
	line-height: 16px;
	color:#FFF;
	padding: 0 23px 0 0;
	display:block;
	margin: 0 0 2px 0;
}

/* Service 2 */
.subnav li.item2{
	background: transparent url(../gfx/sub_nav/executive_mba.gif) left top no-repeat;
}

.subnav li.item2 p{
	background-color:#ebb549;
}

.subnav li.item2 p span{
	background:url(../gfx/sub_nav/executive_mba_link.gif) no-repeat top;
	height: 16px;
	line-height: 16px;
	color:#FFF;
	padding: 0 23px 0 0;
	display:block;
	margin: 0 0 2px 0;
}

/* Service 3 */
.subnav li.item3{
	background: transparent url(../gfx/sub_nav/aim.gif) left top no-repeat;
}

.subnav li.item3 p{
	background-color:#EA6262;
}

.subnav li.item3 p span{
	background:url(../gfx/sub_nav/aim_link.gif) no-repeat top;
	height: 16px;
	line-height: 16px;
	color:#FFF;
	padding: 0 23px 0 0;
	display:block;
	margin: 0 0 2px 0;
}

/* Service 4 */
.subnav li.item4{
	background: transparent url(../gfx/sub_nav/pdba.gif) left top no-repeat;
}

.subnav li.item4 p{
	background-color:#EB8249;
}

.subnav li.item4 p span{
	background:url(../gfx/sub_nav/pdba_link.gif) no-repeat top;
	height: 16px;
	line-height: 16px;
	color:#FFF;
	padding: 0 23px 0 0;
	display:block;
	margin: 0 0 2px 0;
}

/* Service 5 */
.subnav li.item5{
	background: transparent url(../gfx/sub_nav/short_courses.gif) left top no-repeat;
}

.subnav li.item5 p{
	background-color:#62487e;
}

.subnav li.item5 p span{
	background:url(../gfx/sub_nav/short_courses_link.gif) no-repeat top;
	height: 16px;
	line-height: 16px;
	color:#FFF;
	padding: 0 23px 0 0;
	display:block;
	margin: 0 0 2px 0;
}

/* Service 6 */
.subnav li.item6{
	background: transparent url(../gfx/sub_nav/corporate_learning.gif) left top no-repeat;
}

.subnav li.item6 p{
	background-color:#447e8a;
}

.subnav li.item6 p span{
	background:url(../gfx/sub_nav/corporate_learning_link.gif) no-repeat top;
	height: 16px;
	line-height: 16px;
	color:#FFF;
	padding: 0 23px 0 0;
	display:block;
	margin: 0 0 2px 0;
}


