/* RCGE Top Left Link */

.topleftlink
{
  width: 600px;
}

.topleftlink .menu
{
  list-style-type: none;
  margin: 8px;
}

.topleftlink .menu li
{
  font-size: 10pt;
  font-weight: bold;
  font-family: Century Gothic, Arial, Tahoma;
  float: left;
  margin: 0px 5px 5px 0px;
  padding-right: 5px;
  border-right: 1px solid white;
}

.topleftlink .menu li a
{
  color: white;
  text-decoration: none;
}

.topleftlink .menu li a:hover
{
  color: #f8ed91;
}

/*last item of the menu*/
#item-619
{
  border-right: 0px
}

/* RCGE Top Right Menu */

.toprightmenu
{
  width: 400px
}

.toprightmenu .menu
{
  list-style-type: none;
  margin: 8px 0px 0px 0px;
  padding: 0px;
  margin-left: -20px;
}

.toprightmenu ul{
  padding:0px;
}

.toprightmenu  .menu li:last-child {
    border: none;
}

.toprightmenu .menu li, #lang
{
  font-size: 10pt;
  font-weight: bold;
  font-family: Century Gothic, Arial, Tahoma;
  margin: 0px 5px 5px 0px;
  float: left;
  padding-right: 5px;
  border-right: 1px solid white;
  list-style-type: none;
}


.toprightmenu .menu li a, #lang
{
  color: white;
  text-decoration: none;
}

.toprightmenu .menu li a:hover, #lang:hover
{
  color: #f8ed91;
}

/*Search box */
#item-623
{
  display: none;
}

.search
{
 
  margin-top: -5px;
}

.toprightmenu .search label
{
  display: none;
}

.toprightmenu .search .button
{
  border: none;
  background: none;
  color: white;
  cursor: pointer;
  font-weight: bold;
  display:none;
}

.toprightmenu .search .button:hover
{
  color: #f8ed91;
}


/* RCGE Main Menu */

.main_menu .menu
{
  list-style-type: none;
}

.main_menu .menu li
{
  font-size: 10pt;
  font-weight: bold;
  font-family: ArCentury Gothicial, Arial, Tahoma;
  float: left;
  padding: 0px 5px 0px 5px;
  border-bottom: 1px solid #a50017;
  border-right: 1px solid #8c8c8c;
}

.menu li a
{
  color: #668ac6;
  text-decoration: none;
}

.main_menu .menu li a:hover
{
  color: #a50017;
}


/* RCGE Side Menu */

.side_menu .menu
{
  margin-left: 30px;
  list-style-image: url('/20201208124424oe_/https://www.oge.cuhk.edu.hk/templates/beez3/images/rcge/dot.png');
  margin-right: 10px;
  margin-top:0px;
}

.side_menu .menu li a
{
  color: #888888;
  font-weight: bold;
  text-decoration: none;
  font-size:10pt;
}

.side_menu .menu li ul li
{
  list-style-image: url('/20201208124424oe_/https://www.oge.cuhk.edu.hk/templates/beez3/images/rcge/arrow.png');
}

.side_menu .menu li li a
{ font-weight: normal;
  color: #A2A200;
  text-decoration: none;
}
/*last item of the main menu*/
#item-629
{
  border-right: 0px;
  padding-right: 20px;
}

/*Colour style of the menu item*/
li.active a
{
  color: #a50017;
}

.side_menu .menu li.current a
{
  color: #a50017;
}

.side_menu .menu li.current ul li a
{
  color: #a2a200;
  font-weight: normal;
}

.side_menu .menu li ul li a:hover
{
  color: #8c8c8c;
  font-weight: normal;
  text-decoration:underline;
}




