@charset "utf-8";
/* CSS Document */

/* ---Start Top Menu--- */
/* style the outer div to give it width */
.menu {font-size:11px;}

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

/* style the sub-level lists */
.menu ul ul {width:15em; padding-top:3px; padding-left:1px;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:2em;line-height:2em; padding-bottom:7px;z-index:100}

/* style the sub level list items */
.menu ul ul li {display:block;width:12.5em;height:auto; line-height:1em; padding-top: 0px; padding-bottom:0px;}

/* style the links for the top level */
.menu a, .menu a:visited {font-family: Arial, Helvetica, sans-serif; font-size:14px; display:block; float:left; text-decoration:none; color:#FFFFFF; padding:0 1.5em 0 1.5em; margin-right: 0.5em;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {font-family: Arial, Helvetica, sans-serif;font-size: 12px;display:block;background:#e9e9e9;color:#333333;width:12.5em;padding:0.5em 1em;border-top-width: 0px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #283040;border-right-color: #283040;border-bottom-color: #283040;border-left-color: #283040;}
* html .menu ul ul a, * html .menu ul ul a:visited  {width:14em;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:1px; top:0; width:0; height:0; font-size:11px; z-index:1;}

/* style the level hovers */
/* first */
.menu li:hover {position:relative;}
.menu :hover > a {color:#ffffff;}
/* second */
.menu ul ul li:hover {position:relative;}
.menu ul ul :hover > a {background:#ff9900;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:2em;left:-2px;width:14em;}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{visibility:visible; height:auto; padding-bottom:3em; background:transparent url(../imagesv2/trans.gif);}

/* Two Column Settings */
.menu ul dl a, .menu ul dl a:visited {font-family: Arial, Helvetica, sans-serif;font-size: 12px;display:block;background:#e9e9e9;color:#333333;width:12.5em;padding:0.5em 1em;border-top-width: 0px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #283040;border-right-color: #283040;border-bottom-color: #283040;border-left-color: #283040;}
.menu ul dl li {display:block;width:175px;height:auto; line-height:1em; padding-top: 0px; padding-bottom:0px;}
.menu ul dl {visibility:hidden;position:absolute;height:0;top:2em;left:-2px;width:14em;}
.menu ul :hover dl{visibility:visible; margin:3px 0 0 1px;height:auto; width:360px; padding-bottom:3em; background:transparent url(../imagesv2/trans.gif);}
.menu ul dl li:hover {position:relative;}
.menu ul dl :hover > a {background:#ff9900;}
/* ---End Top Menu--- */

/* ---Start Side Category Menu--- */
.layered-nav li {
	list-style-type:none;
	font-weight:normal;
	font-size : 11px;
	color: #000000;
	background-color : #e9e9e9;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	border-bottom: 1px solid #283040;
	display: block;
	margin: 0px;	
	padding: 4px;
}
.layered-nav li a:link {
	text-decoration:none;
}
.layered-nav li a:active {
	text-decoration:none;
}
.layered-nav li a:hover {
	text-decoration:none;
}
.layered-nav li a:visited {
	text-decoration:none;
}
.layered-nav-field {
	font-weight : bold;
	font-size : 11px;
	color: #FFFFFF;
	background-color : #283040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 0px solid #283040;
	display: block;
	margin: 0px;
	text-indent: 0px;
	padding: 4px;
}
.narrow-selections-title {
	font-weight : bold;
	font-size : 11px;
	color: #FFFFFF;
	background-color : #283040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 0px solid #283040;
	display: block;
	margin: 0px;
	text-indent: 0px;
	padding: 4px;
}
.narrow-selections-field {
	font-weight : bold;
	font-size : 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 0px solid #283040;
	display: block;
	margin: 0px;
	text-indent: 0px;
}
.show_more {
	list-style-type:none;
	font-weight:normal;
	font-size : 11px;
	color: #000000;
	background-color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	border-bottom: 1px solid #283040;
	display: block;
	margin: 0px;
	text-indent: 0px;
	padding: 4px;
}

.removelayered-nav a:link {
	list-style-type:none;
	font-weight:normal;
	font-size : 11px;
	color: #000000;
	background-color : #e9e9e9;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	border-bottom: 1px solid #283040;
	display: block;
	margin: 0px;
	text-indent: -9px;
	padding: 4px;
}

ul {list-style-position: inside;padding: 0px;margin:0px;0px;0px;5px;}
/* ---End Side Category Menu--- */

/* ---Start Tab Menu--- */
.shadetabs {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 0px;
	border: 1px solid #778;
	color: #FFFFFF;
	background: #003399 url(../imagesv2/but_nb_fade.gif) top left repeat-x;
}
.shadetabs li a:visited {
	color: #ffffff;
}
.shadetabs li a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	top: 1px;
	color:#000000;
}
.shadetabs li a.selected { /*selected main tab style */
	border-bottom-color: white;
	background-color: #FFFFFF;
	background-image: none;
}
.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}

/* ---End Tab Menu--- */
