/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
  background: #FFF;
}


/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 40px;
 left: 0px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 155px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 font-size: 1.15em;
 font-weight: bold;
}

.menulist ul li a { 
  min-height: 1.4em;
  background:  #FFF url(../gfx/bck_subarrow_a.gif) no-repeat; 
  padding-left: 36px;
  }
  
 .menulist ul li a:hover { 
  min-height: 1.4em; 
  background:  #FFF url(../gfx/bck_subarrow_b.gif) no-repeat; 
  padding-left: 36px;  
  } 

.menulist ul li a:hover {

}
 
.menulist li a {

} 
 
.menulist li a:hover {

  text-decoration: none;
  color: #22327C;	
 }

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-left: -10px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-top:0px;
 padding: 0;
 line-height: 1.6em;
 }
.menulist ul>li:last-child {

}

.aboutus {
 width: 250px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 0px;
 color: #2fa4c7;
 text-decoration:  none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #887D50;
 /*background-color: #EF7D32;*/
}
.menulist  a.highlighted {
 color: #2fa4c7;
 font-weight: bold;
 /*background-color: #EF7D32;*/
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
 color: #2fa4c7;
 padding: 2px 0 0 6px;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 19px;
}
* html .menulist  ul a {
 height: 19px;
}

.rand_l{

}
.rand_r{

	 height: 18px;
}
/* End Hack */

.aboutus {
	width: 200px;
}

.conversions {
	width: 300px;
}	

.update {
	width: 150px;
}

.support {
	width: 200px;
}

