/***************** Menu Control Styles ********************************/
.MainMenu .ContactsBase
{
	width:173px;
    height:355px;
    display:block;
    background: url(../images/ServiceBox5Bkg.jpg);
 }

.MainMenu .ContactsBase .MenuItemsContainer
{
	width:173px;
    height:305px;
    padding-top:5px;
}

.MainMenu .ContactsBase .MenuTitleContainer
{
	width:173px;
    height:50px;
    text-align:center;
    padding-top:7px;
}

.MainMenu .ContactsBase .MenuItemContainer
{
    background: url(../images/ContactsMenuItemBkg.png);
    padding-top:7px;
    padding-bottom:8px;
    width:166px;
}

.MainMenu .ContactsBase .MenuItemContainer_Selected
{
    background: url(../images/ContactsSelectItemBkg.png);
    padding-top:7px;
    padding-bottom:8px;
    width:166px;
}
 
.MainMenu .ContactsBase .MenuTitleContainer .MenuTitle
{
	font-family: Verdana, Tahoma, Arial;
    font-size:22px;
    font-weight:bold;
}


.MainMenu .ContactsBase .itemIcon
{
}

.MainMenu .ContactsBase .itemLabel,
.MainMenu .ContactsBase .itemLabel_Selected
{
    color:#FFFFFF;
	text-decoration : none;
	font-size:16px;
	font-weight:bold;
	margin-left:20px;
}

.MainMenu .ContactsBase .itemLabel:hover
{
   color:#FF9103;
}
.MainMenu .ContactsBase .itemsSeparator
{
    height:1px;
    font-size:1px;
    overflow: hidden;
}
