/*** site navigation in banner ***/
 #site-navigation
{
	margin: 0;
	/*margin-top: 57px; when we have search in there*/
	margin-right: 10px;
	padding: 0;
	float: right;
	width: 100%;
}

#site-navigation ul
{
	margin: 0;
	margin-top: 13px;
	padding: 0;
	list-style: none;
	list-style-image: none;
	float: right;
	width: auto;
	white-space:nowrap;
}

#site-navigation li
{
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 3px;
	border-right: 1px solid #B3B3B3;
}

#site-navigation li.navnoline {
    border-right: none;
}

#site-navigation a
{
	display: block;
	padding: 1em;
	padding-top:0;
	padding-bottom: .55em;
	color: #fff;
	text-decoration: none;
	color: #83CFCA;
    font-family : Georgia, Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
}

#site-navigation a:hover
{
	color: #fff;
	text-decoration: none;
}

.navname {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
}