﻿/* ######### Matt Black Strip Main Menu Bar CSS TOP BAR ######### */
.timkenNavBar{
float:right;
width:685px;
font-size:1.2em;
font-weight:bold;
position:relative;
bottom:23px;
}
.timkenNavBar ul{
margin: 0;
padding: 0;
overflow: hidden;
}
.timkenNavBar li{
display: inline;
margin-left:0px !important;
}
.timkenNavBar li a{
float: left;
display: block;
text-decoration: none;
margin: 2px 1px 0px 1px;
padding: 7px 0px; /*padding inside each tab*/
color: #000;
}

.timkenNavBar .products A{
	width:200px;
	padding-top:14px;
}
.timkenNavBar .solutions A{
	width:115px;
	padding-top:14px;
}
.timkenNavBar .tools A{
	width:157px;
	padding-top:14px;
}
.timkenNavBar .purchase A{
	width:115px;
	padding-top:14px;
}
.timkenNavBar .investors A{
	width:80px;
	padding-top:14px;
}


/* styles for mouseover*/
.timkenNavBar li a:hover{
color:#fff !important;
background-image:url('/Style%20Library/Images/navArrow.gif');
background-repeat:no-repeat;
background-position:center top;
}

.timkenNavBar .products a:hover{
background-position: 75px -1px;
}

.timkenNavBar .solutions a:hover{
background-position: 30px -1px;
}

.timkenNavBar .tools a:hover{
background-position: 47px -1px;
}

.timkenNavBar .purchase a:hover{
background-position: 25px -1px;
}

.timkenNavBar .investors a:hover{
background-position: 25px -1px;
}

.timkenNavBar li a:visited{
color:#000 !important;
}
.timkenNavBar li a:visited:hover{
color:#fff !important;
}

/*styles for mouseover while selected */
.timkenNavBar a.selected{
color:#fff !important;
background-image:url('/Style%20Library/Images/navArrow.gif');
background-repeat:no-repeat;
background-position:center top;
}

.timkenNavBar .products a.selected{
color:#fff !important;
background-position: 75px -1px;
}

.timkenNavBar .solutions a.selected{
color:#fff !important;
background-position: 30px -1px;
}

.timkenNavBar .tools a.selected{
color:#fff !important;
background-position: 47px -1px;
}

.timkenNavBar .purchase a.selected{
color:#fff !important;
background-position: 25px -1px;
}

.timkenNavBar .investors a.selected{
color:#fff !important;
background-position: 25px -1px;
}
/*end styles for mouseover*/

/*Start Styles for Auto Selection of menu depending on url(uses ID instead of CLASS like above)*/
.timkenNavBar .highlight{
color:#fff !important;
background-image:url('/Style%20Library/Images/navArrow.gif');
background-repeat:no-repeat;
background-position:center top;
}


.timkenNavBar .products .highlight{
color:#fff !important;
background-position: 75px -1px;
}

.timkenNavBar .solutions .highlight{
color:#fff !important;
background-position: 30px -1px;
}

.timkenNavBar .tools .highlight{
color:#fff !important;
background-position: 47px -1px;
}

.timkenNavBar .purchase .highlight{
color:#fff !important;
background-position: 25px -1px;
}

.timkenNavBar .investors .highlight{
color:#fff !important;
background-position: 25px -1px;
}
/*end styles for mouseover*/



.timkenNavBar:after{
    clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

.timkenNavBar a {      
	border:none;     
	outline:none; 
} 

