/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_new.css 3286 2006-03-28 01:14:04Z drbyte $
 */

body {
color:#FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
letter-spacing: 0px;
background-color:#000;
margin:0px;

}

html {
	overflow-x: hidden;
} 


:focus
{
  -moz-outline-style: none;
}

/* the following two items are for the damn contact page.. */
#enquiry {
margin: 5px 0px;
width: 100%;
}

#contactname {
margin: 0px 0px 3px 0px;
}

#navSupp {display: none;}

a img {border: none; }

a:link {
color:#FFF;
text-decoration:none;
font-weight:bold;
}

a:visited {
color:#CCCCCC;
text-decoration:none;
font-weight:bold;
}

a:hover {
color:#9A9A9A;
text-decoration:none;
}


/**h1 {
	font-size: 12px;
	color:#FFF;
}**/

h1 {
	font-size: 11px;
	line-height: 1.4em;
	text-align: justify
}
h2 {
	font-size: 11px;
}
h3 {
	font-size: 10px;
}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 10px;
}

.biggerText {
	font-size: 11px;
	line-height: 1.4em;
	text-align: justify
	}
	
.smallerText {
	font-size: 9px;
	line-height: 1.3em;
	text-align: justify
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 9px;
	}
FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}
input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
}
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #333;
	}
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.25em;
	padding: 0.5em;
}

/* //////////////////////////////////////////////////////////////////This is what I added to remove the 'size' next to the size option... would keep it but it won't show the 'style' option and this is an easier way to sort it out... */
.optionName {
	display: none;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	font-size: 0.95em;
	margin: 0.2em 0.5em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	font-size: 0.95em;
	width: 10em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}



P, ADDRESS {
	padding: 0.1em;
}

ADDRESS {
	font-style: normal;
	}
.clearBoth {
	clear: both;
}
HR {
	height: 1px;
	margin: .7em 0em .7em 0em;
	border: none;
	border-bottom: 1px solid #737373;
	}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}
.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}
.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}
.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}
/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	vertical-align: top;
}

/* main content area */
#contentMainWrapper {
margin:0;
}

.itemTitle {
text-align:center;
}
	
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}

#navColumnOneWrapper, #navColumnTwoWrapper,
	padding: 0px 0px;
}

#mainWrapper {
	padding: 0px 0px;
	_margin: -22px 0px 0px 0px;
}

* html #mainWrapper {
   	margin: -22px 0px 0px 0px;
}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #csNotifications, #navEZPagesTOCWrapper {
	margin: 10px 0px;
	width: 46%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/* HEADER */
#navMainWrapper {
height: 0px;
margin: 0px;
background: #000;
}

#navMainWrapper a:link , #navMainWrapper a:visited {
color: #FFF;
}

#navMainWrapper a:hover {
color: #666;
text-decoration:none;
}

#searchContent {
padding: 8px;
}

#headerContent {
background:#000 url('../images/logo.gif') center center no-repeat;
padding: 6px 0px 0px 0px;
height: 100px;
}

#nameWrapper  {
padding:10px 0 10px 30px;
}

#nameWrapper a, #nameWrapper a:visited {
font-size:40px;
text-decoration:none;
color:#fff;
font-weight:normal;
}

#taglineWrapper {
font-size:20px;
padding:10px 0 10px 60px;
margin-top:-30px;
color:#fff;
}

#navEZPagesTop {
font-weight: bold;
text-align:center;
font-size:1.2em;
}

#navEZPagesTop a {
color:#fff;
}

.navMainSearch {
position: relative;
top: 4px;
right: 10px;
}

	
/*navigation*/

.navSplitPagesResult {
	margin: 0.5em;
	font-size: 0.9em;
	}
.navSplitPagesLinks {
	margin: 0.5em;
	font-size: 0.9em;
}
.navNextPrevCounter {
	margin: 0em;
	font-size: 10px;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	font-weight: bold;
	width: 100%;
}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	list-style-type: none;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	white-space: nowrap;
}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.3em;
	color: #CCC;
}

#navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	text-decoration: none;
	padding: 0em 0.3em;
	color: #ccc;
}

#headerWrapper #navMain ul li {
	font-size: 1.0em;
}

#navEZPagesTOCWrapper {
font-weight: bold;
float: right;
height: 1%;
border :1px solid #dfdfdf;
}

#navEZPagesTOC ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
}
#navEZPagesTOC ul li {
	white-space: nowrap;
}
#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription  {
	margin: 0.5em;
}
#navBreadCrumb {
border-bottom:1px solid #900;
padding: 0px 0 5px 0;
margin:3px 6px 12px 6px;
font-size: 10px;
}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	font-size: 9px;
}

#productDescription, .shippingEstimatorWrapper {
	padding: 0.1em;
}

.alert {
	color: #FF0000;
	margin-left: 0.1em;
	font-size: 0.9em;
	}
.advisory {}
.important {
	font-size: 1.1em;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
	
 #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 6px 0px 12px 0px;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
}

#siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
margin-bottom:10px;
}

/*Shopping Cart Display*/
#cartAdd {
text-align: left;
/*margin: 1em 0 1em 0;*/
background-color:#000;
/*border:1px solid #dfdfdf;
padding: 5px;
float:left;
clear: right;*/
}

/*Shopping Cart Display
#cartAdd {
text-align: center;
margin: 1em 0 1em 0;
background-color:#000;
padding: 1em;
float:left;
clear:right;
}*/

.cartTableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.cartTableHeading, #cartSubTotal {
	height: 2.2em;
 }

#cartSubTotal {
	border-top: 1px solid #900;
	background-color: #333;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

/* .cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px;
	}
*/

#cartImage {
	margin: 12px;
} 

#cartProdTitle {
position: relative;
top: 14px;
left: 6px;
}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: center;
	padding-right: 0.2em;
	}
	
.cartQuantityUpdate {
	width: 110px;
	}

.cartQuantity {
	width: 44px;
	vertical-align: center;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #FFF;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 2em;
	position: relative;
	left: 42px;
	top: -20px;
	line-height:14px;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
}
.categoryIcon {}
#cartImage {
	margin: 6px 6px 6px 0px;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
}

.centerBoxContents {
  padding: 0 5px 5px 5px;
	
}

/* BOXES */
	
#navColumnOne, #navColumnTwo {
background-color:#000000;
padding: 0px 12px;

}	

.centerColumn {
padding: 0 6px;
}
	
h2.centerBoxHeading, .productListing-rowheading, TR.tableHeading {
  background:transparent url('../images/centerTitleBgrnd.gif') left top repeat-x;
  font-weight:bold;
  height: 20px;
  font-size:10px;
  margin:0;
  padding: 10px 0px 0px 0px;
  color:#FFF;
}

h2.centerBoxHeading {
 padding-left:10px;
 display:none;

}

.productListing-rowheading, TR.tableHeading {
  height:30px;
}

TH, #listcell0-0, #listcell0-1, #listcell0-2 {
  padding-left: 5px;
  padding-top: 5px;
}

.centerBoxWrapper, .tabTable {
padding: 0px;
height: 1%; /*do not remove- IEhack*/
margin-bottom: 1em;
line-height:1.4;
background:#000000;
}
		
.sideBoxContent {
padding:10px;
margin-bottom:12px;
background:transparent url('../images/sideboxBgrnd.gif') center top no-repeat;
line-height:1.4;
border-bottom: 1px solid #737373;
}

h3.rightBoxHeading, h3.leftBoxHeading  {
background: transparent url('../images/sideboxTitle.gif') center top repeat-y;
text-align:center;
margin:0;
letter-spacing: 0.2px;
height: 18px;
padding: 10px 0px 0px 0px;
}

h3 label {
letter-spacing: 0.2px;
font-size:1.0em;
line-height:1.4;
}

h3.rightBoxHeading, h3.rightBoxHeading a, h3.leftBoxHeading, h3.leftBoxHeading a  {
color:#FFF;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	text-decoration: none;
} 


/* PRODUCT LISTING */

.productListing-rowheading a {
color:#fff;
}

.productListing-data{
padding:8px;
}

.productListing-even td{
/*border-top: 1px solid #900;
border-bottom: 1px solid #900;*/
background-color:#000000;
}

.productListing-odd td{
background-color:#000000;
}

.productListing-even2 td{
background-color:#000000;
border-bottom: 1px solid #737373;
}
.productListing-odd2 td{
background-color:#000000;
border-bottom: 1px solid #737373;
}

.productListing-even3 td{
height: 95px;
}

.productListing-odd3 td{
height: 95px;
}

/* PRODUCT INFO */
#productDetailsList, #productDetailsList li {
list-style-type:none;
margin-left:0;
padding-left:0;
font-size: 10px;
}

/* FOOTER */

#authorLink {
text-align:center;
font-size:.9em;
}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navNextPrevWrapperTop, #navNextPrevWrapperBottom, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
text-align: center;
}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#nameWrapper a,
#nameWrapper a:visited {
display:none;
}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background:transparent url('../images/bannerTitle.gif') center top no-repeat;
	height: 6px;
	padding: 0px;
}

#bannerbox2Heading {
	background:transparent url('../images/bannerTitle.gif') center top no-repeat;
	height: 6px;
	padding: 0px;
}

#bannerbox3Heading {
	background:transparent url('../images/bannerTitle.gif') center top no-repeat;
	height: 6px;
	padding: 0px;
}

#bannerbox4Heading {
	background:transparent url('../images/bannerTitle.gif') center top no-repeat;
	height: 6px;
	padding: 0px;
}

#blanksideboxHeading {
	background:transparent url('../images/bannerTitle.gif') center top no-repeat;
	height: 6px;
	padding: 0px;
}

#blanksidebox2Heading {
	background:transparent url('../images/bannerTitle.gif') center top no-repeat;
	height: 6px;
	padding: 0px;
}

#blanksidebox3Heading {
	background:transparent url('../images/bannerTitle.gif') center top no-repeat;
	height: 6px;
	padding: 0px;
}

#bannerbox5Heading {
	background:transparent url('../images/bannerTitle.gif') center top no-repeat;
	height: 6px;
	padding: 0px;
}

#bannerboxContent {
  background:transparent url('../images/bannerBgrnd.gif') center top no-repeat;
  margin: 0px 0px 12px 0px;
  padding: 4px 0px 4px 0px;
  text-align: center;
}

#bannerbox2Content {
  background:transparent url('../images/bannerBgrnd.gif') center top no-repeat;
  margin: 0px 0px 12px 0px;
  padding: 4px 0px 4px 0px;
  text-align: center;
}

#bannerbox3Content {
  background:transparent url('../images/bannerBgrnd.gif') center top no-repeat;
  margin: 0px 0px 12px 0px;
  padding: 4px 0px 4px 0px;
  text-align: center;
}

#bannerbox4Content {
  background:transparent url('../images/bannerBgrnd.gif') center top no-repeat;
  margin: 0px 0px 12px 0px;
  padding: 4px 0px 4px 0px;
  text-align: center;
}

#bannerbox5Content {
  background:transparent url('../images/bannerBgrnd.gif') center top no-repeat;
  margin: 0px 0px 12px 0px;
  padding: 4px 0px 4px 0px;
  text-align: center;
}

/*#bannerbox2Content {
  margin: 0px 0px 12px 0px;
  padding: 6px 0px 5px 0px;
  text-align: center;
}

#bannerbox3Content {
  margin: 0px 0px 12px 0px;
  padding: 6px 0px 5px 0px;
  text-align: center;
}

#bannerbox4Content {
  margin: 0px 0px 12px 0px;
  padding: 6px 0px 5px 0px;
  text-align: center;
}

#bannerbox5Content {
  margin: 0px 0px 12px 0px;
  padding: 6px 0px 5px 0px;
  text-align: center;
}*/

#upProductsHeading {
	text-align: left;
	}
#upDateHeading {
	text-align: right;
	}
/*misc*/
.back {
    float: left;
}

.profLt {
    float: left;
	margin: 0px 12px 12px 0px;
	border-width: 2px;
	border-color: #333;
	border-style: solid;
}

.profRt {
    float: right;
	margin: 12px 0px 12px 12px;
	border-width: 2px;
	border-color: #333;
	border-style: solid;
}

.profRt2 {
    float: right;
	margin: 0px 0px 12px 12px;
	border-width: 2px;
	border-color: #333;
	border-style: solid;
}




.forward {
	float: right;
}

.bold {
	font-weight: bold;
	}

.rowOdd {
	padding: 5px;
	background-color: #333;
	}

.rowEven {
	padding: 5px;
	background-color: #000;
	}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}


#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
	background-color: #000;
}

#indexCategoriesHeading {
	display: none;
}

#categoryIcon {
	display: none;
}

#cartDefaultHeading {
	display: none;
}

.categoryImg {
	display: none;
}

#potmImage {
	border: 0;
}
	
.potmCopy {
	padding: 4px 10px 10px 10px;
	background:#900;
	width: 399px;
	font-size: 10px;
	line-height: 1.2em;
	text-align: justify;
}
	
.potmTitle	{
	padding: 8px 8px 0px 8px;	
	background:#900;
	width: 403px;
	font-size: 11px;
	line-height: 1.2em;
	text-align: center;
}
	
.potm {
	background:#333 url('../images/potm.gif') repeat;
	padding: 12px;
}

.attention {
	width: 415px;
	font-size: 9px;
	line-height: 1.3em;
	text-align: justify
	}
}

#attribsOptionsText {
	display: none;
}

.attribsRadioButton {
position: relative;
top: -2px;
}

#attrib-1 {
position: relative;
	left: 0px;
}

#attrib-2 {
position: relative;
	left: 0px;
}

#submit1 {
	display: none;
}

#submit2 {
	display: none;
}

.productsLeft { 
padding: 8px 0px 0px 8px;
}

.productsRight { 
padding: 8px 8px 0px 8px;
}

.loginInputLabel {
}

.attribsSelect {
	display: none;
}

#comments {
	display: none;
}

#redText {
	color:#F00;
	text-decoration:none;
	font-weight:bold;
}

#googleadsenseHeading {
	background:transparent url('../images/googleBgrnd.gif') center top no-repeat;
	height: 6px;
	padding: 0px;
}

.googleAd {
margin: 8px 0px;
}

#godaddyplusContent
{
	padding: 16px 0px 8px 0px;
}

.imgLink {
	font-size: 10px;
}

/*#whatsnewHeading  {
background: transparent url('../images/newProducts.gif') center top repeat-y;
text-align:center;
margin:0;
letter-spacing: 0.2px;
height: 18px;
padding: 10px 0px 0px 0px;
}*/

.centeredNavigation {
	text-align:right;
  padding: 5px 6px 5px 6px;
  position:relative;
  top:78px;
  _top:100px;
  z-index: 500;
  color:#FFF;
}

.centeredNavigation a{
  color:#FFF;
}

/* HERE IS THE CSS FOR THE NEW JAVASCRIPT DROP MENU */
#buttons {
	position:absolute; 
	width:651px;
	_width:751px;
	top: 105px;
    left: 50%;	
	margin:0px; 
    margin-left: -325px;
	z-index:80;
}

.dropdown1 {float:left; padding-right:0px}
.dropdown1 dt {width:61px; height:35px; border:0px; padding:0px; font-weight:bold; cursor:pointer}
.dropdown1 a, .dropdown a:active, .dropdown a:visited {display:block; padding:0px; width:61px; outline: none;}

.dropdown2 {float:left;}
.dropdown2 a, .dropdown a:active, .dropdown a:visited {outline: none;}
	
.dropdown3 {float:left; padding-right:0px}
.dropdown3 dt {width:76px; height:35px; border:0px; padding:0px; font-weight:bold; cursor:pointer}
.dropdown3 a, .dropdown a:active, .dropdown a:visited {display:block; padding:0px; width:76px; outline: none;}

.dropdown4 {float:left; padding-right:0px}
.dropdown4 dt {width:88px; height:35px; border:0px; padding:0px; font-weight:bold; cursor:pointer}
.dropdown4 a, .dropdown a:active, .dropdown a:visited {display:block; padding:0px; width:88px; outline: none;}

.dropdown5 {float:left; padding-right:0px}
.dropdown5 dt {width:81px; height:35px; border:0px; padding:0px; font-weight:bold; cursor:pointer}
.dropdown5 a, .dropdown a:active, .dropdown a:visited {display:block; padding:0px; width:81px; outline: none;}

.dropdown6 {float:left; padding-right:0px}
.dropdown6 dt {width:70px; height:35px; border:0px; padding:0px; font-weight:bold; cursor:pointer}
.dropdown6 a, .dropdown a:active, .dropdown a:visited {display:block; padding:0px; width:70x; outline: none;}

.dropdown7 {float:left; padding-right:0px}
.dropdown7 dt {width:76px; height:35px; border:0px; padding:0px; font-weight:bold; cursor:pointer}
.dropdown7 a, .dropdown a:active, .dropdown a:visited {display:block; padding:0px; width:76px; outline: none;}

.dropdown8 {float:left; padding-right:0px}
.dropdown8 dt {width:83px; height:35px; border:0px; padding:0px; font-weight:bold; cursor:pointer}
.dropdown8 a, .dropdown a:active, .dropdown a:visited {display:block; padding:0px; width:83px; outline: none;}

.spacer {float:left;}


/*///////////////////////////////////////////////*/

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #7B7B7B;
border-top: none;
border-bottom: none;
font: normal 11px Verdana;
line-height: 24px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #7B7B7B;
width: 200px; /* default width for menu */
border-bottom: 1px solid #7B7B7B;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000;
padding: 0px 0px 2px 0px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#000;
outline:none;
background: #7B7B7B;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #333;
color: #FFF;
}

div#preload { display: none; }
