@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.dropdown {
 font-weight: bold;
}

	ul.dropdown li {	 
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #fff #d9d9d9 #d9d9d9;
	 background-color: #f6f6f6;
	 color: #000;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #eee;
	 color: #000;
	}
  
  ul.dropdown a{
    display: block;
    padding: 7px 10px;
  }
  
  #mainNav{
    border-right: 1px solid #D9D9D9;
    width: 900px;
  }
  
  #mainNav a{
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 6px 10px;
    text-indent: 0;
  }
  
  #mainNav li{

    background-color: transparent;
    border-bottom: none;
    border-top: none;
    border-right: none;
    border-left: 1px solid #D9D9D9;
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
    line-height: 1.1em;
    
  }
  
  #mainNav ul li{
    background-color: #0a6ec3;
    border-bottom: 1px solid #1a82db;
    text-align: left;
    text-indent: 10px;
    font-size: .9em;
    width: 165px;
    text-transform: none;
    border-left: none;
  }
  #mainNav ul li.dir{
    background-image: url('images/main_nav_sprite.gif');
    background-repeat: no-repeat;
    background-position: -5px center;
  }
  
  #mainNav ul li.dir a{
    padding-right: 15px; 
  }
  
  #mainNav ul li.dirHover{
    background-position: -170px center;
  } 
  #mainNav ul ul li.dir{
    background-image: none; 
  }
  
  #mainNav ul li.dir ul a{
    padding-right: 10px; 
  }
  
  #mainNav ul ul{
    top: 0px;
    left: 100%;
  }
  
  #mainNav ul ul li{
    font-size: 1em;
  }
  
  #mainNav ul li.hover,
  #mainNav ul li:hover{
    background-color: #c5e6f6;
    color: #0099cc;
  }

  #mainNav ul li.hover a,
  #mainNav ul li:hover a{    
    color: #0099cc;
  }
  
  #mainNav ul li.hover ul a,
  #mainNav ul li:hover ul a{    
    color: #FFF;
  }
  
  #mainNav ul ul li.hover a,
  #mainNav ul ul li:hover a{    
    color: #0099cc;
  }

  #mainNav ul ul ul{
    display: none;
  }

  #languageNav a, #languageNav a:visited{
    color: #FFFFFF;
    font-weight: bold;
    padding: 0;
    width: 92px;
    height: 17px;    
  }
  
  #languageNav li{
    border: none;    
    background-image: url('images/nav_sprite.gif');
    background-position: 0 0;
    width: 92px;
    height: 17px;
    text-indent: -10000px;
    padding: 0;
    font-family: Arial;
    color: #FFF;
    
  }

  #languageNav li.hover,
  #languageNav li:hover {
    background-image: url('images/nav_sprite.gif');
    background-position: 0 -50px;    
  }
  

  
  #languageNav ul{
    margin-top: 0;
  }
  
  #languageNav ul li{
    text-indent: 10px;
    background-image: none;
    background-color: #b5bf00;
    border-bottom: 1px solid #c3cd0d;
    height: 19px;
    line-height: 1.8;
  }
  
  #languageNav ul li.hover,
  #languageNav ul li:hover {
    background-image: none;
    background-color: #d97a23;
  }  
  
/* -- Region Link */

 #regionNav a, #regionNav a:visited{
    color: #FFFFFF;
    font-weight: bold;
    padding: 0;
    width: 92px;
    height: 17px;
  }
  
  #regionNav li{
    border: none;    
    background-image: url('images/nav_sprite.gif');
    background-position: -100px 0;
    width: 92px;
    height: 17px;
    text-indent: -10000px;
    padding: 0;
    font-family: Arial;
    color: #FFF;

  }

  #regionNav li.hover,
  #regionNav li:hover {
    background-image: url('images/nav_sprite.gif');
    background-position: -100px -50px;    
  }
  

  
  #regionNav ul{
    margin-top: 0;
  }
  
  #regionNav ul li{
    text-indent: 10px;
    background-image: none;
    background-color: #b5bf00;
    border-bottom: 1px solid #c3cd0d;
    height: 19px;
    line-height: 1.8;
  }
  
  #regionNav ul li.hover,
  #regionNav ul li:hover {
    background-image: none;
    background-color: #d97a23;
  }  
  
  #oneSightTeamContainer a{
    display: block;
    width: 94px;
    height: 17px;
    background-image: url('images/nav_sprite.gif');
    background-position: -200px 0;
    background-repeat: no-repeat; 
    text-indent: -9000px;
    overflow: hidden;
  }  
  
  #oneSightTeamContainer a:hover{
    background-position: -200px -50px;
  }  
  
	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #000; text-decoration: none; }
	ul.dropdown a:hover		{ color: #000; }
	ul.dropdown a:active	{ color: #ffa500; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px;
	 
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */

/*
ul.dropdown *.dir {
 padding-right: 20px;
 background-image: url(images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}
*/

/* -- Components override -- */
/*
ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: url(images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}
*/