@charset "utf-8";
/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a {} /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 160px; }
#nav ul ul { left: 161px; }

/* Everything else is theming */
 
#nav { background-color: #bbc5ce; height: 24px; }
#nav *:hover { }
#nav a {color: white;  line-height: 1; }
  #nav li.hover a { background-color: #1c65ab; }

    #nav ul li a { background-color: #1c65ab; padding:5px 0 5px 6px; }
      #nav ul a.hover { background-color: #dde3e8; }
   #nav ul a { border-bottom: 1px solid white; border-right: none; /*opacity: 0.9; filter: alpha(opacity=90);*/ }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
    #nav ul li.sub01 a{
			background:  url("../com/global02_1.gif") no-repeat #d7dee4 8px 8px;
			text-indent:-9999px;
			display:block;
			height:18px;
		}
		#nav ul li.sub01 a:hover{
			background:  url("../com/global02_1_o.gif") no-repeat #f0f1f2 8px 8px;
			text-indent:-9999px;
			display:block;
			height:18px;
		}
		
		#nav ul li.sub02 a{
			background:  url("../com/global02_2.gif") no-repeat #d7dee4 8px 8px;
			text-indent:-9999px;
			display:block;
			height:18px;
		}
		#nav ul li.sub02 a:hover{
			background:  url("../com/global02_2_o.gif") no-repeat #f0f1f2 8px 8px;
			text-indent:-9999px;
			display:block;
			height:18px;
		}
		#nav ul li.sub03 a{
			background:  url("../com/global02_3.gif") no-repeat #d7dee4 8px 8px;
			text-indent:-9999px;
			display:block;
			height:18px;
			border-bottom:none;
		}
		#nav ul li.sub03 a:hover{
			background:  url("../com/global02_3_o.gif") no-repeat #f0f1f2 8px 8px;
			text-indent:-9999px;
			display:block;
			height:18px;
		}
