/* menu */
#mainNav {
  padding-bottom: 5px;
  float: left;
  width: 206px;
  margin-bottom: 0;
  margin-top:20px;
}
#mainNav ul {
  list-style: none;
  padding:0;
  margin:0;
}
#mainNav ul a:hover 
{
  color:#AD6103;
  background: url(images/blt9.png) no-repeat 100% 46%;
}
#mainNav ul a 
{
  list-style:none;
  width:206px;
  color:#262626;
  font-size:18px;
  line-height:16px;
  padding-bottom:4px;
  display:block;
  text-decoration:none; 
  background: url(images/blt6.png) no-repeat 100% 46%;
  float:left;
}
#mainNav ul li 
{
  border-bottom:1px solid #eee; 
  float:left;
  clear:left;
  margin-bottom:10px;
  padding-bottom:4px;
  width:206px;
}
#mainNav ul a:hover span.menu_lower
{
  color:#AD6103;
}  
#mainNav span.menu_lower 
{
   float:left;
   clear:left;
   color:#6f6e6e;
   font-size:11px;
   line-height:18px;
   cursor:pointer;
   display:block;
}

/* style the outer div to give it width */
#content .menu {font-size:14px;padding:0px;margin:0; width:620px;border:2px solid #020202;background:#2d5b2d;background:#2d5b2d;}

/* remove all the bullets, borders and padding from the default list styling */
#content .menu ul {z-index:10000;padding:0;margin:0;list-style-type:none; height:1.5em; border: 1px solid #fff;font-family:arial;text-align:left;}

/* style the sub-level lists */
#content .menu ul ul {width:14em; z-index:10000;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#content .menu ul li {float:left;height:1.5em;line-height:1.5em;}

/* style the sub level list items */
#content .menu ul ul li {display:block;height:auto;width:100%;position:relative;line-height:1em; z-index:10000;}

/* style the links for the top level */
#content .menu a, .menu a:visited {display:block;float:left;height:100%;font-size:14px;text-decoration:none;color:#fff;background:#2d5b2d;padding:0 1.3em 0 1.3em;}

/* style the sub level links */
#content .menu ul ul a, .menu ul ul a:visited {display:block;background:#020202; color:#fff;width:185px;height:100%;line-height:1em; padding:3px 5px; font-size: 13px;}
#content .menu ul table ul a, .menu ul table ul a:visited  {width:14em; w\idth:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
#content .menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
#content .menu ul ul table {lef\t:-1px;}
#content .menu ul ul table ul.left {margin-lef\t:2px;}

#content .menu li:hover {position:relative; z-index:10000;}
* html #content .menu a:hover {position:relative; z-index:10000;}

/* style the third level background */
#content .menu ul ul ul a, .menu ul ul ul a:visited {background:#000;}
/* style the fourth level background */
#content .menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#ddd;}
/* style the sub level 1 background */
#content .menu ul :hover a.sub1 {background:#ccc;}
/* style the sub level 2 background */
#content .menu ul ul :hover a.sub2 {background:#ddd;}

/* style the level hovers */
/* first */
#content .menu a:hover {color:#fff;background:#213f21;}
#content .menu :hover > a {color:#fff;background:#213f21;}
/* second */
#content .menu ul ul a:hover{color:#000;background:#ccc;}
#content .menu ul ul :hover > a {color:#000;background:#ccc;}
/* third */
#content .menu ul ul ul a:hover {background:#ddd;}
#content .menu ul ul ul :hover > a {background:#ddd;}
/* fourth */
#content .menu ul ul ul ul a:hover {background:#eee;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#content .menu ul ul {visibility:hidden;position:absolute;height:0;top:1.5em;left:0;width:14em; padding-top: 4px;border:0; z-index:10000;}

/* position the third level flyout menu */
#content .menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
#content .menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
#content .menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:6px; background:url(images/menu_btm_img.gif) no-repeat 0 100%; width:195px;}
* html #content .menu ul a:hover ul li { visibility:visible;}

/* keep the third level hidden when you hover on first level list OR link */
#content .menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
#content .menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#content .menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
#content .menu ul :hover ul :hover ul :hover ul {visibility:visible;}


#content li#travel_title, #content li#travel_title2 {
  color: #000;
  font-size:14px;
  line-height:25px;
  margin:0;
  padding:0;
  padding-left:3px;
  width:190px;
  background:#ccc url(images/blt_down.gif) no-repeat 98% .3em;
}
#content .menu a.travel {
  background: #2d2d2d;
}
#content ul#first_menu 
{
  left: -3px;
}
/*
#mainNav dl, #mainNav dt, #mainNav dd, #mainNav ul, #mainNav li {
margin: 0;
padding: 0;
list-style-type: none;
}
#mainNav dl  {
  width: 206px;
  float: left;
  list-style: none;
  margin-bottom: 0;
}
#mainNav ul {
  margin: 0;
  padding: 0;
  position: relative;
  top: -16px;
  background: transparent url(images/list_bot.gif) 0 top;
  padding-top: 18px;
}
#mainNav dl li {
height:1%;
}
#mainNav dt {
  margin-bottom: 5px;
}
#mainNav dl a, dt {
  cursor: pointer;
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  line-height: 30px;
}
#mainNav img {
  margin: 0;
  padding: 0;
}
#mainNav dt a {
  margin: 0;
  padding: 0;
  color: #000;
}
#mainNav dd {
  border: 0;
  display: none;
}
#mainNav ul li a:hover {
  color: #006600;
}
#mainNav ul li a {
  font-weight: normal;
  color: #000;
  height: 1%;
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  background: url(images/arrow.gif) no-repeat 96% center;
}
#mainNav .last {
  background: url(images/list_bot_bottom.gif) no-repeat bottom left;
  padding-bottom: 18px;    height: 1%;
}
* html #mainNav .last a {
    z-index: 200;
    display: block;
    height: 1%;
}
#mainNav img {
  padding: 0;
  margin: 0;
  border: 0;
  display: block;
}
#mainNav .travel_title {
  padding-left: 5px;
  margin: 0;
  padding-top: 14px;
  margin-left: 0px;
  color: #006600;
  font-size: 13px;
  font-weight:bold;
  padding-bottom: 0;
  padding-left: 10px;
}
#mainNav .travel a {
  color: #006600;
  font-weight: normal;
  padding-left: 13px;
  margin-left: 9px;
  background: url(images/blt3.gif) no-repeat 0 center;
}
#mainNav .padup {
  padding-top: 3px;
}
#mainNav .travel a:hover {
  color: #000;
}
#dropform {
  position: relative;
  width: 208px;
  height: 390px;
  margin: 0;
  padding: 0;
  background: url(images/form_background2.png) no-repeat;
}
#dropform #sub_button  {
  width:101px;
  height: 18px;
}

/**/

#Menu 
{width:860px;height:35px; background: url(images/menu_bg.gif) top left; margin-bottom:2px; clear:both;}

#Menu ul {padding:0;margin:0;}
#Menu ul li {float:left; margin:0; padding:0; list-style:none;}
#Menu ul li a {float:left;}
#Menu a#policy:hover {display:block;background: url(images/menu_bg.gif) 0 -35px;}
#Menu a#policy {display:block;width:130px;height:35px;}

#Menu a#compare:hover {display:block;background: url(images/menu_bg.gif) -130px -70px;}
#Menu a#compare {display:block;width:107px;height:35px;}

#Menu a#buggy:hover {display:block;background: url(images/menu_bg.gif) -237px -105px;}
#Menu a#buggy {display:block;width:140px;height:35px;}

#Menu a#manage_policy:hover {display:block;background: url(images/menu_bg.gif) -377px -140px;}
#Menu a#manage_policy {display:block;width:154px;height:35px;}

#Menu a#renew:hover {display:block;background: url(images/menu_bg.gif) -531px -175px;}
#Menu a#renew {display:block;width:106px;height:35px;}

#Menu a#quote:hover {display:block;background: url(images/menu_bg.gif) -637px -210px;}
#Menu a#quote {display:block;width:110px;height:35px;}

#Menu a#apply:hover {display:block;background: url(images/menu_bg.gif) -747px -245px;}
#Menu a#apply {display:block;width:111px;height:35px;}

#Tabs {float:right;width:469px; height:27px; padding:0; margin:0; background: url(images/top_tabs.png) top left;}
#Tabs ul {padding:0;margin:0;}
#Tabs ul li {float:left; margin:0; padding:0; list-style:none;}
#Tabs ul li a {float:left;}

#Tabs  a#why_choose:hover {display:block;background: url(images/top_tabs.png) 0 -27px;}
#Tabs  a#why_choose {display:block;width:180px;height:27px;}

#Tabs  a#Testimonials:hover {display:block;background: url(images/top_tabs.png) -180px -54px;}
#Tabs  a#Testimonials {display:block;width:122px;height:27px;}

#Tabs  a#PGA_Recommendation:hover {display:block;background: url(images/top_tabs.png) -302px -81px;}
#Tabs  a#PGA_Recommendation {display:block;width:167px;height:27px;}
