@charset "utf-8";
/* CSS Document */
/* Header Category Buttons */
#headercategories {
	display:block;
	position:relative;
	padding:0 10px;
	text-align:center;
	margin:0;
}
#headercategories ul {
	margin:0;
	padding:0;
	list-style-type:none;
	background:transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
}
#headercategories li a {
	display:block;
	float:left;
	white-space:nowrap;
	margin:0;
	padding:2px 11px;
	background:transparent url(../img/catmenu_arrow.gif) no-repeat 4px center;
	white-space:nowrap !important;
}
#headercategories li a:hover {
	background:transparent url(../img/catmenu_arrow_hower.gif) no-repeat 4px center;
	color:#000;
}
#headercategories .tempfix {
	margin:0 0 0 13px;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro-flyout-list.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* FlYOUT MENU */
#flyList {
	height:490px;
	position:relative;
	
}
#menu {
	padding:0;
	margin:0;
	list-style:none;
	width:187px;
	height:500px;
}
#menu li.level1-li {
	float:left;
	height:25px;
	width:188px;
	border-bottom:1px solid #e7d7c0;
	border-top:1px solid #e7d7c0;
}
#menu li.level1-li:hover {
	border-bottom:1px solid #666;
	border-top:1px solid #666;
}
#menu li.level1-li a.level1-a {
	display:block;
	height:25px;
	line-height:25px;
	padding-left:10px;
	text-decoration:none;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
}
#menu li.sub a.level1-a {
	background:transparent url(../img/menu_arrow.gif) no-repeat 175px center;
}
#menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:relative;
	left:0;
	top:0;
}
#menu div.listHolder {
	position:relative;
	left:-9999px;
	border:1px solid #666;
	border-width:1px 1px 1px 0;
	background:#fff url(../img/flylist_bg.gif) repeat-x scroll 0 bottom;
	filter: alpha(opacity=99);
	opacity:1;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	z-index:200;
	
}
#menu div.col1 {
	width:150px;
}
#menu div.col2 {
	width:300px;
}
#menu div.col3 {
	width:520px;
	z-index:100;
	
}
#menu div.listCol {
	min-height:250px;
	width:160px;
	float:left;
	padding:10px;
	font-size:11px;
	
}
/*FLYOUT IMAGES */

#menu div.listColImg {
	width:150px;
	float:left;
	padding:10px;
	background:url(../img/vert_shaded1.png) no-repeat left top;
}

#menu div.listColImg a {
	width:150px;
	float:left;
	}

#menu div.listColImg h5 a { 
	padding:0;
	margin:0;
	font-size:11px;
	line-height:20px;
	background: transparent url(../img/dottedline.gif) repeat-x left bottom;
	text-align:center;
}
#menu div.listColImg h5 a:hover {
	padding:0; 
	color:#ff9900;
	margin:0;
	font-size:11px;
	line-height:20px;
}

/*End of FLYOUT IMAGES */
#menu div.listCol ul {
	padding:0;
	margin:0;
	list-style:none;
}
#menu div.listCol ul li {
	line-height:16px;
}
#menu div.listCol ul li a {
    display:block;
	text-decoration:none;
	color:#069;
	padding-left:15px;
	background: url(../img/dot1.gif) no-repeat 5px 6px;
}
#menu div.listCol h5  { 
	padding:0;
	margin:0 0 5px 0;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#menu div.listCol h5 a {display:block;background: transparent url(../img/dottedline.gif) repeat-x left bottom;}
#menu div.listCol h5 a:hover {color:#ff9900;text-decoration:none;}
#menu div.listHolder div.bottomLine {clear:both;}
#menu div.listHolder div.bottomLine p {
	padding:0 20px;
	margin:0;
	line-height:20px;
	background:#dcdcdc url(../img/dot1.gif) no-repeat 7px 7px;
	border-top: solid 1px #999;
	color:#333;
	font-size:11px;
}
#menu div.listHolder div.bottomLine p a {
	color: #069;
}
#menu li a:hover {
	background-color:#fff;
	color:#000;
	filter: alpha(opacity=99);
	opacity:1;
}
#menu li.level1-li:hover > a {
	background:#fff;
	color:#000;
	filter: alpha(opacity=99);
	opacity:1;
}
#menu li.sub a:hover {
	border-right:0;
	
}
#menu li.sub:hover > a {
	border-right:0;
	
}
#menu :hover div.listHolder {
	left:185px;
	top:-26px;
}
#menu div.listCol ul li a:hover {
	color:#069;
	text-decoration:underline;
}
#menu div.listHolder div.bottomLine p a:hover {
	color:#069;
	text-decoration: underline;
	background:transparent;
	
}

