
.mtDropdownMenu {LEFT: -1000px; OVERFLOW: hidden; POSITION: absolute; TOP: -1000px}

.mtDropdownMenu .content {POSITION: absolute;}

.mtDropdownMenu .items {  COLOR: #ffffff; BACKGROUND: #d71a21; BORDER-RIGHT: #556699 1px solid; BORDER-TOP: #91060a 1px solid; Z-INDEX: 2; LEFT: 0px; BORDER-LEFT: #e91e24 1px solid; BORDER-BOTTOM: #e91e24 1px solid; POSITION: relative; TOP: 0px;  FILTER: alpha(opacity=90); LEFT: 0px; POSITION: absolute; TOP: 0px; moz-opacity: .90 }

.mtDropdownMenu .items td{COLOR: #ffffff;}

.top .items {BORDER-TOP: medium none;   }

.mtDropdownMenu .item {	BORDER-RIGHT: medium none; BORDER-TOP: medium none; FONT-SIZE: 11px; BORDER-LEFT: medium none; CURSOR: hand; COLOR: #ffffff; BORDER-BOTTOM: medium none; FONT-FAMILY: Arial,Arial, Helvetica, sans-serif; TEXT-DECORATION: none}

.mtDropdownMenu .background {Z-INDEX: 1; FILTER: alpha(opacity=50); LEFT: 0px; POSITION: absolute; TOP: 0px; moz-opacity: .50}

.mtDropdownMenu .shadowRight {	Z-INDEX: 3; FILTER: alpha(opacity=0); WIDTH: 0px; POSITION: absolute; TOP: 0px; moz-opacity: 0}

.mtDropdownMenu .shadowBottom {	Z-INDEX: 1; FILTER: alpha(opacity=0); LEFT: 0px; POSITION: absolute; HEIGHT: 0px; moz-opacity: .0}

.mtDropdownMenu .hover {BACKGROUND: #a90708; CURSOR: pointer; COLOR: #ffffff}

.mtDropdownMenu .item IMG {	MARGIN-LEFT: 5px;}


/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 10px Arial;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #f1f1f1;
border: 1px solid #cccccc;
border-bottom-width: 0;
visibility: hidden;
z-index: 100; line-height:15px; 
}

.ddsubmenustyle li a{
display: block;
width: 90px; height:15px; /*width of menu (not including side paddings)*/
color: #666666;
background-color: #f1f1f1;
text-decoration: none;
padding: 4px 5px;
line-height:15px; font-size:11px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px;/*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #e9e9e9;
color: #d81921; line-height:15x; 
}



/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;

left: 100px;
border:0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;

width: 0;
height: 0;
display: block;
}
