/*
Auteur:           	DLA ICT - R.Visser
Auteur website:		http://www.dla.nl
Versie:           	1.0
Datum:            	27-08-2009
Copyright:        	DLA ICT
                    Menu Refuge Records
*/
/* ------------------------------------------------------------------------------------------------*/
/*#MainMenu/Normaal#*/
#PageContainer #Main #Menu {
	float: left;
	width: 176px;
}

#PageContainer #Main #Menu ul {
	width: 160px;
}



#PageContainer #Main #Menu .LeftMenuCMSListMenuUL .LeftMenuCMSListMenuHighlightedLI .LeftMenuCMSListMenuLinkHighlighted
{
    border-width: 3px;
    border-color: #fd8f00;
    width: 160px;
    height: 25px;
    list-style-type: none;
    padding-left: 15px;
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #fd8f00;
    text-decoration: none;
    border-left-style: solid;
    line-height:27px;
}

#PageContainer #Main #Menu .LeftMenuCMSListMenuUL .LeftMenuCMSListMenuLI .LeftMenuCMSListMenuLink
{
    border-width: 3px;
    border-color: #ffffff;
    width: 160px;
    height: 25px;
    list-style-type: none;
    padding-left: 15px;
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: none;
    border-left-style: solid;
    line-height:27px;
}
#PageContainer #Main #Menu .LeftMenuCMSListMenuUL .LeftMenuCMSListMenuLI .LeftMenuCMSListMenuLink:hover
{
    border-width: 3px;
    border-color: #fd8f00;
    width: 160px;
    height: 25px;
    list-style-type: none;
    padding-left: 15px;
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #fd8f00;
    text-decoration: none;
    border-left-style: solid;
    line-height: 27px;
}

