/* ######### 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: 0;
list-style-type: none;
background: #272b2e;
border: none;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;  
text-transform:capitalize; 

}

*html .ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #272b2e;
border: none;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;  
text-transform:capitalize; 

}

*html .ddsubmenustyle {margin-top:-7px;}

.ddsubmenustyle li a{
display: block;
width: 260px; /*width of menu (not including side paddings)*/
color: #fff;
background-color: #272b2e;
text-decoration: none;
padding: 4px 5px 4px 15px;
border-bottom: 1px solid #4e5357; 

}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/

}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 260px; /*width of menu (include side paddings of LI A*/

}

.ddsubmenustyle li a:hover{
background-color: #7d222b;
color: white; font-weight:bold ;
}

/* ######### 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;
 margin-left:-5px;  margin-top:3px;
width:30px; border:none ; 
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block; 
}
*html .space { margin-top:-3px }


.linka a {color:#6D2930; font-size:12px}
.linka a:hover {color:#6D2930; font-size:12px}
