/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* Main Menu */

.MainMenu_MenuContainer
{
	border-right: #ff5555 0px solid;
	border-top: #ff5555 0px solid;
	border-left: #ff5555 0px solid;
	border-bottom: #ff5555 0px solid;
	background:url("/viagIntra/Portals/2/Skins/vmi-sac%21skin/bgredtop.gif");
}	<!--//background-color: blue;-->


.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #ff5555 0px solid; 
	border-bottom: #ff5555 1px solid; 
	border-top: #ff5555 1px solid; 
	border-right: #ff5555 0px solid;
}

.MainMenu_MenuIcon
{
	border-top: #ff5555 1px solid;
	border-left: #ff5555 1px solid;
	width: 15px;
	cursor: hand;
	border-bottom: #ff5555 1px solid;
	height: 21px;
	background-color: #ff5555;
	text-align: center;
}

.MainMenu_SubMenu
{
	border-right: #ff5555 0px solid;
	border-top: #ff5555 0px solid;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	border-left: #ff5555 0px solid;
	cursor: hand;
	border-bottom: #ff5555 0px solid;
	background-color: #ff5555;
}

.MainMenu_MenuBreak {
	border-bottom: #ff5555 1px solid; 
	border-left: #ff5555 0px solid; 
	border-top: #ff5555 1px solid;  
	border-right: #ff5555 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #ff5555 1px solid; 
	border-bottom: #ff5555 1px solid; 
	border-top: #ff5555 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

