.topbarcats {
	border: none;
}

.topbarcats ul li:hover {
	display: block;
	position: relative;
}

.footer {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none;
}

h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #CC3366; font-weight: bold; text-decoration: none;}

A { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; font-weight: normal; text-decoration: none;}
A:hover { color: #333333; text-decoration: underline;}
A:link { color: #333333; text-decoration: none; font-weight: normal;}
A:visited { color: #333333; font-weight: normal;}

A:hover.footer { color: #333333; text-decoration: underline; font-weight: normal;}
A:link.footer { color: #333333; text-decoration: underline; font-weight: normal;}
A:visited.footer { color: #333333; text-decoration: underline; font-weight: normal;}

td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color:#000000; text-decoration: none}

.topbox {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; color:#000066; text-decoration: none}

.topbar {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; color:#990033; text-decoration: none}
A:link.topbar {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; color:#990033; text-decoration: underline}
A:hover.topbar {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; color:#990033; text-decoration: underline}
A:visited.topbar {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; color:#990033; text-decoration: underline}

.topwhite {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal;  font-weight: bold; color:#FFFFFF; text-decoration: none}

.pageTitle {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight:bold; color:#99002d}

.smallText {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal;}
A:link.smallText {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal}
A:hover.smallText {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal}
A:visited.smallText {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal}

.breadcrumbs {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color:#990033; font-weight: normal;}
A:link.breadcrumbs {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color:#990033; text-decoration: underline; font-weight: normal;}
A:hover.breadcrumbs {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color:#990033; text-decoration: underline; font-weight: normal;}
A:visited.breadcrumbs {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color:#990033; text-decoration: underline; font-weight: normal;}

.paging {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color:#000000; font-weight: normal;}
A:link.paging {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color:#666666; text-decoration: underline; font-weight: normal;}
A:hover.paging {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color:#666666; text-decoration: underline; font-weight: normal;}
A:visited.paging {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color:#666666; text-decoration: underline; font-weight: normal;}

.caption { font-size: 13px }
A:link.caption { font-size: 13px }
A:hover.caption { font-size: 13px }
A:visited.caption { font-size: 13px }

.sale{color: #990033; font-weight: bold }
A:link.sale { color: #990033; font-weight: bold  }
A:hover.sale { color: #990033; font-weight: bold  }
A:visited.sale {color: #990033; font-weight: bold }

.pictureBorder {border-color: #959595; border-bottom: 2px solid;} 

.pictureBorder2 {border-color: #CCCCCC; border-bottom: 2px solid; } 

.dropdown {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px }
.buttons {background-color: #FFF0F1; color: #EBF6FF }

li {
font-weight: normal;
margin-bottom: 0px;
}

ul {
margin: 0em 1.5em;
padding: 0;
}
.nav { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #990033; text-decoration: none; display:block; text-transform:lowercase;}
A:link.nav { font-size: 11px; color: #990033; text-decoration: none;}
/*A:hover.nav { font-size: 11px; color: #990033; text-decoration: none; }*/
A:visited.nav { font-size: 11px; color: #990033; text-decoration: none;}


/* CSS Dropdown Navigation */
#nav ul{ /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	display: block;	
}

#nav li { /* all list items */
	margin: 0px;
	list-style: none;
	display: block;	
}

#nav ul li ul li { /* Dropdown list items */
	background: #ffffff;
	text-align: left;
	padding:2px;	
	display: block;	
}

#nav li ul li a{
	text-decoration:none;
	color:#666666;
	display: block;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 9px;
}

#nav li ul { /* second-level lists */
	position: absolute;	
	width: 14em;
	border: 1px solid #BABABA;	
	background-color: #ffffff;
	left: -999em;   /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	position: absolute;
	margin: -1.4em 0 0 10em;  /* False value for IE4-5.x/Win */
	margin: -1.4em 0 0 10em;	 /* Actual value for conformant browsers */
}

#nav li:hover ul ul, #nav li.sfhover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul ul{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul{ /* lists nested under hovered list items */
	left: auto;	
}
#nav li ul li:hover, #nav li ul li a:hover, #nav li ul li a.sfhover {
	color:#333333;
	background:#ffffff;	
	display: block;
}


.sectiontext	{ font-weight: normal; font-family: Verdana, sans-serif; font-size: 11px; color: #000000;	}
	
.sectiontitle	{ font-weight: normal; font-family: Verdana, sans-serif; font-size: 11px; color: #000000;	}
.sectproducttitle	{ font-weight: normal; font-family: Verdana, sans-serif; font-size: 10px; color: #000000;	}
A:link.sectproducttitle { font-size: 10px }
A:hover.sectproducttitle { font-size: 10px }
A:visited.sectproducttitle { font-size: 10px }

.menu {font-family: arial, sans-serif; width:750px; position:relative; margin:0; font-size:11px; margin:2px 0 100px 0; z-index:100;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:104px; height:20px; text-align:center; color:#fff; border:1px solid #fff; background:#710069; line-height:20px; font-size:11px; overflow:hidden;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

.menu ul li:hover a {color:#fff; background:#36f;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.menu ul li:hover ul li a:hover {background:#6fc; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

