﻿/*
** Silver Pride Software Limited
** (c) 2008 - All rights reserved
**
** http://www.silver-pride.com
*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.logo
{
	position: absolute;
	top: 20px;
	right: 20px;	
}

.logo img
{ 
    border: none; 
}


.quickmenu 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	background-image: url(images/quicklinks.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border: solid 5px #000;
	width:220px;
    height: 413px;
	margin: 0;
	padding: 0;
	z-index: 100;
}

.quickmenu #menuholder
{
	width: 220px;
	height: 395px;
	overflow: hidden;
}


.quickmenu .quickmenupane
{
	width: 220px;
	height: 395px;
	background-color: #333333;
    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: 200px;
    color: #fff;
    text-decoration: none;
}


.quickmenu .quickmenuitem .item
{
    width: 190px;
	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;
}

