#dnn_dnnMENU_ctldnnMENU table{

  padding-left:10px;

}

.Head   {
    font-family: Arial;
    font-size:  16px;
    font-weight:  bold;
    color: #333333;
}


.SubHead   {
	font-family: Arial, Helvetica;
	font-size:  12px;
	font-weight:  bold;
	color: #336699;
	text-decoration: none;
	font-style: normal;
}


.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #000000 0px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-right: #000000 0px solid;
	height: 21px;
	cursor: pointer; 
	cursor: hand; 
	background-color: Transparent;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #000000; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid; 
	text-align: center; 
	width: 1; 
	height: 21;
}
.MainMenu_SubMenu {
	background-color: #000000; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	border-bottom: #000000 1px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 1px solid;  
	border-right: #000000 0px solid; 
	background-color: #000000; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #DF0000; 
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	
}
.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;
}



.SkinObject {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#FFFFFF;
}


