﻿#sidebar
{
    float: left;
    margin: 10px 5px 10px 25px;
	width: 240px;
}

.sidebarTop
{
	background-image: url("../images/sidebarTop.png");
	height: 7px;
	width: 240px;
}

.sidebarBottom
{
	background-image: url("../images/sidebarBottom.png");
	height: 10px;
	width: 240px;
}

#menu
{
    background-color: #CCCCCC;
    margin-top: 10px;    
}

#menu div.item
{
	background-repeat: no-repeat;
	background-image: url("../images/menuItemBackground.png");
	margin: 5px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
	height: 25px;
	font-family: Cambria, Times New Roman;
	font-size: 12.5pt;
	line-height: 18pt;
}

#sidebar div#employees
{
    background-color: #FFFFFF;
}

#sidebar div#employees img
{
    width: 50px;
    height: 50px;
    margin: 0px;
    padding: 10px 5px 10px 5px;
}
