/*SOBA Navigations*/


#chnavigations
{
	float; left;
	width: 980px;
	margin: 10px 10px 0 10px;
	background: url('../images/navibar.gif') no-repeat top left;
	height: 37px;
	padding: 2px;
}

#chnavigations ul
{
	float: left;
}

#chnavigations li
{
	float: left;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: url('../images/divider02.gif') no-repeat top right;
	}


#chnavigations li:last-child {
	background: none;	
	}

#chnavigations a {
	margin: 0 6px;
	padding: 11px;
	text-decoration: none;
	color: #c82e1e;	
	display: block;

}

#chnavigations a:hover
{
	text-decoration: none;
	color: #FFF;
	background: #ad2517;
}


#chnavigations a:active
{
	text-decoration: none;
	color: #FFF;
	background: #333;
}



/*---DropDown Menu---*/


#chnavigations li ul {
	position:absolute;
	top: auto;
	left: auto;
	z-index: 500; /*change this*/
	padding: 5px 0;
	margin: 0;
	visibility: hidden;
	width: 150px;
	background: #fff;
	}


#chnavigations li:hover ul,
#chnavigations li.jshover ul {
	visibility: visible;
	}

#chnavigations li li {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	background: #fff;
	}

#chnavigations li li a {
	background: #fff;
	}


#chnavigations li li a:hover {
	background: #ad2517;
	}