﻿/*
** Silver Pride Software Limited
** (c) 2008 - All rights reserved
**
** http://www.silver-pride.com
*/

.quickmenu 
{ 
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: bottom;
    height: 413px;
	margin: 20px 10px;
	padding: 0;
	z-index: 100;
}

.quickmenu #menuholder
{
	height: 395px;
	overflow: hidden;
}


.quickmenu .quickmenupane
{
	width: 247px;
	height: 395px;
	background-color: #dcd7bd;
    padding: 0;
    margin: 0;
    position: absolute;
    margin-top: 0px;
	overflow: hidden;
}

.quickmenu .quickmenupane li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.quickmenu .quickmenupane li a
{
    color: #000;
    text-decoration: none;
}


.quickmenu .quickmenuitem .item
{
    width: 217px;
	float: left;
	cursor: pointer;
	padding-left: 5px;
	margin-bottom:8px;
}

.quickmenu .quickmenuitem
{
    font-weight: normal;
    line-height: 16px;
}

.quickmenu .quickmenuitem .item:hover
{
    background-color: #687665;
	color: #FFF;
    text-decoration: none;
}

.quickmenu .quickmenuitem .item:hover .local-navigation-jca-number
{
    background-color: #687665;
	color: #FFF;
    text-decoration: none;
}


.quickmenu .quickmenuitem-haschildren
{
	/*font-weight: bold;*/
}

.quickmenu .parentLink
{
	font-size:1.5em;
    color: #333;
    margin-bottom: 7px;
    /*border-bottom: solid 1px #999;*/
    background-image: url(quickmenu-up.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 20px;
    line-height: 20px;
    cursor: pointer;
}

.quickmenu .showchild
{
	width: 20px;
	height: auto;
    background-image: url(quickmenu-next.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
}

.quickmenu .showchild:hover
{
    background-color: #dcd7bd;
    text-decoration: none;
}


