﻿#quick-launch
{
	margin: 10px 0 20px 0;
	width: 200px;
	float: left;
	border-top: 0;
	color: #333;
    font-size: 92%;   
    padding: 0;    
    
}

#quick-launch h3
{
	margin: 8px 0;
	font: normal 1.15em georgia;
	text-transform: uppercase;
	color: #a84122;
}

#quick-launch ul
{
	margin: 0;
	padding: 0;
}

#quick-launch li
{
    font: normal 1em "Lucida Grande", verdana, sans-serif;
	list-style: none;
	margin: 0;
}

#quick-launch a
{
	text-decoration: none;
	color: #a84122;
}

#main-flow
{
	/*margin-left: 220px;
	padding: 10px 0 0 0;
	color: #333;*/
}

#main-flow div.Messages, #main-flow div.WorkQueue
{	
	margin-bottom: 5px;    
    width:100%;
}
#main-flow .WorkQueue img
{
    padding: 0;
    margin: 0;
    border: 0;
}            
#main-flow h3
{
	margin: 8px 0;
	font: normal 1.15em georgia;
	text-transform: uppercase;
	color: #a84122;
    visibility:hidden;
}

#main-flow p
{
    font: 1em "Lucida Grande", verdana, sans-serif;
	margin: 0;
}

#quick-launch li a
{
    position: relative;
	display: inline-block;
	overflow: hidden;
	color: #03024D; /* font color */
	text-decoration: none;
	padding: 0.25em 0.5em 0.25em 0.5em;
	font-size: 11px; /* font size */
	font-weight: bold;
	vertical-align: bottom;
	-webkit-transition: color 0.5s; /* transition property and duration */
	-moz-transition: color 0.5s;
	transition: color 0.5s;
}

#quick-launch li a:hover 
{	
    background: #0072ce; /* tab background */
    display: inline-block;
    position: relative;
    content: '';	    
	position: static;     
	left: 0;
	top: 110%; /* extra 10% is to account for shadow dimension */
	box-shadow: -2px 2px 10px rgba(255,255,255,.5) inset;
	border-radius: 15px 15px 15px 15px / 12px 12px; /* oval shaped border for top-left and top-right corners */
	-webkit-transition: top 0.5s; /* transition property and duration */
	-moz-transition: top 0.5s;
	transition: top 0.5s; 
    color: #fff;
}

#quick-launch li span{
	
	overflow: hidden;
	margin: 8px;
	text-decoration: none;
	vertical-align: bottom;
	-webkit-transition: color 0.5s; /* transition property and duration */
	-moz-transition: color 0.5s;
	transition: color 0.5s;  
}

#quick-launch div.Case, #quick-launch div.Party
{	
	margin-bottom: 5px;
}
