@charset "UTF-8";
/* CSS Document */


.logoMenu a {
	display: block;
	width: 293px;
	list-style-type: none;
	height: 146px;
	float: left;
	margin-left: 296px;
}
.logoMenu a:link, .logoMenu a:visited {
	background-image: url(./images/logo.png);
}
.logoMenu a:hover, .logoMenu a:active {
	background-position: 50% -1px;
}

.headermenuitems {
	height: 105px;
	width: 743px;
	float: left;
	padding-top: 21px;
	text-align: left;
}





.homeMenu a {
	display: block;
	width: 98px;
	list-style-type: none;
	height: 50px;
	float: left;
}
.homeMenu a:link, .homeMenu a:visited {
	background-image: url(./images/nav/home.jpg);
}
.homeMenu a:hover, .homeMenu a:active {
	background-position: 50% -50px;
}

.homeMenuON a {
	display: block;
	width: 110px;
	list-style-type: none;
	height: 44px;
	float: left;
	background-image: url(./images/nav/home.jpg);
	background-position: 50% -88px;
}


.distributionMenu a {
	display: block;
	width: 122px;
	list-style-type: none;
	height: 50px;
	float: left;
}
.distributionMenu a:link, .distributionMenu a:visited {
	background-image: url(./images/nav/distribution.jpg);
}
.distributionMenu a:hover, .distributionMenu a:active {
	background-position: 50% -50px;
}

.distributionMenuON a {
	display: block;
	width: 110px;
	list-style-type: none;
	height: 44px;
	float: left;
	background-image: url(./images/nav/distribution.jpg);
	background-position: 50% -88px;
}


.companyMenu a {
	display: block;
	width: 177px;
	list-style-type: none;
	height: 50px;
	float: left;
}
.companyMenu a:link, .companyMenu a:visited {
	background-image: url(./images/nav/company.jpg);
}
.companyMenu a:hover, .companyMenu a:active {
	background-position: 50% -50px;
}

.companyMenuON a {
	display: block;
	width: 110px;
	list-style-type: none;
	height: 44px;
	float: left;
	background-image: url(./images/nav/company.jpg);
	background-position: 50% -88px;
}


.talkMenu a {
	display: block;
	width: 125px;
	list-style-type: none;
	height: 50px;
	float: left;
}
.talkMenu a:link, .talkMenu a:visited {
	background-image: url(./images/nav/talk.jpg);
}
.talkMenu a:hover, .talkMenu a:active {
	background-position: 50% -50px;
}

.talkMenuON a {
	display: block;
	width: 110px;
	list-style-type: none;
	height: 44px;
	float: left;
	background-image: url(./images/nav/talk.jpg);
	background-position: 50% -88px;
}


.freightMenu a {
	display: block;
	width: 149px;
	list-style-type: none;
	height: 50px;
	float: left;
}
.freightMenu a:link, .freightMenu a:visited {
	background-image: url(./images/nav/freight.jpg);
}
.freightMenu a:hover, .freightMenu a:active {
	background-position: 50% -50px;
}

.freightMenuON a {
	display: block;
	width: 110px;
	list-style-type: none;
	height: 44px;
	float: left;
	background-image: url(./images/nav/freight.jpg);
	background-position: 50% -88px;
}


.servicesMenu a {
	display: block;
	width: 95px;
	list-style-type: none;
	height: 50px;
	float: left;
}
.servicesMenu a:link, .servicesMenu a:visited {
	background-image: url(./images/nav/services.jpg);
}
.servicesMenu a:hover, .servicesMenu a:active {
	background-position: 50% -50px;
}

.servicesMenuON a {
	display: block;
	width: 110px;
	list-style-type: none;
	height: 44px;
	float: left;
	background-image: url(./images/nav/services.jpg);
	background-position: 50% -88px;
}

.marketingMenu a {
	display: block;
	width: 109px;
	list-style-type: none;
	height: 50px;
	float: left;
}
.marketingMenu a:link, .marketingMenu a:visited {
	background-image: url(./images/nav/marketing.jpg);
}
.marketingMenu a:hover, .marketingMenu a:active {
	background-position: 50% -50px;
}

.marketingMenuON a {
	display: block;
	width: 110px;
	list-style-type: none;
	height: 44px;
	float: left;
	background-image: url(./images/nav/marketing.jpg);
	background-position: 50% -88px;
}

.brandsMenu a {
	display: block;
	width: 85px;
	list-style-type: none;
	height: 50px;
	float: left;
}
.brandsMenu a:link, .brandsMenu a:visited {
	background-image: url(./images/nav/brands.jpg);
}
.brandsMenu a:hover, .brandsMenu a:active {
	background-position: 50% -50px;
}

.brandsMenuON a {
	display: block;
	width: 110px;
	list-style-type: none;
	height: 44px;
	float: left;
	background-image: url(./images/nav/brands.jpg);
	background-position: 50% -88px;
}


/* submenu
--------------------------------------------------------------------------------------------------*/

	ul.subnav{
	margin:-2px 0 0 0;
	padding:0;
	width:960px;
	height:auto;
	float:left;
}

	ul.subnav li {
	list-style:none;
	float:left;
	display:inline;
	clear:right;
	height:54px;
	}

	ul.subnav li a {
	height:35px;
	text-align: center;
	text-decoration: none;
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 15px;
	float: left;
	padding-right: 25px;
	padding-left: 10px;
	background-image: url(images/menuarrow.jpg);
	font-family: "Century Gothic";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	}



	ul.subnav li a:link, ul.subnav li a:visited {
	display:block;
	}

	ul.subnav li a:hover {
	color: #CCCCCC;
	}
	
	ul.subnav li.last a {
	text-decoration:none;
	background-image: none;
	padding-right: 0px;
	}



.rightsubnav a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: block;
	float: left;
	height: 25px;
	width: 175px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 7px;
}

.rightsubnav a:hover {
	background-color: #FFFFFF;	
}

.menu {
	height:50px;
	width:960px;
	float:left;
	margin:0;
	padding:0;
	
	float: left;
	text-align: center;
}
/*=====================================*/
#topMenuCont{
	width:960px;
	height:50px;
	float:left;
	clear:both;
}
#topMenuCont ul{
	width:960px;
	height:50px;
	float:left;
	padding:0;
	margin:0 0 0 0;
}
#topMenuCont ul li{
	list-style:none;
	float:left;
	display:inline;
	height:50px;
	background:url(images/menuarrow.jpg) top right no-repeat;
	font-family: "Century Gothic";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
#topMenuCont ul li a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	height:25px;
	padding:15px 25px 0 10px;
	float:left
}
#topMenuCont ul li a:hover{
	color:#CCCCCC;
}
