﻿div.overlay 
{
	height: 100%;
	-moz-opacity: 0.15;
	filter: alpha(opacity=15);
}

div.navigationCategories
{
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	width: 130px;
	overflow: hidden;
	white-space: normal;
}

div.navigationCategories a
{
	color: #FFFFFF;
	text-decoration: none;
}

div.navigationCategories ul
{
	list-style-type: none;
	margin: 6px;
	margin-left: 0px;
	padding: 0;
	background-color: transparent;
}

div.navigationCategories li
{
	/*border-bottom: 1px solid #A3B9C4;*/
	padding-left: 1.2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-right: 0.4em;
}

li.navCategory
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url("/Style Library/images/nav_arrow_right.gif");
	background-position: 0.3em 0.7em;
}

li.navCategorySelected
{
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url("/Style Library/images/nav_arrow_down.gif");
	background-color: transparent;
	background-position: 0.3em 0.8em;
}

li.navSubCategory
{
	background-color: transparent;
	margin-left: 5px;
}

li.navSubCategorySelected
{
	font-weight: bold;
	background-color: transparent;
	margin-left: 5px;
}