@import url(/CommonCSS/generic_top_dark.css);
body { background: #000; color:#fff; }

a { color: #fff; }
a:visited { color:#fff; }

.logo { background: #000 url(header_repeat.png) repeat-x; }

/* background color for search and buttons */ 
.searchWrapper { background:#3f3d31; }

.menu1 ul li { background: url(button_02.png) no-repeat top right; }
.menu1 li a, .menu1 li a:visited { background: url(button_01.png) no-repeat top left; color: #000; }
.menu1 li a:hover { color: #fff; }
.menu1 li.Cart { background: transparent url(cartbutton_01.png) no-repeat top left; }
.menu1 li a.Cart { background: transparent url(cartbutton_02.png) no-repeat top right; }
.menu1 li a.Cart:hover { color: #fff; }
.menu1 ul li.Selected {	background: url(button_on_02.png) no-repeat top right; }
.menu1 li.Selected a { background: url(button_on_01.png) no-repeat top left; color: #fff; }
.menu1 li.Selected a:hover { color: #ccc; }
.menu1 li.Selected a:visited { color: #fff; }
.menu1 li.Selected a.Cart { background: url(cartbutton_on_02.png) no-repeat top right; color:#fff; }
.menu1 li.Selected a.Cart:hover { color: #000; }

/* Background Color for subNav */ 
.subNav { background: #7e7642; }
.subNavWrapper a { color:#fff; }
.subNavWrapper a:visited { color:#fff; }

.pageTitle { background: #fff; color: #000; }



