
.navigation
{
  background-color :#ffffff;	
}
#topbar ul{
	display:block;
	float:right;
	font: 15px/30px junction_regularregular,Helvetica,sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	list-style:none;
	}

#topbar ul, #topbar ul li{
	margin:0;
    padding:0;
	list-style:none;
	}

#topbar ul#topnav{
	margin-top:0px;
	}

#topbar ul li{
	float:left;
	margin-right:0px;
	
	}

#topbar ul li li{
	margin-left:0;
	}

#topbar ul li a:link, #topbar ul li a:visited, #topbar ul li a:hover{
	  
	margin:0;
	padding:0;
	/*color: #000;
	background-color:#fff;
	display:block; */
	padding: 8px 10px ;
	text-decoration:none;
	font-family :junction_regularregular !important;
	font-size :14px;
	font-weight :bold;
	}
	
#topbar ul li a:hover
{
	text-decoration :underline;
}	
	
#topnav li a
{
	border-right:1px solid black;
	color:black;
}
#topnav li:last-child a
{
	border-right:none;
}

#topbar ul ul li a:link, #topbar ul ul li a:visited{
	border:none;
	}

 /*#topbar ul li.active a{
	color: #fff;
	background-color: #000;

	}*/
	
	#topbar ul li {
	color: #000;
	background-color: #fff;	

	}
	#topbar ul li ul li {
		 width :105px;
		 color:#fff !important;
	}
	#topbar ul li ul li:hover {
		background-color: #000 !important;
		
	}
	.active{
		
		text-decoration :underline;
	}
		
#topbar ul li li a:link, #topbar ul li li a:visited{
	width:100px;
	float:none;
	margin:0;
	padding:10px 5px 10px 10px;
	font-size:12px;
	font-weight:bold;
	color: #000;
	font-family :junction_regularregular;
	}
	
#topbar ul li ul li a:hover{
	color:#fff;
	background-color:#000;
	}

#topbar ul ul{
	z-index:9999;
	position:absolute;
	left:-999em;
	height:auto;
	width:100px;
	text-align:left;
	
	}




#topbar ul ul a{width:100px;}

#topbar ul li:hover ul{left:auto;}

#topbar ul li:hover{position:static;}

#topbar ul li.last{margin-right:0;}

