#navigation {position: relative;}

.basictab ul {
	position: relative; display: block; width: 980px; margin: 0px; font: bold 12px Verdana; list-style-type: none; text-align: left;}

.basictab li {display: inline; float: left; padding: 0px; margin: 0px; height: 45px; position: relative; white-space: nowrap;}

.basictab li a {float: left; display: block; height: 45px; overflow: hidden; position: relative; white-space: nowrap; zoom: 1;}
.basictab li a:hover img {position: relative; top: -45px;}
.basictab li.current img {position: relative; top: -45px;}
.basictab:hover li.current img {position: relative; top: -90px;}
.basictab li.current a:hover img {position: relative; top: -45px;}

.tabcontainer {clear: left; width: 980px; position: absolute; top: 45px; margin-top: -1px;}

.tabcontent ul {
	background: #B587BC; margin-left: 0px; text-align: left; list-style-type: none; font-family: Helvetica, Arial, Sans Serif; display: block; z-index: 100; height: 30px;}
.tabcontent ul.menuRight {text-align: right; padding-right: 25px;}
.tabcontent ul.menuCenter {padding-left: 523px;}

.tabcontent li {display: inline; overflow: visible; background: none;}
.tabcontent li.first {margin: 0px;}
.tabcontent li a {color: #e9dbeb; text-decoration: none; font-size: 11px; height: auto; line-height: 30px;}	
.tabcontent li a:hover {text-decoration: underline; color: white;}
.tabcontent li.selected {color: white; font-size: 11px; font-weight: bold;}
.tabcontent li.selected a {padding-right: 10px; color: white;}
/*
.tabcontent li.selected {background: url('/images/subnav_left.gif') left center no-repeat; overflow: hidden; color: white; font-size: 11px;}
.tabcontent li.selected a {padding-right: 10px; background: url('/images/subnav_right.gif') right center no-repeat; color: white;}
*/
.tabcontent li.selected a:hover {text-decoration: none;}

.tabcontent {display: none;}



