/* Basic code - don't modify */


 #nav { display: block; margin: 0; padding: 0; position: relative;  font-family:Tahoma, Geneva, sans-serif; }
  #nav li { display: block; margin: 0; padding: 0; float: left; position: relative; text-align:left}
  #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 { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none;/* list-style: disc outside; display: list-item; margin-left: 20px;*/}
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 150px; border-bottom:#0CF solid 5px; padding-top: 15px;} 
#nav ul ul { left: 150px;  }

#nav li ul{ 

	background: url(../img/menu/bgr_menu_dropdown.jpg) repeat-y;
}

/* Everything else is theming */
 
#nav { /*background-color: #30A8C3;*/ height: 24px; }
#nav img {z-index:2000;}
#nav *:hover { /*background-color: none;*/ }
#nav a { 
	border-right: 1px solid #d7d7d7; 
	color: #595959; 
	font-size: 11px; 
	padding: 6px; 
	line-height: 1; 
	
	}
	.topmenu a{
		font-family:Arial, sans-serif;		
		
		}
	#nav li.topmenu:hover {
		color: white;
		background-color:#a5a5a5;
		background-image: url(../img/menu/bgr_arrow.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		font-family:Arial, sans-serif;		
		
		/*text-transform: uppercase;*/
		
		}
		
		#nav li.topmenu_active {
		
		background-color:#0CF;
		/*background-image: url(../img/menu/bgr_arrow.gif);*/
		background-repeat: no-repeat;
		background-position: 0 0;
		font-family:Arial, sans-serif;		
		
		/*text-transform: uppercase;*/
		
		}
		
		#nav a.topmenu_active_link  {color: #ffffff;}
		
		#nav ul li ul li {background-image: none;}
  #nav li.hover a { /*background-color: #A5A5A5;*/ }
  #nav ul { top: 30px; }
    #nav ul li a { /*background-color: #A5A5A5;*/ }
      #nav ul a.hover { background-color: #00C6F4; }
   #nav ul a { border-top: 1px solid #d7d7d7; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


