ul#menu {
  width: 290px;
  list-style-type: none;
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 0;
}
 
ul#menu ol {
  display: none;
  list-style-type: none;
  margin-left: 10px;
  padding: 5px;
  }
 
ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
}
 
ul#menu li {
  line-height: 15px;
}
 
ul#menu ol li {
  border-bottom: none;
  line-height: 10px;
}
 
ul#menu ol li:before {
  content: "- ";
}
 
ul#menu a {
  text-decoration: none;
  outline: none;
}
 
ul#menu a:hover {
  color: #539dbc;
}
 
ul#menu a.active {
  color: #be5028;
}





ul#faq_menu {
  width: 500px;
  list-style-type: none;
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 0;
}
 
ul#faq_menu ol {
  display: none;
  list-style-type: none;
  margin-left: 10px;
  padding: 5px;
  }
 
ul#faq_menu li, 
  ul#faq_menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
}
 
ul#faq_menu li {
  line-height: 20px;
}
 
ul#faq_menu ol li {
  border-bottom: none;
  line-height: 10px;
}
 
ul#faq_menu ol li:before {
  content: "- ";
}
 
ul#faq_menu a {
  text-decoration: none;
  outline: none;
}
 
ul#faq_menu a:hover {
  color: #539dbc;
}
 
ul#faq_menu a.active {
  color: #be5028;
}










img{border:0;}
.menu {width:480px; position:relative; z-index:100;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:98px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:60px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#000; height:53px;margin-bottom:50px;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:20px;top:13px;left:0;}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {position:relative;color:#000; padding:4px 2px; background:#EEE;}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
#contact_email{position:relative;width:500px;top:50px;left:120px;}
#contact_phone{position:relative;width:500px;top:50px;left:60px;}
#contact_msn{position:relative;width:500px;top:50px;left:0px;}
#contact_yahoo{position:relative;width:500px;top:50px;left:-60px;}
#contact_skype{position:relative;width:500px;top:50px;left:-120px;}
#contact_twit{position:relative;width:500px;top:50px;left:-180px;}
#contact_gtalk{position:relative;width:500px;top:50px;left:-240px;}



ul#site_map_menu {
  width: 290px;
  list-style-type: none;
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 0;
}

ul#site_map_menu h3{
color:#AC4;
}
 
ul#site_map_menu ol {
  display: none;
  list-style-type: none;
  margin-left: 10px;
  padding: 5px;
  }
 
ul#site_map_menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
}
 
#site_map_menu h3{
  margin-left:-10px;
  margin-bottom:0px;
  font-size:14px;
}

ul#site_map_menu li {
  line-height: 15px;
}
 
ul#site_map_menu ol li {
  border-bottom: none;
  line-height: 10px;
}
 
ul#site_map_menu ol li:before {
  content: "- ";
}
 
ul#site_map_menu a {
  text-decoration: none;
  outline: none;
}
 
ul#site_map_menu a:hover {
  color: #539dbc;
}
 
ul#site_map_menu a.active {
  color: #be5028;
}



