/*
	This file contains the styles used for the accordian menu down
	the lefthand side of the page.
*/
.menuheader
{
	background				: url( "../images/template/menu item gradient - no arrow.png" ) top left repeat-x;
	color					: white;
	cursor					: pointer;
	font-size				: 100%;
	font-weight				: bold;
	padding-left			: 6px;
	padding-top				: 6px;
	padding-bottom			: 6px;
	padding-right			: 0px;
	text-align				: left; 
	width					: 160px!important;
}

.expandable
{
	background				: url( "../images/template/menu item gradient.png" ) top left repeat-x;
}

.categoryitems
{
	text-align				: left;
	line-height				: 150%;
	padding					: 0;
}

.menu_link_main
{
	color					: white;
	cursor					: pointer;
	font-size				: 80%;
	text-decoration			: none;
}

.menu_link_main:hover
{
	color					: yellow;
	cursor					: pointer;
	text-decoration			: none;
}


.menu_link_main:visited
{
	color					: yellow;
	cursor					: pointer;
	text-decoration			: none;
}

A.menu_link_submenu
{
	color					: white;
	cursor					: pointer;
	font-size				: 80%;
	font-weight				: bold;
	text-decoration			: none;
}

A.menu_link_submenu:link
{
	color					: white;
}

A.menu_link_submenu:visited
{
	color					: white;
}

A.menu_link_submenu:hover
{
	color					: yellow;
	cursor					: pointer;
	font-weight				: bold;
	text-decoration			: none;
}


DIV.menu_link_submenu
{
	border-bottom			: solid #c07070 1px;
	padding-left			: 16px;
	width					: 148px;
}

DIV.menu_link_submenu:hover
{
	background-color		: #f03030;
	cursor					: pointer;
	padding-left			: 16px;
	width					: 148px;
}
