/* 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;
	z-index: 1100;
}
  #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: 130px; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
 
#nav { float:left;
		height:42px;
 float:left;width:700px;z-index:1000; }
#nav *:hover { background-color: none; }
#nav a { float:left;
		color:#ffffff;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;
		display:block;
		padding:12px 22px 3px 13px;
		height:25px;
		background:url(../images/nav_bullet.png) no-repeat left 17px;
		line-height:14px; }
  #nav li.hover a, .active a {color:#222; }
  #nav ul { top: 45px;}
    #nav ul li a {
	background-color: #1289b1 !important;
	padding:10px;
	height:auto;
	background-image:none;
	padding-top:7px;
	padding-bottom:7px;
	width:109px;
	color:#fff !important;
	overflow: hidden;
	position: relative !important;
	z-index: 999999 !important;
}
      #nav ul a.hover {color:#ddd !important; }
   #nav ul a {  border-right: none;}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

#nav ul li {float:left;width: 130px;}

.mod {margin-left: -8px !important;}
@media screen and (-webkit-min-device-pixel-ratio:0) {.mod {margin-left: -11px !important;}} /* Safari hack */
