/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle{
font: normal 10px Verdana;
display:inline-block;
width: 170px;
margin: 0px 0 0 0;
padding:0px;
position: absolute;
left: 0px;
top: 0px;
list-style-type: none;
background:#FFFF00;
border: 1px solid #c5c5c5;
border-bottom-width:0px;
visibility: hidden;
z-index: 100;
}



.ddsubmenustyle ul{ 
font: normal 10px Verdana;
display:inline-block;
width: 170px;
margin: -1px 0 0 0;
padding:0px;
position: absolute;
left: 0px;
top: 0px;
list-style-type: none;
background: white;
border: 1px solid #c5c5c5;
border-bottom-width:0px;
visibility: hidden;
z-index: 100;
}


.ddsubmenustyle li a{
display: inline-block;
width: 170px; /*width of menu (not including side paddings)*/
color: black;
background-color: #FFFFFF;
text-decoration: none;
margin:0px;
padding: 4px 5px 5px 5px;
border-bottom-width: 0px;
border-bottom: 1px solid #c5c5c5;
border-left:0 none;
border-right:0 none;
}

.ddsubmenustyle li a.ledtv{
display: inline-block;
width: 170px; /*width of menu (not including side paddings)*/
color: white;
background-color:#999;
text-decoration: none;
margin:0px;
padding: 4px 5px 5px 5px;
border-bottom-width: 0px;
border-bottom: 1px solid #c5c5c5;
border-left:0 none;
border-right:0 none;
clear:both;
}

.ddsubmenustyle li a.3DTV{
display: inline-block;
width: 170px; /*width of menu (not including side paddings)*/
color: white;
background-color:#000000;
text-decoration: none;
margin:0px;
padding: 4px 5px 5px 5px;
border-bottom-width: 0px;
border-bottom: 1px solid #c5c5c5;
border-left:0 none;
border-right:0 none;
clear:both;
}

.ddsubmenustyle li a.powertv{
display: inline-block;
width: 170px; /*width of menu (not including side paddings)*/
color: black;
background-color:#FFF;
text-decoration: none;
margin:0px;
padding: 4px 5px 5px 5px;
border-bottom-width: 0px;
border-bottom: 1px solid #c5c5c5;
border-left:0 none;
border-right:0 none;
clear:both;
}

.ddsubmenustyle li a.lcd{
display: inline-block;
width: 170px; /*width of menu (not including side paddings)*/
color: black;
background-color: #dcefe4;
text-decoration: none;
margin:0px;
padding: 4px 5px 5px 5px;
border-bottom-width: 0px;
border-bottom: 1px solid #c5c5c5;
border-left:0 none;
border-right:0 none;
clear:both;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
border-bottom-width:0px;
padding:0px;
margin:0px;
width: 170px; /*width of menu (include side paddings of LI A*/
}

* html .ddsubmenustyle .nn li{ /*IE6 CSS hack*/
display: inline-block;
border-bottom-width:0px;
padding:0px;
margin:0px;
width: 170px; /*width of menu (include side paddings of LI A*/
background-color: #999;
}


.ddsubmenustyle li a:hover{
background-color: #e0e0e0;
color: #004B3A;
}

.ddsubmenustyle li a.ledtv:hover{
background-color: #484848;
color: white;
clear:both;
}

.ddsubmenustyle li a.3DTV:hover{
background-color: #000000;
color: #cccccc;
clear:both;
}

.ddsubmenustyle li a.powertv:hover{
background-color: #000;
color: white;
clear:both;
}


.ddsubmenustyle li a.powertvc{
background-color: e51b24;
color: white;
clear:both;
}

.ddsubmenustyle li a.powertvc:hover{
background-color: #cb010a;
color: white;
clear:both;
}

.ddsubmenustyle li a.powertvs {
background-color: #0d5cab;
color: white;
clear:both;
}

.ddsubmenustyle li a.powertvs:hover{
background-color: #004e9b;
color: white;
clear:both;
}

.ddsubmenustyle li a.powertvb {
background-color: #006c64;
color: white;
clear:both;
}

.ddsubmenustyle li a.powertvb:hover{
background-color: #015a53;
color: white;
clear:both;
}

.ddsubmenustyle li a.hv {
background-color: #f78e1e;
color: white;
clear:both;
}

.ddsubmenustyle li a.hv:hover{
background-color: #ea7901;
color: white;
clear:both;
}


.ddsubmenustyle li a.lcd:hover{
background-color: #b7ddc7;
color: #004B3A;
clear:both;
}

/* ######### 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;
padding-top: 0px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
