﻿#navigation { width: 240px; height:43px; position: relative;  }
#navigation #categories:hover h3 { background-position: top left; display:block; height:22px; }
#navigation #categories:hover ul { display: block; margin:0px; padding:30px 0px 0px 0px; }
#navigation #categories { position: absolute; }
#navigation #categories h3 { position: absolute; left: -2px; top: 0px; z-index: 1100; width: 162px; height:43px; padding:10px; padding-left: 20px; background-image: url(imgs/cat_bg.jpg); background-repeat: no-repeat; text-indent: -9999px; cursor: pointer; }
#navigation #categories ul { display: none; position: absolute; z-index: 1000; width: 159px; background-color: #f5f6f5; border: 1px solid #a7a7a7; list-style: none; top: 20px; left: -1px; padding: 25px 10px 15px 10px; }
#navigation #categories ul li.more-cats { text-align: left;  font:normal 11px/15px "Verdana"; }
#navigation #categories ul li.more-cats a { font:normal 11px/15px "Verdana"; color: #e96764; }
#navigation #categories ul li { padding-left: 10px; padding:6px 10px; font:normal 11px/15px "Verdana"; color: #e96764; }
#navigation #categories ul li a {font:normal 11px/15px "Verdana"; color: #3b3b3a; }
#navigation #categories ul li a:hover { font:normal 11px/15px "Verdana"; color: #e96764; text-decoration: none; }

