#navbar {
	padding:0px;
	margin:0 0 0 0;
	width:85%;
	z-index: 100 /* IE fix: Brings div to front */
}
html:first-child #navbar { /*Opera only.  */
	margin-right:0px;
}
#topmenu ul ul{
	background-color:#f2f2f2;
}
#topmenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#topmenu ul li a{
	color: #424242; /*text color*/
	text-decoration: none;
	border-right: 1px solid #d8d8d8; /*divider between menu items*/
	outline: 0; /* @ Firefox, prevent dotted border after click */  
}
#topmenu ul li a:hover{
	color: #ffffff;
	background: url(/images/blue_gradient.jpg) repeat-x center 20%;
	text-decoration: none;
}
#topmenu ul li a:current{
	color: #ffffff;
	background: url(/images/blue_gradient.jpg) repeat-x center 20%;
	text-decoration: none;
}

/* Basic code - don't modify */
 
#nav { display: block; margin: 0; padding: 0; position: relative; z-index: 100 /* IE fix: Brings div to front */}
#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; white-space: nowrap;}
#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; }
#nav ul ul { top: 0; }

/* Essentials - configure this */
#nav ul { width: 230px; }
#nav ul ul { left: 231px; }

/* Everything else is theming */
#nav { 
	border: 1px solid #d8d8d8;
	background: url(/images/nav_gradient.jpg) repeat-x center 20%; 
	height: 26px; 
}
#nav a { 
	color: white; 
	padding: 5px 11px;  
	line-height: 1.4;            
}

#nav ul { 
	top: 27px; 
	background-color:white;
}

#nav ul li a { 
	background-color: #f2f2f2; 
	border-bottom:1px solid #d8d8d8
}
#nav ul  { 
	background-color: #ffffff;
	border-bottom: 1px solid #000000; 
	border-right: 2px solid #000000;
	border-left: 1px solid #d8d8d8; 
	}	
#nav .submenu li a{
	font-size: 11px;
	line-height:.7;
	padding-left:10px;
}
#nav ul li.listgroup{
	color: #424242; /*text color*/	
	background-color: #e7e7e7; 
	font-weight:bold;
	padding:2px 0 3px 5px;
}

