body
{
    padding:0;
    margin-top:30px;
}
.menufixeg
{
      font: 13px/27px Arial,sans-serif;
      z-index: 100;
      color:#3366CC;
      height:30px;
      background: url(images/jquerygoogle/back.gif) repeat-x;
      position: absolute ;
}
.menufixeg a:hover
{
    background-color:#e4ebf8;
}
.menufixeg a 
{
    text-decoration: none;
    padding: 4px 8px 7px;
    color:#3366CC;
    outline:none;
}
.menufixeg ul
{
    list-style: none;
    margin:0;
    padding:0 0 0 10px;
	z-index: 100;
}
.menufixeg ul li
{
    padding:0;
    float:left;
    
}
.menufixeg ul li ul li
{
    padding:0;
    float:none;
    margin: 0 0 0 0px;
    width:100%;
    z-index: 100;
}
.menufixeg ul li ul
{
    position: absolute;
    border: 1px solid #C3D1EC;
    box-shadow: 0 1px 5px #CCCCCC;
    margin-top: -1px;
    display:none;
    padding: 0px 16px 0px 0;
}
.activejquery ul
{
    display:block !important; 
    z-index: 100;
}
.activejquery a
{
    background-color: white;
    border: 1px solid #C3D1EC;
    border-bottom: 0;
    box-shadow: 0 -1px 5px #CCCCCC;
    display: block;
    height: 29px;
    padding: 0 8px 0 8px;
    position:relative;
    z-index: 100;
}
.activejquery a:hover
{
    background-color:white;
    z-index: 100;
}
.activejquery ul a:hover
{
    background-color:#e4ebf8;
    z-index: 100;
}

.activejquery ul a
{
    border: 0 !important;
    box-shadow: 0 0 0 #CCCCCC;
    border:0;
    width: 100%;
    z-index: 100;
}
.arrowjquery 
{
    border-color: #3366CC transparent transparent;
    border-style: solid dashed dashed;
    margin-left: 5px;
    position: relative;
    top: 10px;
    z-index: 100;
}
