/*IMAGE REPLACE CSS*/

.but01 {
	background-image: url(../menu/but01.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 99px;
	background-position: bottom;
	text-indent: -1000em;
}

.but02 {
	background-image: url(../menu/but02.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 100px;
	background-position: bottom;
	text-indent: -1000em;
}

.but03 {
	background-image: url(../menu/but03.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 101px;
	background-position: bottom;
	text-indent: -1000em;
}

.but04 {
	background-image: url(../menu/but04.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 100px;
	background-position: bottom;
	text-indent: -1000em;
}

.but05 {
	background-image: url(../menu/but05.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 101px;
	background-position: bottom;
	text-indent: -1000em;
}

.but06 {
	background-image: url(../menu/but06.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 100px;
	background-position: bottom;
	text-indent: -1000em;
}

.but07 {
	background-image: url(../menu/but07.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 101px;
	background-position: bottom;
	text-indent: -1000em;
}

.but08 {
	background-image: url(../menu/but08.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 99px;
	background-position: bottom;
	text-indent: -1000em;
}
.but09 {
	background-image: url(../menu/but09.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 99px;
	background-position: bottom;
	text-indent: -1000em;
}
.but10 {
	background-image: url(../menu/but10.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 101px;
	background-position: bottom;
	text-indent: -1000em;
}

.brochure {
	background-image: url(../images/brochure.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 164px;
	background-position: top;
	margin-bottom: 5px;
}

.req-brochure {
	background-image: url(../images/req_brochure2.gif);
	background-repeat: no-repeat;
	display: block;
	height: 39px;
	width: 152px;
	background-position: top;
}

.livesupport {
	background-image: url(../images/livesupport.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 164px;
	background-position: top;
}

.livesupport2 {
	background-image: url(../images/live_support2.gif);
	background-repeat: no-repeat;
	display: block;
	height: 39px;
	width: 111px;
	background-position: top;
	float: right;
}

.go_but {
	background-image: url(../images/go_but.gif);
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 43px;
	background-position: top;
	background-color: #FFFFFF;
	border: none;
}
.but01:hover, .but02:hover, .but03:hover, .but04:hover, .but05:hover, .but06:hover, .but07:hover, .but08:hover, .but09:hover, .but10:hover, .brochure:hover, .livesupport:hover, .livesupport2:hover, .go_but:hover, .req-brochure:hover { background-position: top }
/*TABS*/

.news-tab {
	background-image: url(../news/news-tab.gif);
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 72px;
	background-position: bottom;
}

.pressroom-tab {
	background-image: url(../news/pressroom.gif);
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 100px;
	background-position: bottom;
}

.news-tab:hover, .pressroom-tab:hover { background-position: top }

.tabs {
	list-style-type: none;
	text-align: left;
}

.tabs li {
	float: left;
	margin-right: 2px
}

.tabbox {
	background-color: #FFFFFF;
	padding: 10px;
}

.address {
	position: absolute;
	margin-top: 170px;
	width:200px;
	display: none;
}

.menu {
	height: 24px;
	margin-bottom: 12px;
	margin-top: 11px;
	width: 902px;
	margin-left: auto;




	*width:810px;
	margin-right: auto;
	z-index: 100;
}

.menu li { float: left; 
}

/*Multi Link Drop Down Menu*/
/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul { /*topmost and sub ULs, respectively*/
	padding: 5;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 100;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	color: #333333;
	background-color: white;
	background-image: url(../images/sub_menu_bg.gif);
	background-repeat: repeat-x;
	padding:5px;
}

.ddsubmenustyle li a {
	display: block;
	padding:3px;
	width: 130px;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #d3d3d3;
}

* html .ddsubmenustyle li a { /*IE6 CSS hack*/ display: inline-block; }

.ddsubmenustyle li a:hover {
	padding:3px;
	background-color: #636363;
	color: white;
}

.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}
