.top-menu{
	float:left;
	width:960px;
}
.menu-top{
background:url(../images/navigation-bg.jpg) left  top  no-repeat;
height:45px;
width:920px;
float:left;
color:#FFFFFF;
 padding:0px 0px 0 40px;
}
.menu-top ul {
list-style: none;
padding:0px;
margin:0px;
}
.menu-top li  {
color:#FFFFFF;
list-style:none;
padding:18px 2px 0 0px;
float:left;
background:url(../images/nav-sep.jpg) right top no-repeat; height:27px;
}

.menu-top li.last {
background:none;
}

.menu-top li a {
display:inline-block;
color:#FFFFFF;
float:left;
padding-bottom:15px;
}

.menu-top li.home a {
height:11px;
background:url(../images/navigation.gif) left top  no-repeat;
padding:0 20px 0px 28px;
}
.menu-top li a b{
	display:none;
}

.menu-top li.home a:hover, .menu-top li.home a.active {
background:url(../images/navigation.gif) left -35px no-repeat; color:#fed73d;
}


.menu-top li.aboutus a {
height:11px;
background:url(../images/navigation.gif) -51px top  no-repeat;
/*padding:0 115px 0 12px;*/
width:90px;

}
.menu-top li.aboutus a:hover, .menu-top li.aboutus a.active {
background:url(../images/navigation.gif) -51px -35px no-repeat; color:#fed73d;
}

.menu-top li:hover a.top_link1, .menu-top a.top_link1:hover {
background:url(../images/navigation.gif) -51px -35px no-repeat; color:#fed73d;
}

.menu-top li.course a {
height:11px;
background:url(../images/navigation.gif) -140px top  no-repeat;
/*padding:0 120px 0 20px;*/
width:90px;
}
.menu-top li.course a:hover, .menu-top li.course a.active {
background:url(../images/navigation.gif) -140px -35px no-repeat; color:#fed73d;
}
.menu-top li:hover a.top_link, .menu-top a.top_link:hover
{background: url(../images/navigation.gif) -140px -35px no-repeat; color:#fed73d;}



.menu-top li.affiliation a {
height:11px;
background:url(../images/navigation.gif) -230px top  no-repeat;
width:117px;
}
.menu-top li.affiliation a:hover, .menu-top li.affiliation a.active {
background:url(../images/navigation.gif) -230px -35px no-repeat; color:#fed73d;
}
.menu-top li:hover a.top_link2, .menu-top a.top_link2:hover
{background: url(../images/navigation.gif) -230px -35px no-repeat; color:#fed73d;}

.menu-top li.aboutsingapore a {
height:11px;
background:url(../images/navigation.gif) -349px top  no-repeat;
width:135px;
}
.menu-top li.aboutsingapore a:hover, .menu-top li.aboutsingapore a.active {
background:url(../images/navigation.gif) -349px -35px no-repeat; color:#fed73d;
}
.menu-top li:hover a.top_link3, .menu-top a.top_link3:hover
{background: url(../images/navigation.gif) -349px -35px no-repeat; color:#fed73d;}

.menu-top li.forstudents a {
height:11px;
background:url(../images/navigation.gif) -488px top  no-repeat;
padding: 0 55px 15px 60px;

}
.menu-top li.forstudents a:hover, .menu-top li.forstudents a.active {
background:url(../images/navigation.gif) -488px -35px no-repeat; color:#fed73d;
}

.menu-top li.educationconsultant a {
height:11px;
background:url(../images/navigation.gif) -610px top  no-repeat;
padding: 0 85px 15px 90px;

}
.menu-top li.educationconsultant a:hover, .menu-top li.educationconsultant a.active {
background:url(../images/navigation.gif) -610px -35px no-repeat; color:#fed73d;
}

.menu-top li.contactus a {
height:11px;
background:url(../images/navigation.gif) -790px top  no-repeat;
padding: 0 108px 0 20px;

}
.menu-top li.contactus a:hover, .menu-top li.contactus a.active {
background:url(../images/navigation.gif) -790px -35px no-repeat; color:#fed73d;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:0px;
border-bottom-width: 0;
background:#050505;
font:normal 11px ;
line-height:23px;
z-index:100;
width:240px;
visibility: hidden;
opacity: .9;
filter: alpha(opacity=90);
-moz-opacity: .9;
/*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
background:#050505;
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #222223; /*THEME CHANGE HERE*/
padding:3px 0 3px 25px;
text-decoration: none;
color:#fff;
font-weight: normal;
}


.dropmenudiv a:hover{
width: auto;
display: block;
text-indent: 5px;
/*border-bottom: 1px solid #4486a4; *//*THEME CHANGE HERE*/
padding:3px 0 3px 25px;
text-decoration: none;
color:#0fcaed;
font-weight: normal;
}

.dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
 /*THEME CHANGE HERE*/
/*background-color: #2a6eb5;*/
}


