body
{
    height: 1042px;
    border: 0px;
    padding: 0px;
    text-align: center;
    min-width: 900px;
    background-image:url("images/cern.jpg");
    background-repeat:no-repeat;
    background-position:center top;
}

font
{
    font-size: 100%;
}

h2
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-style: italic;
    font-weight: normal;
    line-height: 1.2em;
}

.rectangle
{
    margin-left: 30%;
    background: #7f9db9;
    height: 50px;
    width: 380px;
    position: relative;
    top: 8px;
    float: left;
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    z-index: 100; /* the stack order: foreground */
}

.rectangle h2
{
    font-size: 30px;
    color: #ffffff;
    padding-top: 6px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    text-align: center;
}

#wrapper
{
    width: 920px;
    margin: 0 auto;
    text-align: left;
}

#cssmenu ul,
#cssmenu li,
#cssmenu a
{

    margin: 0;

    padding: 0;

    position: relative;

}


#cssmenu
{
    height: 25px;

    border-radius: 5px 5px 0 0;

    -moz-border-radius: 5px 5px 0 0;
  
  -webkit-border-radius: 5px 5px 0 0;
  
  background: #dadada;
  
  background: -moz-linear-gradient(top, #74747c 0%, #dadada 100%);

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #74747c), color-stop(100%, #dadada));

    background: -webkit-linear-gradient(top, #74747c 0%, #dadada 100%);

    background: -o-linear-gradient(top, #74747c 0%, #dadada 100%);

    background: -ms-linear-gradient(top, #74747c 0%, #dadada 100%);
  
  background: linear-gradient(to bottom, #74747c 0%, #dadada 100%);
  
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#74747c', EndColorStr='#dadada', GradientType=0);

    color: #000000;

    display: inline-block;

    border-bottom: 2px solid #0fa1e0;

    font-family: Helvetica, Arial, Verdana, sans-serif;
  
  font-size: 12px;

    line-height: 24px;

    text-decoration: none;

}



#cssmenu ul li span
{
    padding: 0 14px;
    height: 25px;
    position: relative;
    display: block;
}

#cssmenu ul li ul li span
{
    padding: 0 2px;
    height: 14px;
    position: relative;
    display: inline-block;
    width: 200px;

}

#cssmenu:after,
#cssmenu ul:after
{

    content: '';

    display: block;

    clear: both;

}


#cssmenu a
{

    background: #dadada;

    background: -moz-linear-gradient(top, #74747c 0%, #dadada 100%);

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #74747c), color-stop(100%, #dadada));

    background: -webkit-linear-gradient(top, #74747c 0%, #dadada 100%);

    background: -o-linear-gradient(top, #74747c 0%, #dadada 100%);

    background: -ms-linear-gradient(top, #74747c 0%, #dadada 100%);

    background: linear-gradient(to bottom, #74747c 0%, #dadada 100%);

    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#74747c', EndColorStr='#dadada', GradientType=0);

    color: #000000;

    display: inline-block;

    font-family: Helvetica, Arial, Verdana, sans-serif;
  
  font-size: 12px;

    text-decoration: none;

    line-height: 15px;

    padding: 0;
}


#cssmenu ul
{

    list-style: none;

}


#cssmenu > ul > li
{
  
  float: left;

}


#cssmenu > ul > li:hover:after
{

    content: '';

    display: block;

    width: 0;

    height: 0;

    position: absolute;

    left: 50%;

    bottom: 0;

    border-left: 10px solid transparent;
  
  border-right: 10px solid transparent;

    border-bottom: 10px solid #0fa1e0;

    margin-left: -10px;

}


#cssmenu > ul > li:first-child a
{

    border-radius: 5px 0 0 0;

    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;

}


#cssmenu > ul > li:last-child a
{

    border-radius: 0 5px 0 0;

    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;

}


#cssmenu > ul > li.active a
{

    box-shadow: inset 0 0 3px #eed000;

    -moz-box-shadow: inset 0 0 3px #eed000;
    -webkit-box-shadow: inset 0 0 3px #eed000;

    background: #ffd000;

    background: -moz-linear-gradient(top, #ccb000 0%, #ffd000 100%);

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccb000), color-stop(100%, #ffd000));
    background: -webkit-linear-gradient(top, #ccb000 0%, #ffd000 100%);

    background: -o-linear-gradient(top, #ccb000 0%, #ffd000 100%);

    background: -ms-linear-gradient(top, #ccb000 0%, #ffd000 100%);

    background: linear-gradient(to bottom, #ccb000 0%, #ffd000 100%);

    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ccb000', EndColorStr='#ffd000', GradientType=0);

    cursor:hand;
}


#cssmenu > ul > li.active span
{

    box-shadow: inset 0 0 3px #eed000;

    -moz-box-shadow: inset 0 0 3px #eed000;

    -webkit-box-shadow: inset 0 0 3px #eed000;

    background: #ffd000;

    background: -moz-linear-gradient(top, #ccb000 0%, #ffd000 100%);

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccb000), color-stop(100%, #ffd000));

    background: -webkit-linear-gradient(top, #ccb000 0%, #ffd000 100%);

    background: -o-linear-gradient(top, #ccb000 0%, #ffd000 100%);

    background: -ms-linear-gradient(top, #ccb000 0%, #ffd000 100%);

    background: linear-gradient(to bottom, #ccb000 0%, #ffd000 100%);

    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ccb000', EndColorStr='#ffd000', GradientType=0);

    cursor:hand;
}


#cssmenu > ul > li:hover > a
{

    background: #ffd000;

    background: -moz-linear-gradient(top, #ccb000 0%, #ffd000 100%);

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccb000), color-stop(100%, #ffd000));

    background: -webkit-linear-gradient(top, #ccb000 0%, #ffd000 100%);

    background: -o-linear-gradient(top, #ccb000 0%, #ffd000 100%);

    background: -ms-linear-gradient(top, #ccb000 0%, #ffd000 100%);

    background: linear-gradient(to bottom, #ccb000 0%, #ffd000 100%);

    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ccb000', EndColorStr='#ffd000', GradientType=0);

    box-shadow: inset 0 0 3px #eed000;

    -moz-box-shadow: inset 0 0 3px #eed000;

    -webkit-box-shadow: inset 0 0 3px #eed000;

    cursor: hand;
}


#cssmenu > ul > li:hover > span
{

    background: #ffd000;

    background: -moz-linear-gradient(top, #ccb000 0%, #ffd000 100%);

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccb000), color-stop(100%, #ffd000));

    background: -webkit-linear-gradient(top, #ccb000 0%, #ffd000 100%);

    background: -o-linear-gradient(top, #ccb000 0%, #ffd000 100%);

    background: -ms-linear-gradient(top, #ccb000 0%, #ffd000 100%);

    background: linear-gradient(to bottom, #ccb000 0%, #ffd000 100%);

    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ccb000', EndColorStr='#ffd000', GradientType=0);

    box-shadow: inset 0 0 3px #eed000;

    -moz-box-shadow: inset 0 0 3px #eed000;

    -webkit-box-shadow: inset 0 0 3px #eed000;

    cursor: hand;
}


#cssmenu .has-sub
{

    z-index: 1;

}


#cssmenu .has-sub:hover > ul
{

    display: block;

}


#cssmenu .has-sub ul
{

    display: none;

    position: absolute;

    width: 220px;

    top: 100%;

    left: 0;

}


#cssmenu .has-sub ul li
{

    *margin-bottom: -1px;

}


#cssmenu .has-sub ul li a
{

    background: #1fa1e0;

    border-bottom: 1px dotted #6fc7ec;

    filter: none;

    font-size: 12px;

    display: block;

    line-height: 110%;

    padding: 7px 10px;

}

#cssmenu .has-sub ul li span
{

    background: #1fa1e0 url("images/arrow.gif") right no-repeat;

    border-bottom: 1px dotted #6fc7ec;

    font-size: 12px;

    line-height: 110%;

    padding: 7px 10px;

}


#cssmenu .has-sub ul li:hover a
{

    background: orange;

    color: white;
  
  font-size: 16px;

}


#cssmenu .has-sub ul li:hover span
{

    background: orange url("images/arrowhi.gif") right no-repeat;

    color: white;
  
  font-size: 16px;

}


#cssmenu .has-sub .has-sub:hover > ul
{

    display: block;

}


#cssmenu .has-sub .has-sub ul
{

    display: none;

    position: absolute;

    left: 100%;

    top: 0;
}


#cssmenu .has-sub .has-sub ul li a
{

    background: #0c7fd0;

    color: black;
    border-bottom: 1px dotted #6db2d0;
 
  font-size: 12px;

}


#cssmenu .has-sub .has-sub ul li a:hover
{

    background: orange;

    color: white;

  
  font-size: 14px;

}
