﻿/*
-----------------------------------------------------------------------------  
Top Navigation
-----------------------------------------------------------------------------
*/
.oig_TopNavHolder {
	/* font-size:110%; */
}
.s4-tn{
	margin: 0;
	/*padding: 0 0 0 15px;*/
	/*padding: 0px;*/
	cursor: default;
	border:none;
	background:url(../images/navbarbg.gif) repeat-x left top transparent;
	height:45px;
}

/* arrow for flyouts */
.menu-horizontal a.dynamic-children span.additional-background, .menu-horizontal span.dynamic-children span.additional-background {
	padding-right: 0px;
	background-image: none;
}

/* item style */
.s4-tn li.static > .menu-item {
	border:0;
	color:#898989;
	padding: 0.8em 0.75em;
	font-weight:bold;
	margin-right: 2.55em;
	font-family:Arial, Helvetica, sans-serif;	
}

/* selected style */
.s4-tn li.static > .selected {
	color:#282828;
}

/* item style hover */
.s4-tn li.static > a:hover {
	color:#282828;
	text-decoration: none;
}

/* flyout holder */
.s4-tn ul.dynamic {
	background-color: #fff;
	border: 1px solid #e2e2dc;
	padding: 0px 10px;
	margin-top: -2px;
}

/* flyout item */
.s4-tn li.dynamic > .menu-item {
	display: block;
	white-space: nowrap;
	font-weight: normal;
	background-color: #fff;
	background-repeat: repeat-x;
	border-top: 1px solid #e2e2dc;
	color: #BAB4b4;
	line-height: 2.5em;
	margin-top:-1px;
	padding:0;
}

/* flyout item hover */
.s4-tn li.dynamic > a:hover {
	font-weight: normal;
	text-decoration: none;
	background-color: #fff;
	color: #282828;
}
