/* NAVIGATION STYLES */

/* Primary Navigation - button/li styles*/

#nav-primary ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	height:19px;
	overflow:none;
}

#nav-primary ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin-right: 2px;
	height:19px;
}

#nav-primary ul li a {
	padding: 3 0 4 0;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 12px;      
	font-weight: bold;
	height:19px;
}

#nav-primary ul li.tab-l a {
	background: url('/other_files/cdn/tab-l.gif') no-repeat;
}

#nav-primary ul li.tab-l a:hover {
	background: url('/other_files/cdn/tab-l-a.gif') no-repeat;
}

#nav-primary ul li.tab-current-l a {
	color: #333;
	background: url('/other_files/cdn/tab-l-a.gif') no-repeat;
}

#nav-primary ul li.tab-m a {
	background: url('/other_files/cdn/tab-m.gif') no-repeat;
}

#nav-primary ul li.tab-m a:hover {
	background: url('/other_files/cdn/tab-m-a.gif') no-repeat;
}

#nav-primary ul li.tab-current-m a {
	color: #333;
	background: url('/other_files/cdn/tab-m-a.gif') no-repeat;
}

#nav-primary ul li.tab-r a {
	background: url('/other_files/cdn/tab-r.gif') no-repeat;
}

#nav-primary ul li.tab-r a:hover {
	background: url('/other_files/cdn/tab-r-a.gif') no-repeat;
}

#nav-primary ul li a:hover {
	color: #333;
}

#nav-primary ul li#l a	{width: 67px;}
#nav-primary ul li#m a	{width: 77px;}
#nav-primary ul li#r a	{width: 78px;}

#nav-primary li.l-on	{
	background: url('/other_files/cdn/tab-l-a.gif') no-repeat;
	color:#333;
}
#nav-primary li.m-on	{
	background: url('/other_files/cdn/tab-m-a.gif') no-repeat;
	color:#333;
}
#nav-primary li.r-on	{
	background: url('/other_files/cdn/tab-r-a.gif') no-repeat;
	color:#333;
}


/* Javascript menus */

#nav-javascript {
	position:relative;
	width:920px;
	top:-24px;
	text-align:left;
	margin: 0;
	padding: 0;
	overflow:none;
}

div.dropdown {
	position:relative;
	display:none;
	top:0px;
	width:150px;
	background: url('/other_files/cdn/menu_bg.jpg') no-repeat;
	border-top:1px solid #9F9F9F;
	border-left:1px solid #9F9F9F;
	border-right:#525254 1px solid;
	border-bottom:#525254 1px solid;
}

.dropdown ul {
	width:150px;
	border:0px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.dropdown ul li  {
	margin:0px;
	font-weight:bold;
	font-size:11px;
	border-bottom:0px;
}

.dropdown ul li:hover  {

}

.dropdown ul li a  {
	border-top:1px solid #929292; border-left:1px solid #929292;
	border-right:1px solid #69696B; border-bottom:1px solid #69696B;
	display:block;
	color:white;
	line-height:20px;
	width:143px;
	padding-left:5px;
	text-decoration:none;
	margin:0px;
}

.dropdown ul li a:hover  {
 background:silver;
 color:#333;
 text-decoration:none;
}


/* Secondary Navigation */

/* Secondary nav holder */
.nav-secondary-holder {
text-align:left;
width:905px;
}

#nav-secondary h2 {display:none;}

#nav-secondary {
	text-align:left;
	background: url('/other_files/cdn/bar-bg.gif') repeat-x;
	height:24px;
	position:relative; top:0px;
}

#nav-secondary .vyre_portlets_NavigatorPortlet {
	text-align:left;
	padding-top:3px;
}

div.vyre_navigator {
	text-align:left;
}

#nav-secondary .vyre_navigator ul { 
	list-style: none;
	margin: 0px;
	padding: 0px;
} 

#nav-secondary .vyre_navigator ul li { 
	border: 0px solid pink;
	display: inline; 
	padding: 0px;
	margin: 0px;
}

#nav-secondary .vyre_navigator ul li a {
	padding: 0px 7px 0px 7px;
	text-decoration: none;
	text-align: right;
	color: #333;
	font-weight:bold;
        font-size:11px;
}

#nav-secondary .vyre_navigator ul li a:hover { 
	text-decoration: none;
	text-align: right;
	color: #FF6734;
}
#nav-secondary .vyre_navigator ul li.current_page a { 
	text-decoration: none;
	text-align: right;
	color: #FF6734;
}
#nav-secondary .vyre_navigator ul li.current_page_ancestor a { 
	text-decoration: none;
	text-align: right;
	color: #FF6734;
}
#nav-primary .miscLinks a{padding:0; margin:0 4px; font-size:11px; }
