@charset "utf-8";
/* CSS Document */
/* Container for the Menu */

#p7swapmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:normal;
font-weight: normal;
color:#414466;
text-decoration: none;
padding: 3px 3px 3px 0;
width: auto;
}
/* Turns off Margin, Padding, and Bullets for the Menu List */
#p7swapmenu ul {margin: 0; padding: 0;}
#p7swapmenu li {margin: 0; padding: 0; list-style-type: none;}
/* Rules to copy if you use the WriteStyles Command */
.closed ul{display:none;}
.open ul{display:block;}
/* Link Styles for the Menu */
.closed a, .open a {
background-repeat: no-repeat;
background-position: 0% 50%;
background-color: #DED8BF;
border: 0;
color: #4B351B;
display: block;
font-size: 11px;
line-height: 13px;
font-weight: bold;
padding: 6px 3px 6px 8px;
text-decoration: none;
text-align: left;
height:auto;
}

/* Hover and Active styles for the menu */
.closed a:hover, .open a:hover, .closed a:active, .open a:active {
border: 0;
background-color: #E4DFCB;
color: #4B351B;
text-decoration: none;
}

/* Plus Sign for Trigger Links in Closed State */
.closed a {background-image: url(images/menplus.gif);
text-decoration: none;}

/* Minus Sign for Trigger Links in Open State */
.open a {background-image: url(images/menminus.gif);
text-decoration: none;}

/* Link Styles for the Submenus */
.closed ul a, .open ul a {
background-color: transparent;
background-image: url(images/spacer.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
border: 0;
color:#414466;
font-size: 11px;
line-height: 13px;
font-weight:normal;
padding: 5px 3px 5px 8px;
margin: 0 0 0 12px;
text-decoration: none;
}
.open ul a:hover {
background-color: #E4DFCB;
background-image: url(images/spacer.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
border: 0;
color:#3C2B15;
font-size: 11px;
line-height: 13px;
font-weight:normal;
padding: 5px 3px 5px 8px;
margin: 0 0 0 12px;
text-decoration: none;
}

/* Optional ID to assign the <a> to highlight a "Current Page" link */
#p7current {font-weight: bold;}
