/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px µ¸¿ò ;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
}

.ddsubmenustyle li a{
/*background: url(/images/totalimg/menu/sub_top.gif) no-repeat;*/
background-color: white;
display: block;
width: 160px;
color: #7F7F7F;
text-decoration: none;
padding: 3px 10px;
border-left: 2px solid #22839f ;
border-right: 2px solid #22839f ;
margin: 0;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
color: #5aa0b1;
background-color: #F5F5F5;
}

.ddsubmenustyle li a:visited, .ddsubmenustyle li a:active{
color: #7F7F7F;
}

/* ######### 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: 3px;
right: 15px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}