
/*//////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////
/////                                                                                          /////
/////     MsCMS - Languages CSS Styles                                                         /////
/////     Version  2.1.0                                                                       /////
/////                                                                                          /////
/////     --------------------------------------------------------------------------------     /////
/////                                                                                          /////
/////     (C)2008 PiraMedia                                                                    /////
/////     http://piramedia.nitro-glycerin.org                                                  /////
/////                                                                                          /////
////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////*/



/*===| Notes |====================================================================================//



//==| LANGUAGES STYLES |==========================================================================*/

#ModuleAccess {
  font: bold 15px Arial, Helvetica, sans-serif;
  height: 30px;
  white-space: nowrap;
}

#ModuleAccess ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

#ModuleAccess li {
  display : inline;
  height: 10px;
  margin: 0 10px;
}

#ModuleAccess a {
  background : url('../../media/design/SubMenu.png') no-repeat;
  color: #000000;
  padding : 0 0 5px 35px;
  text-decoration: none;
}

#ModuleAccess a:hover {
  background : url('../../media/design/SubMenuUp.png') no-repeat;
  color: #ffc800;
  text-decoration: none;
}

/*================================================================================================*/