/* Delete margins and paddings from main page */
#seo * {
margin:0;
padding:0;
}

/* Position shareit link */
#seo {
  margin-left:50%;
  position:relative;
  left:-105px;
  top:-127px;             /* position real browsers  */
  _top:-133px;             /* position IE6  */
}
*+ html #seo {						/* position IE7  */
top:-133px;
}



#seo .menu ul li {
list-style:none !important;
}


/* remove all the bullets, borders and padding from the default list styling */
#seo .menu1 ul 
{
  background:#efefef;
list-style:none !important;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#seo .menu1 li
{
float:left;
width:40px;
position:relative;
z-index:1001;
list-style:none !important;
}

#seo .menu1 li li
{
width:150px;
text-align:left;
list-style:none !important;
}

/* style the links for the top level */
#seo .menu1 a, 
#seo .menu1 a:visited
{
display:block;
font-size: 10px;
text-decoration:none; 
list-style:none !important;
color:#989898; 
width:55px;   /* imp */
border:none; 
padding:5px 0; 
  
}


/* style the second level background */
#seo .menu1 ul ul a.drop, 
#seo .menu1 ul ul a.drop:visited
{
background:#efefef;
}

/* style the second level hover */
#seo .menu1 ul ul a.drop:hover
{
background:#ddddde;
}

#seo .menu1 ul ul :hover > a.drop
{
background:#dddddf;
}

/* style the third level background */
#seo .menu1 ul ul ul a, 
#seo .menu1 ul ul ul a:visited
{
background:#efefee;
}

/* style the third level hover */
#seo .menu1 ul ul ul a:hover
{
background:#ddddda;
}

#seo .menu1 ul ul ul :hover > a
{
background:#dddddb;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#seo .menu1 table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#seo .menu1 ul ul
{
visibility:hidden;
position:absolute;
bottom:18px;
left:-70px; 
width:150px;
}

#seo * + html .menu1 ul ul
{
position:absolute;
left:-70px;
bottom:18px;   /* 15 orig */

}


/* position the third level flyout menu */
#seo .menu1 ul ul ul
{
left:-150px; 
bottom:18px;
width:150px;
}

/* position the third level flyout menu for a left flyout */
#seo .menu1 ul ul ul.left
{
left:-150px;
}


/* style the second level links */
#seo .menu1 ul ul a, 
#seo .menu1 ul ul a:visited
{
background:#efefec; 
color:#000000; 
 height:auto; 
line-height:1em;
padding:5px 10px; 
width:129px;
font-size:10px;
list-style:none !important;
}


/* style the top level hover */
#seo .menu1 a:hover, 
#seo .menu1 ul ul a:hover
{
font-size: 10px;
background:#ffffff;
text-decoration:none;
list-style:none !important;
}

#seo .menu1 ul ul a:hover
{
font-size: 10px;
text-decoration:none;
list-style:none !important;
}

#seo .menu1 :hover > a, 
#seo .menu1 ul ul :hover > a
{
font-size: 10px;
text-decoration:none;
list-style:none !important;
}

#seo .menu1 ul ul :hover > a
{
color:#ffffff;
font-size: 10px;
background:#dddddd;
text-decoration:none;
list-style:none !important;
}

/* make the second level visible when hover on first level list OR link */
#seo .menu1 ul :hover ul
{
visibility:visible;
height:auto;
}

/* keep the third level hidden when you hover on first level list OR link */
#seo .menu1 ul :hover ul ul
{
display:none;
}

/* keep the fourth level hidden when you hover on second level list OR link */
#seo .menu1 ul :hover ul :hover ul ul
{
display:none;
}

/* make the third level visible when you hover over second level list OR link */
#seo .menu1 ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}

/* make the fourth level visible when you hover over third level list OR link */
#seo .menu1 ul :hover ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}
