/*****************************************************
Modify this stylesheet to change the colours and appearance
*****************************************************/

/***************** Menu Control Styles ********************************/

.MainMenu .Topmenu .Footer,
.MainMenu .Topmenu .csSideControl_Title,
.MainMenu .Topmenu .csSideControl,
.MainMenu .Topmenu .csSideControl_Body
{
    display:none;
}

/********** Selected item ******************/

.MenuItemLinkBox_Selected
{
    margin-top:5px;
}

.MainMenu .Topmenu .itemLabel_Selected
{
    color:#002C3D;
	text-decoration : none;
    font-weight:bold;
	font-size:14px;
	margin-left:10px;
	margin-right:10px;
	text-transform:uppercase;
}

.MainMenu .Topmenu .centerMenuItem_Selected
{
    height: 28px;
    display:inline;
    float:left;
    background: url('../images/CenterSelMenuItemBkg.gif') repeat-x;
}

.MainMenu .Topmenu .rightMenuItem_Selected
{
    height: 28px;
    width:5px;
    overflow:hidden;
    display:inline;
    float:left;
    background: url('../images/RightSelMenuItemBkg.gif');
}


.MainMenu .Topmenu .leftMenuItem_Selected
{
    height: 28px;
    width:5px;
    overflow:hidden;
    display:inline;
    float:left;
    background: url('../images/LeftSelMenuItemBkg.gif');
}

/*********** Normal Item ************************/

.MenuItemLinkBox
{
    margin-top:5px;
}

.MainMenu .Topmenu .itemIcon
{
}

.MainMenu .Topmenu .rightMenuItem,
.MainMenu .Topmenu .leftMenuItem
{
    height: 28px;
    width:5px;
    overflow:hidden;
    display:inline;
    float:left;
}

.MainMenu .Topmenu .leftMenuItem
{
    background: url('../images/LeftMenuItemBkg.gif');
}

.MainMenu .Topmenu .rightMenuItem
{
    background: url('../images/RightMenuItemBkg.gif');
}

.MainMenu .Topmenu .centerMenuItem
{
    height: 28px;
    overflow:hidden;
    display:inline;
    float:left;
    background: url('../images/CenterMenuItemBkg.gif') repeat-x;
}

.MainMenu .Topmenu .itemLabel
{
    color:#FFFFFF;
	font-size:14px;
    font-weight:bold;
	text-decoration : none;
	text-transform:uppercase;
	margin-top:5px;
}

.MainMenu .Topmenu .itemLabel:hover
{
   color:#374967;
}

.MainMenu .Topmenu .itemsSeparator
{
    color:#FFFFFF;
    font-weight:bold;
}

.MainMenu .Topmenu .itemsSeparator .itemsSeparatorBullet
{
    background:#FFFFFF;
    width: 1px; 
    height: 9px; 
    overflow: hidden;
	margin-top:3px;
}