body
{
	 background-color: #F0F0F0;
	 font-family: Verdana;
	 font-size:11pt;
}

.menu
{
	width:100%;
}

.toolbar
{
	font-size: 11px;
    color:Black;
    padding: 1px;
    background: White;
    font-weight:bold;
}

.toolbarHover
{
	font-size: 11px;
    color:#007EBE;
    padding: 1px;
    background: White;
    font-weight:bold;
}


.toolbarDropdown
{
	font-size: 9px;
    color:White;
    padding: 3px;
    background: Black;
    font-weight:bold;
    width:150px;
}

.toolbarDropdownHover
{
	font-size: 9px;
    color:Black;
    padding: 3px;
    background:Gray;
    font-weight:bold;
    width:150px;
}

.sidemenuitem
{
	color:White;
	font-size:8pt;
	font-weight: bold;
	font-family:Myriad Roman, Verdana;
	text-decoration:none;
	margin: 16px 0;
	clear: both;
}

.sidemenuitem:hover
{
	color:#007EBE;
	
	text-decoration:none;
}


