#nav,
#nav2 {
	list-style: none;
	padding: 0px;
	margin: 0px;
	background-image: url(menu_back.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}	
#nav ul, 
#nav2 ul{ 
	padding:0px;
	margin:0px;
	list-style: none;
	width:174px;
	z-index:99;
	overflow:visible;
	position:absolute;
}	
#nav li,
#nav2 li{ 
	position: relative; 
	width: 178px;
	border-bottom:none;
	display:block;
	height:auto; /*auto */
	margin:0px;
	font-size:0px;
	line-height:0px;
	background-image: url(nav_bullet.gif);
	background-position: 20px 5px;
	background-repeat: no-repeat;
}	
#nav a,
#nav2 a{
	text-decoration:none; 
	display:block;
	padding: 2px 0px 2px 0px;  
	margin:0px 10px 0px 30px;
	background-color:transparent;
	width:138px; /*helps IE with hover */
	font-size:11px;
	line-height:14px;
	color: #000000;
}
#nav a:hover,
#nav2 a:hover{
	text-decoration:underline; 
	display:block;
	margin:0px 10px 0px 30px;
}
#nav ul, #nav ul ul, #nav ul ul ul,
#nav2 ul, #nav2 ul ul, #nav2 ul ul ul{
	display:none; 
	position:absolute; 
	top:0px; 
	left:178px;
	padding:0px;
	margin:0px;
}	
#nav li:hover ul ul, #nav li:hover ul ul ul,
#nav2 li:hover ul ul, #nav2 li:hover ul ul ul{
	display:none; 
}
#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul,
#nav2 li:hover ul, #nav2 ul li:hover ul, #nav2 ul ul li:hover ul{
	display:block;
}


#topnavdropdown {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#topnavdropdown ul { 
	padding:0px;
	margin:0px;
	list-style: none;
    display:none;
	width:200px;
	z-index:99;
	overflow:visible;
    position:absolute;
    top: 24px;
    left: 0px;
}
#topnavdropdown li { 
	position: relative; 
	width: auto;
	border-bottom:none;
	display:block;
	height:auto; /*auto */
	margin:0px;
	font-size:0px;
	line-height:0px;
    float:left;
}
#topnavdropdown a {
	text-decoration:none; 
	display:block;
	padding: 3px 0px 3px 0px;  
	margin: 0px; /*helps Opera with hover */
	width: 150px; /*helps IE with hover */
	font-size: 11px;
	font-weight: bold;
    line-height: 18px;
	height:18px;
	color: #ffffff;
	text-align:center;
	background-color: #000000;
	background-image: url(topmenuback.gif);
	background-position: 1px;
	background-repeat: repeat-x;
}
#topnavdropdown li ul li a {
	background-image: none;
	padding: 0px 5px 0px 5px;
	text-align:left;
	font-weight: normal;
	line-height: 17px;
	height:17px;
}
#topnavdropdown a:hover {
	display:block;
	text-decoration: underline;
}
#topnavdropdown li:hover ul ul {
	display:none; 
}
#topnavdropdown li:hover ul {
	display:block;
}
#topnavdropdown{
	color: #ffffff;
	margin: 4px 0px 0px 0px;
	position: absolute;
}
li>ul { 
	top: auto;
	left: auto;
}
.navsep{
	background-image: url(nav_seperator.gif);
	background-position: center;
	height: 1px;
	line-height: 1px;
	width: 178px;
	background-repeat: no-repeat;
}




