/* The div enclosing the menu */
#menu {
   //float: left;
}

/* All trees */
#menu ul {
   padding: 0;
   margin: 0 0 15px 0;
}

/* Second level trees */
#menu ul ul {
   padding: 0 0 0 5px;
}

/* Trees of third level and below */
#menu ul ul ul {
}

/* All items */
#menu li {
   font-family:Arial,Helvetica; 
   //list-style-position: inside;
   list-style-type: none;
   font-size:13px; 
   margin: 0 0 0px 0;
   padding: 0;
}

/* Normal items */
#menu li.WebYepMenuItem {
  font-weight: normal;
}

/* The tree titles */
#menu li.WebYepMenuTitle {
   font-weight: bold;
}

/* The first item in each submenu */
#menu li li.WebYepMenuFirstItem {
   margin-top: 0px;
   padding-top: 5px;
}

/* The actual links */
#menu a:link, #menu a:visited, #menu a:active {
	color: #00304F;
	text-decoration: none;
}

/* The actual links when hovering */
#menu a:hover {
	color: #554433;
}

/* The actual link of the currently selected item */
#menu .WebYepMenuCurrentItem a:link, #menu .WebYepMenuCurrentItem a:visited, #menu .WebYepMenuCurrentItem a:active {
	background-color: #EEDDAA;
  font-weight: bold;
	color: #554433;
}

/* The actual link of the currently selected item when hovering */
#menu .WebYepMenuCurrentItem a:hover {
}

#menubar 
{
  font-family:Arial,Helvetica; 
	text-decoration: none;
  font-size:14px; 
  font-weight: bold;
}

#menubar a
{
	color: #FFFFFF;
	text-decoration: none;
}
#menubar a:hover
{
	color: #EEDDAA;
	text-decoration: none;
}

#search
{
  font-family:Arial,Helvetica; 
	color: #FFFFFF;
	text-decoration: none;
  font-size:13px; 
  text-align:right;
}

#topinforect a 
{
	color: #554433;
	text-decoration: none;
  font-weight: bold;
}

#topinforect a:hover
{
	color: #332211;
	text-decoration: none;
  font-weight: bold;
}

/* ------------------- */
.adl_menuvideo li
{
  font-family:Arial,Helvetica;
  font-size:10px;
  background: url('/adlagri/img/videomenu.png')  no-repeat;
  height:17px; /*size of the background bitmap*/
}
.adl_menuvideo li a
{
  width:99%;
	text-decoration: none;
  text-align:center;
  color:#FFFFFF;
  font-weight:normal;
}
.adl_menuvideo_over
{
  background: url('/adlagri/img/videomenuback.png')  no-repeat;
}
.adl_menuvideo li.selected a
{
  color:#FF0000;
}
