/*DROP DOWN MENUS*/	

.dropdown {
font:11px/12px Verdana;
z-index: 100;
top:32px;
padding:0px;
/* Set opacity of dropdowns */
filter:alpha(opacity=91);
}

.dropdown a{
display: block;
padding: 3px 10px 3px 15px;
text-decoration: none;
color: #FFFFFF;
border:1px solid #F9F5E2;
border-width:0px 1px;
}
.dropdown a:link {
color: #FFFFFF;
}

.dropdown a:active {
color: #FFFFFF;
}

.dropdown a:visited {
color: #FFFFFF;
}

.dropdown a:hover{ /*hover background color*/
color: #FFFFFF;
background:url(../../images/dropdownNav/redArrow.gif) no-repeat 2px #A09D92; 
}		


/* styles for adjustable container table */
 
.dropdownTopLeft { /*this styles the top left <td> of the menau box */
background:url(../../images/dropdownNav/dropdown_topLeft.gif) no-repeat;
height:16px;
width:3px;	 
}

.dropdownTopLeft img{
height:16px;
width:3px;	 
}



.dropdownTop { /*this styles the top <td> of the menau box */
background:url(../../images/dropdownNav/dropdown_top.gif) repeat-x;
height:16px;
width:100%; 
}


.dropdownTopRight {	/*this styles the top right <td> of the menau box */
background:url(../../images/dropdownNav/dropdown_topRight.gif) no-repeat;	 
height:16px;
width:3px;
}	

.dropdownTopRight img{	 
height:16px;
width:3px;
}


.dropdownBottomLeft {	 /*this styles the bottom left <td> of the menau box */
background:url(../../images/dropdownNav/dropdown_bottomLeft.gif) no-repeat;
height:3px;
width:3px;	 
}

.dropdownBottomLeft img{
height:3px;
width:3px;	 
}



.dropdownBottom {/*this styles the bottom <td> of the menau box */
background:url(../../images/dropdownNav/dropdown_bottom.gif) repeat-x;
height:8px;
width:100%; 
}


.dropdownBottomRight {/*this styles the bottom right <td> of the menau box */
background:url(../../images/dropdownNav/dropdown_bottomRight.gif) no-repeat;	 
height:3px;
width:3px;
}	

.dropdownBottomRight img{	 
height:3px;
width:3px;
}


/*these styles set the background behind the buttons*/

.dropBack1 {
background-color:#AEACA2;
}	

.dropBack2 {
background-color:#AEACA2;
}


