/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding:0;
position: absolute;
left: 0;
top: 0px;
list-style-type: none;
background:#3a211c;
border:1px solid #bebebe;
border-bottom-width: 0px;
visibility: hidden;
z-index: 100;
margin-top:-10px;
*margin-top:0;
}

.ddsubmenustyle li a{
display:block;
width:180px; /*width of menu (not including side paddings)*/
color: #ffffff;
background-color:#3a211c;
text-decoration:none;
padding:5px 5px;
border-bottom:1px solid #bebebe;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display:inline-block;
width:160px; /*width of menu (include side paddings of LI A*/
top:0px;
border:0px solid #000000;

}
.ddsubmenustyle li a:hover{
background-color:#8b3c01;
color:#ffffff;

}
/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border:0px;

}

.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;

}
 
.line_right{
	 background:url(../images/line-menu.jpg) no-repeat 100% 100%;
	 height:41px;
	 padding-top:10px;
	 }
 
 
 