﻿body
{
    margin:0px;
}

.MenuBack
{
    height:45px;
    background: url(images/GrayBack.jpg) top left repeat-x;
    position:relative;
}

.MainMenu
{
    position:relative;
    top: 6px;
}

.MainMenu td
{
    vertical-align:bottom;
}

.MainMenuItem
{
    background: url(images/wb.jpg) top left repeat;
    margin:0px 2px;
}

.MainMenuItema
{
    background: url(images/wtl.jpg) top left no-repeat;
}

.MainMenuItemb
{
    background: url(images/wtr.jpg) top right no-repeat;
}

.MainMenuItem a
{
    height:20px;
    padding: 5px 10px 0px 10px;
    font-family: trebuchet ms, arial, verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: Gray;
    text-decoration: none;
}

.MainMenuItem.FirstChild
{
}

.MainMenuItem.FirstChild a
{
    width:150px;
    height:20px;
    font-family: Arial;
    font-size: 14px;
}

.MainMenuItem.Selected 
{
    background: url(images/gb.jpg) top left repeat;
}

.MainMenuItem.Selected .MainMenuItema
{
    background: url(images/gt.jpg) top left repeat-x;
}

.MainMenuItem.Selected .MainMenuItemb
{
    background: url(images/gtl.jpg) top left no-repeat;
}

.MainMenuItem.Selected .MainMenuItemc
{
    background: url(images/gtr.jpg) top right no-repeat;
}

.MainMenuItem.Selected a
{
    color:White;
}

.SecondMenu
{
	background: url(images/Strip-Middle.png) top left repeat-x;
    width:100%;
}

.SecondMenua
{
    background: url(images/Strip-Left.png) top left no-repeat;
    height: 27px;
    width: 8px;
}

.SecondMenub
{
    background: url(images/Strip-Right.png) top right no-repeat;
    height: 27px;
    width: 8px;
}

.SecondMenuItem
{
    background: url(images/sgdiv.jpg) top right no-repeat;
}

.SecondMenuItem a
{
	padding: 7px 10px 7px 10px;
	font-family: trebuchet ms, arial, verdana, sans-serif;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}.

.SecondMenuItem.LastChild
{
    background-image:none;
}

.SecondMenuSubMenu
{
	background: url(images/grb.jpg);
}

.SecondMenuSubMenuItem
{
}

.SecondMenuSubMenuItem a
{
    padding: 2px 30px 8px 10px;
    color:White;
    text-decoration:none;
    font-family: trebuchet ms, arial, verdana, sans-serif;
    font-size: 11px;
    background: url(images/grdiv.jpg) bottom left repeat-x;
}

.SecondMenuSubMenuItem.LastChild a
{
    background:none;
}

.SecondMenuSubMenuItem a:hover
{
    color: #A2C340;
}

.SubMenuParent.active .SecondMenuItem a
{
    color: #A2C340;
}

.SubMenuParent.active .SecondMenuItem
{
    background: url(images/grb.jpg) top left repeat;
}

.SubMenuParent.active .SecondMenuItema
{
    background: url(images/grt.jpg) top left repeat-x;
}

.SubMenuParent.active .SecondMenuItemb
{
    background: url(images/grl.jpg) top left no-repeat;
}

.SubMenuParent.active .SecondMenuItemc
{
    background: url(images/grr.jpg) top right no-repeat;
}

/*--- Special html menus ---*/
.EmailSubMenu
{
	padding: 5px 10px 0px 5px;
	cursor: default;
	font-family: trebuchet ms, arial, verdana, sans-serif;
}

.EmailSubMenu a
{
    text-decoration:none;
}

.EmailSubMenu td
{
}

.SSMO {vertical-align:top;}
.SSMS
{
    width:15px;
}

.SSMI
{
    white-space:nowrap;
    vertical-align:bottom;
}

.SSMI:hover
{
    background-color: #727272;
    cursor:pointer;
}

.SSMHead
{
    color: #A2C340;
    font-size: 14px;
    font-weight: bold;
    white-space:nowrap;
    vertical-align:bottom;
}

.SSMH2
{
    padding-left:4px;
    color:White;
    font-size:11px;
    font-weight: bold;
    border-top: dotted 1px white;
}

.SSMIBody
{
    padding-left:4px;
    color:White;
    font-size:11px;
    white-space:nowrap;
}

.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}