﻿
#menuList {
    border-bottom: 1px solid #cccccc;
    margin: 0;
    padding-bottom: 19px;
    padding-left: 4px;
}
#menuList a:link, #menuList a:visited {
    background: lightgrey;
    border: 1px solid #cccccc;
    color: #666666;
    float: left;
    font-size: 11px;
    font-weight: normal;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 13px;
    margin-right: 8px;
    padding: 2px 2px 2px 2px;
    text-decoration: none;
}
#menuList a:link.active, #menuList a:visited.active	{
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #000000;
}
#menuList a:hover {
    color: #ff0000;
}
#menuList li.selected a {
    background: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
    color: #000000 !important;
    font-weight: bold !important;
}
#menuList li.selected ul.submenu {
    display: inline;
    left: 10px;
    position: absolute;
    top: 15px;
}
#menuList li.selected ul.submenu a {
    background: #ffffff;
    border: none;
    border-left: 1px solid #cccccc;
    color: #999999 !important;
    font-size: .98em;
    font-weight: bold;
    line-height: 12px;
    margin-right: 4px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
	font: Verdana;
}
#menuList li.selected ul.submenu a.selected {
    background: transparent;
    color: #000 !important;
}
#menuList ul a:hover, #menuList ul.submenu a:hover {
    color: #ff0000 !important;
}
#menuList ul, #menuList li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menuList ul.submenu {
    display: none;
    width: 90%;
}
#menuList a.selectedTab {
    border-top: 1px solid #cccccc !important;
    color: #000000 !important;
    font-weight: bold !important;
    background: #EEEEEE !important;
	color: #0000ff !important;
}
div.pagedPanel {
	border-width: 0px;
	background: #0FEFE0;
}
div.leftPanel {
	border-width: 3px;
	border-style: inset;
	background: #FFFFFF;
}

