/* 
================================
Skin styles for DotNetNuke
================================
*/   
.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
	font-family: Verdana;
	font-size: 8pt;
	color: #666666;
}

.MainMenu_MenuIcon {
	background-color: whitesmoke;
	border: 1px solid whitesmoke;
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
	font-family: Verdana;
	font-size: 8pt;
	background-color: whitesmoke;
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}


.SkinObject {
    font-size: 8pt;
    color: #666666;
    font-family: Verdana;
    text-decoration: none;
}

A.SkinObject {
	
}

A.SkinObject:link {
    text-decoration:    none;
    color: #666666;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: #666666;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: #666666;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color: #666666;
    background-color: whitesmoke;
}
