@charset "utf-8";
/* CSS Document */

#swapmenu { width: 245px; float: right; }
#swapmenu ul { width: 245px; list-style: none; }
#swapmenu ul ul { margin: 0; padding: 0px; list-style: none;  }
#swapmenu li { margin: 0px; padding: 0px; list-style-type: none; line-height: 35px; background-color: #edecec; }
#swapmenu li ul li { border-bottom: none; }
#swapmenu a { display: block; width: 245px; height: 13px; padding: 11px 14px 11px 27px; cursor: pointer; text-decoration: none; font: bold 12px "Trade Gothic", Arial, Helvetica, sans-serif;}

/* all top level menus when closed */
#swapmenu .closed a {
	background-repeat: no-repeat;
	background-position: 1px 50%;
	color: #8c8e91;
	text-decoration: none;
}
#swapmenu .closed a { color: #8c8e91; }
#swapmenu .closed a:hover { color: #fff; background-color: #8c8e91}
#swapmenu .closed ul { display:none; }

/* top level open */
#swapmenu .open a{ color: #8c8e91; }
#swapmenu .open a:hover{ color: #fff; background-color: #8c8e91}

/* second level open */
#swapmenu .open ul a {
	color: #8c8e91; 
	background-color: #fbf8f5 !important;
	border-bottom: 1px solid #edecec; 
	padding: 10px 8px 10px 27px !important;
	font: bold 12px "Trade Gothic", Arial, Helvetica, sans-serif;
}

#swapmenu .open ul a:hover { color: #fff !important; background-color: #8c8e91 !important; }
#swapmenu .open ul { display:block; }

/* the page you are on */
#swapmenu .current a {
color: #fff !important; 
    background: url(../../images/bg-sidebarnav-hover.jpg) repeat-y left top;  
}
#swapmenu .current a:hover {
color: #fff; 
    background: url(../../images/bg-sidebarnav-hover.jpg) repeat-y left top;   
}
