/* Basic code - don't modify */
 
#nav {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	position: relative;

}

#nav li a {
	text-decoration: none;	/*line-height: 40px;*/
}
#nav li ul li a {

}
#nav a {
	
}

  #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 li ul {
	
}
#nav li ul li {
	float:left;
	width:200px;
	background-color: #c8e0e5;
	background-image: url(images/bulet01.gif);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: 8px 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #899ca1;
	border-right-color: #899ca1;
	border-bottom-color: #899ca1;
	border-left-color: #899ca1;
}
#nav li ul li:hover {
	background-image: url(images/bulet02.gif);
}
#nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width:210px; }
#nav ul ul { left: 177px; }

/* Everything else is theming */
 
#nav {   }
#nav *:hover { background-color: none; }
#nav a { line-height: 1; }
  #nav li.hover a { }
  #nav ul { top: 36px; }
    #nav ul li a {
	margin: 0px;
	padding: 0px;
}
 #nav ul a.hover {
}
#nav li ul li a {
	border-right: none;
	background-image: url(bulet04.gif);
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
	color: #24496f;
	
}
#nav li ul li a:hover {
	color: #000000;
	text-decoration: none;
}
