﻿/* css elements for the side navigation */

#topNavigation .dynamicMenu
{
	background: #00bdff;
	color: white;
}

#topNavigation .dynamicMenuItem 
{
    background: #00bdff;
    height:25px;
    padding:0 10px;
}

#topNavigation .dynamicHoverItem
{
	background: #00abff;
	color: white;
}

#topNavigation .dynamicSelectedItem
{
     background: #00abff;
}

