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

/* Horizontal Navigation */
#navigation {
	font-size:11px;
	padding-top: 0;
	margin-top: 2px;
	width: 375px;
	height: 28px;
}
ul.menu {
	padding: 0;
	margin: 0;
	width: 100%;
}
ul.menu li {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}
ul.menu li a {
	padding: 0px;
	margin: 0px;
	color: white;
	width: 92px;
	display: block;
	text-decoration: none;
	text-align: center;
	height:24px;
	line-height:22px;
	border-right:1px solid #ccc;
}
ul.menu li a:hover {
	color:#FF6;
	background-image: url(../images/navigation/rollover.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
/* /Horizontal Navigation */


ul.browsecats {
	float:left;
	width: 225px;
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:11px;
}
ul.browsecats {
	width: 225px;
	height: auto;
	margin:0px;
	padding:0px;
}
ul.browsecats li a {
	padding: 0px 0px 0px 25px;
	margin: 0px;
	width: 225px;
	display: block;
	text-decoration: none;
	text-align: left;
	height:20px;
	line-height:18px;
	background-image:url(/graphics/bullet_orange.gif);
	background-repeat:no-repeat;
	font-weight: normal !important;
}
ul.browsecats li a:hover {
	text-decoration:none;
}
/*Help Page Menu*/

ul.help {
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.help li a {
	padding: 0px;
	margin: 0px;
	width: 100%; /* Change depending on amount of links in navigation */
	display: block;
	text-decoration: none;
	text-align: left;
	height:20px;
	line-height:18px;
	text-indent:25px;
	background-image:url(/graphics/bullet_orange.gif);
	background-repeat:no-repeat;
}
ul.help li a:hover {
	text-decoration:underline;
}
/*Read More Link*/

a.readmore {
	font-size:0.85em;
	float:right;
	display:block;
	text-align:center;
	text-decoration:none;
	width:80px;
	height:22px;
	line-height:22px;
	background-image:url(/graphics/btn_read_more_off.jpg);
	color:#FFF !important;
}
a.readmore:hover {
	background-image:url(/graphics/btn_read_more_on.jpg);
}
/*Footer Links*/

a.footer {
	font-size:11px;
	text-decoration:none;
	color:#FFF;
}
a.footer:hover {
	text-decoration:underline;
}
/* Main Drop Down Menu */

.depth0 {
	background-color: #ffffff;
}
.depth1 {
	background-color: #62B5FF;
	font-weight:bold!important;
}
.depth2 {
	background-color: #ffffff;
}
#textgrey {
	background-image:url(/graphics/bg_search_keywords.gif);
	background-repeat:no-repeat;
	color:#333;
}
#textgrey1 {
	color:#333;
}
.cat_menu_icons {
	width: 120px;
	height: 90px;
	display: block;
	overflow: hidden;
}
