﻿/*
** Silver Pride Software Limited
** (c) 2008 - All rights reserved
**
** http://www.silver-pride.com
*/

.quickmenu 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #404040;
	background-image: url(images/menubg.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 300px;
	left: 15px;
	margin: 0;
	padding: 0;
	top: 10px;
	position: absolute;
}

.quickmenu #menuholder
{
	width: 170px;
	height: 260px;
	overflow: hidden;
	left: 17px;
	position: relative;
	top: 25px;
}


.quickmenu .quickmenupane
{
	width: 170px;
	height: 260px;
	background-color: #404040;
    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
{
    width: 125px;
    color: #fff;
    text-decoration: none;
}


.quickmenu .quickmenuitem .item
{
    width: 140px;
	float: left;
	cursor: pointer;
	padding-left: 5px;
}

.quickmenu .quickmenuitem
{
    font-weight: normal;
    line-height: 20px;
}

.quickmenu .quickmenuitem .item:hover
{
    background-color: #555555;
    text-decoration: none;
}

.quickmenu .quickmenuitem-haschildren
{
	font-weight: bold;
}

.quickmenu .parentLink
{
	font-weight: bold;
    color: #ccc;
    margin-bottom: 7px;
    border-bottom: solid 1px #999;
    background-image: url(images/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(images/quickmenu-next.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
}

.quickmenu .showchild:hover
{
    background-color: #555555;
    text-decoration: none;
}