/* Navigation styles */
a{
	outline:none;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #002BE0;
}

a:hover {
	text-decoration: underline;
}

a.nav:link, a.nav:visited, a.nav:hover, a.nav:active, a.nav_selected:link, a.nav_selected:visited, a.nav_selected:hover, a.nav_selected:active {
	color: #333333;
	display: block;
	width: 100px;
	text-decoration: none;
	text-align: center;
	float: left;
	font-weight: bold;
	padding-top: 11px;
	padding-bottom: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

a.nav:hover{
	background-image:url(../Images/navigation_over_bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

a.nav_selected:link, a.nav_selected:visited, a.nav_selected:hover, a.nav_selected:active {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 8px;
}

a.footer_link:link, a.footer_link:visited, a.footer_link:hover, a.footer_link:active {
	color: #999999;
	text-decoration: none;
}

a.footer_link:hover {
	text-decoration: underline;
}

a.box_nav_item:link, a.box_nav_item:visited, a.box_nav_item:hover, a.box_nav_item:active {
	color: #333333;
	display: block;
	width: 155px;
	text-decoration: none;
	float: left;
	padding-top: 12px;
	padding-bottom: 13px;
	background-image: url(../Images/box_nav_bg.gif);
	background-repeat: no-repeat;
	padding-right: 35px;
	padding-left: 10px;
	font-weight: bold;
	background-color: #E2E2E2;
	background-position: left top;
}

a.box_nav_item:hover{
	background-image: url(../Images/box_nav_selected_bg.gif);
	background-color: #bebebe;
}

a.featured_item_box:link, a.featured_item_box:visited, a.featured_item_box:hover, a.featured_item_box:active {
	background-image: url(../Images/featured_item_bg.gif);
	background-repeat: repeat-x;
	width: 180px;
	background-position: left top;
	display: block;
	padding: 10px;
	min-height: 60px;
	background-color: #e2e2e2;
	text-decoration:none;
	color:#333333;
}

a.featured_item_box:hover{
	background-image: url(../Images/featured_item_selected_bg.gif);
	background-color: #bebebe;
}

/* IE6 fix */
/* *html .featured_item_box {
	height:60px;
} */

a.name_tag:link, a.name_tag:visited, a.name_tag:hover, a.name_tag:active {
	color: #FFFFFF;
	text-align: center;
	background-color: #333333;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	display:block;
	text-decoration:none;
	font-size: 11px;
}

a.right_box_nav_no_item:link, a.right_box_nav_no_item:visited, a.right_box_nav_no_item:hover, a.right_box_nav_no_item:active{
	background-image:url(../Images/right_box_nav_no_bg.gif);
	display: block;
	width: 175px;
	text-decoration: none;
	float: left;
	padding-top: 12px;
	padding-bottom: 13px;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 15px;
	font-weight: bold;
	line-height: normal;
	background-color: #E2E2E2;
	background-position: left top;
	color: #333333;
}

a.right_box_nav_no_item:hover {
	background-image:url(../Images/right_box_nav_no_selected_bg.gif);
	background-color: #bebebe;
}


a.right_box_nav_item:link, a.right_box_nav_item:visited, a.right_box_nav_item:hover, a.right_box_nav_item:active{
	background-image:url(../Images/right_box_nav_bg.gif);
	color: #333333;
	display: block;
	width: 155px;
	text-decoration: none;
	float: left;
	padding-top: 12px;
	padding-bottom: 13px;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 35px;
	font-weight: bold;
}

a.right_box_nav_item:hover {
	background-image:url(../Images/right_box_nav_selected_bg.gif);
}

a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:hover, a.breadcrumb:active {
	font-size:11px;
	color:#FFFFFF;
	text-decoration: none;
}

a.breadcrumb:hover {
	text-decoration: underline;
}

