/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/
/* Scrollbalken erzeugen, um Hüpfen der Seite zu vermeiden */
html {height: 100%; margin-bottom: 1px; }

h1 {font-family:'Times New Roman'; /*color: #5E5E5E;*/ color: #000000; font-size: 1.5em; display: inline;} /* Schriftgröße */
h2 {font-size: 1.0em; display: inline;} /* Schriftgröße */
h3 {font-family:'Times New Roman'; /*color: #5E5E5E;*/ color: #000000; font-size: 1.5em; display: inline;} /* Schriftgröße */
h4 {font-size: 0.9em; display: inline;} /* Schriftgröße */

/* obere Navigation */
a.sublink { font-weight:bold;}
a.sublink:hover { text-decoration: underline; }


/* Relativer Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none; 
  font-style: italic;
  color: #FF0000; 
  }

a.hotoffer, a.hotoffer:link, a.hotoffer:visited, a.hotoffer:active  {
  position: relative;
  text-decoration: none; 
  font-style: italic;
  color: #953447; 
  }  
  
a.tooltip:hover {
  color: #FF0000; 
  background: transparent;
  }

a.tooltip span {
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover span {
  display: block;
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 250px;
  z-index: 1000;
  color: #000000; 
  border:1px solid #000000; 
  background: #F1F1F1;
  font: 10px Verdana, sans-serif; 
  text-align: left;
  }


.price{
  font: 14px Verdana, sans-serif;
  font-weight: bolder;
  margin-top:1px;
  margin-bottom:1px;
  color: #339900; 
}

.price_klein{
  font: 10px Verdana, sans-serif;
  font-weight: bolder;
  margin-top:1px;
  margin-bottom:1px;
  color: #339900; 
}

.menuelev1{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-bottom: 1px dotted #339900;
	color: #99CC66;
}
.menuelev2{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-bottom: 1px dotted #339900;
	color: #99CC66;
}
.menuelev3{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-bottom: 1px dotted #339900;
	color: #FFFFFF;
}

.cartleft {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.cartright{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: thin;
	color: #000000;
}

.boxText { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.boxTextBG {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	/*background-color: #ffb3b5;*/
	border: 3px double red;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

BODY {
	color: #000000;
	margin: 0px;
	/*background-color: #E7E9EC;*/
	background-color: #FFFFFF;
}

img{
	border:0;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: red;
  text-decoration: underline;
}

FORM {
	display: inline;		   
}

TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

TD.headerNavigation2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight : normal;
	border-top: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

TD.conditions {
  background-color: #FFCCCC;
}

TD.headerBestsellers {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight : normal;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #000000;
}

TD.conditions {
  background-color: #F1F1F1;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
A.specials {
	color: #000000;
}
A.specials:hover {
	color: #FFFFFF;
}
TR.headerError {
  background-color: #312C26;
}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #312C26;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
background: #EDF9ED;
/*border-left: 1px dotted #D9E9D9;*/
/*border-bottom: 1px dotted #D9E9D9;*/
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FFFFFF;
}

.infoBoxNoticeContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.productInfoHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  height:16px;
  color: #000000;
  background-image: url(img/bg_box_heading.jpg);
}

TD.productNewHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  height:16px;
  color: #000000;
  background-image: url(img/bg_box_heading_customer.jpg);
}

TD.productSpecialHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  height:16px;
  color: #000000;
  background-image: url(img/bg_box_heading_special.jpg);
}

TD.infoBoxHeading {
  font-family:'Verdana';
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  display: inline;
}

TD.infoBoxHeading_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  height:10px;
  color: #000000;
  background-image: url(img/bg_box_heading.jpg);
  border-left: 1px solid #66CC33;
  border-right: 1px solid #66CC33;
}
TD.infoBoxHeading_orange {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  height:10px;
  color: #000000;
  background-image: url(img/bg_box_heading_orange.jpg);
  border-left: 1px solid #FF9900;
  border-right: 1px solid #FF9900;
}
TD.infoBoxHeading_grau {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  height:10px;
  color: #000000;
  background-image: url(img/bg_box_heading_grau.jpg);
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}

TD.infoBoxHeading_new {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  height:10px;
  color: #000000;
  background-image: url(img/bg_box_heading_customer.jpg);
  border-left: 1px solid #6699CC;
  border-right: 1px solid #6699CC;
}

TD.moduleHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  height:10px;
  color: #000000;
  background-image: url(img/bg_box_heading_customer.jpg);
}

TD.infoBoxHeading_special {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  height:10px;
  color: #000000;
  background-image: url(img/bg_box_heading_special.jpg);
  border-left: 1px solid #FF0000;
  border-right: 1px solid #FF0000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-top: 1px solid #D9E9D9;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFFFFF;
  border-left: 1px solid #66CC33;
  border-right: 1px solid #66CC33;
  border-bottom: 1px solid #66CC33;
}

TD.infoBox_orange, SPAN.infoBox_orange {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFFFFF;
  border-left: 1px solid #FF9900;
  border-right: 1px solid #FF9900;
  border-bottom: 1px solid #FF9900;
}
TD.infoBox_grau, SPAN.infoBox_grau {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFFFFF;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

TD.infoBox_categories, SPAN.infoBox_categories {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #E1F2CF;*/
  background-image: url(img/bg_categories.jpg);
  /*border: 3px double #666666;*/
}

TD.infoBox_whatsnew, SPAN.infoBox_whatsnew {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFFFFF;
  border-left: 1px solid #6699CC;
  border-right: 1px solid #6699CC;
  border-bottom: 1px solid #6699CC;
}

TD.infoBox_special, SPAN.infoBox_special {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFFFFF;
  border-left: 1px solid #FF0000;
  border-right: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
}

TD.infoBox_customer, SPAN.infoBox_customer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #CBE5FE;
  border-top:  1px dotted #339900;
}

TD.infoBox_admin, SPAN.infoBox_admin {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FDEDED;
  border: 1px dotted red;
}

TD.productBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  height:10px;
  color: #000000;
  background-image: url(img/bg_box_heading.jpg);
}

TD.specialBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  height:10px;
  color: #000000;
  background-image: url(img/bg_box_heading_special.jpg);
}

TD.customerBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  height:10px;
  color: #000000;
  background-image: url(img/bg_box_heading_customer.jpg);
}


TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
	color: #FF0000;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #FF0000;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family:'Times New Roman';
  font-size: 3em;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  background-color: #FFFFFF;
}

TD.main_2, P.main_2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  background-image: url(img/bg_box_heading.jpg);
}

TD.main_navtrail, P.main_navtrail {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #000000;
  background-image: url(img/bg_box_heading_navtrail.jpg);
  border-bottom: 1px solid #666633;
  border-top: 1px solid #666633;
}

A.navtrail { 
  color: #000000;
  line-height: 1.5;
}

A.navtrail:hover {
  color: red;
}

A.navtrail:active {
  color: red;
}

TD.main_infobox, P.main_infobox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  background-color: #D9E9D9;
}

TD.navileft, P.navileft {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  background-color: #FFFFFF;
  padding-right:10px;
  padding-left:10px;
  font-stretch:ultra-expanded;
  border-right: 1px solid #666633;
}

TD.naviright, P.naviright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  background-color: #FFFFFF;
  padding-right:10px;
  padding-left:10px;
  font-stretch:ultra-expanded;
  border-left: 1px solid #666633;
}

TD.maincontent, P.maincontent {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  background-color: #FFFFFF; 
  text-align:justify; 
  /*padding: 5px;*/
  /*border-left: 1px solid #D9E9D9;*/  
}


TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}



.searchinput{
/*background-color:#F1F1F1;*/
background-color:#FFFFFF;
/*border: 1px solid #312C26;*/
border: 1px dashed #339900;
font-size:9px;
padding:2px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  /*color: #f0a480;*/
  color: red;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  /*background: #f1f1f1;*/
  background: #f9f9f9;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  /*font-family: Tahoma, Verdana, Arial, sans-serif;*/
  /*font-size: 12px;*/
  font-weight: bold;
}

.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #FF0000;
  text-decoration: underline;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.yousave {
	font-family: Verdana, Arial, sans-serif;
	color: #339900;
	font-size: 10px;
	font-weight: lighter;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #FFFFFF;
 border: 1px solid;
 border-color: #FFFFFF;

}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #CCFFCC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; 
	background-color: #339900; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #FFFFFF; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #FFFFFF;
	width: 185px;
}

.contentsTopics {
  font-family:'Verdana';
  font-size: 1em;
  font-weight: bold;
  color: #000000;
  display: inline;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}


/* MENÜ
/* style the outer div to give it width */
.menu {
width:80px;
font-size:0.85em;
text-align:left;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{
padding:0;
margin:0;
list-style-type:none;
}

.menu ul ul
{
width:150px;
border: 1px solid #000;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li
{
float:left;
width:80px;
position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited
{
display:block;
font-size: 11px;
text-decoration:none; 
color: #000; 
width:139px; 
height:31px; 
background: transparent; 
padding-left:10px; 
line-height:29px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited
{
width:150px;
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited
{
background:#fff;
}

/* style the second level hover */
.menu ul ul a.drop:hover
{
color:#ff0000;
}

.menu ul ul :hover > a.drop
{
color:#ff0000;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited
{
background: #fff;
}

/* style the third level hover */
.menu ul ul ul a:hover
{
color: #ff0000;
}

. menu ul ul ul :hover > a
{
color: #ff0000;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
visibility:hidden;
position:absolute;
bottom:31px;
left:0; 
width:150px;
}

* html .menu ul ul
{
bottom:30px;
}

/* position the third level flyout menu */
.menu ul ul ul
{
left:-150px; 
bottom:0;
width:150px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left
{
left:-150px;
}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited
{
background:#fff; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}

* html .menu ul ul a
{
font-size: 11px;
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover
{
color:#000;
font-size: 11px;
color:#ff0000;
}

.menu :hover > a, .menu ul ul :hover > a
{
color:#000;
font-size: 11px;
color:#ff0000;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul
{
visibility:visible;
height:auto;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
display:none;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul
{
display:none;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}

/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}
