/* 

sidebar.css

Flyout menus 

*/

#sidebar {
	float:left;
	display:inline;
	width: 150px;
	padding: 0;
	margin:0; 
	text-align:left;
	z-index:10;
	white-space:normal;
}
#sidebuttonContainer {
	padding-bottom:20px;
	margin:0;
}

.sidebuttons {
	width:150px; 
	margin:0; 
	/*font-size:12px;*/
}
/* Removed to fix bug with ie extra pixels on hover on flyout #1
.sidebuttons a:hover {
	background-color:#4d288b;  
	color:#ffffff;
	margin:0;
	padding:0;
	width:150px;
}*/
.sidebuttonLabel {
	padding: 2px 0 2px 8px;
	white-space:normal;
	/*overflow:hidden;*/
	border-bottom:2px solid #000000;
	margin:0;
	
}

/*********************
 Nav bar buttons 
 *********************/
.sidebuttons ul {
	padding:0; 
	margin:0;
	list-style-type: none;
	width:150px;
}
.sidebuttons ul li {
	margin:0; 
	padding:0;
	line-height:20px; 
	position:relative; 
	float:left;
	width:100%;
/*	width:150px;
	border-bottom:2px solid #000000;*/
}

/* nav bar buttons, not hovered */
.sidebuttons ul li a {
	display:block; 
	text-decoration:none; 
	background:#e3daf7; /* light color */
	color:#000000; 
	width:150px; 
	height:100%; 
	clear:left;
	text-align:left; 
	padding:0;
	margin:0;
}
.sidebuttons ul li ul {
	display: none;
	margin-top:-2px;
}
/* nav bar buttons hover (specific to non IE browsers) */
.sidebuttons ul li:hover a {	
	background:#4d288b;  /* Dark color */
	color: #fff;
	text-decoration:none;
	/*font-size:1em;*/
	display:block;					
	text-align:left;
	margin:0;
	padding:0;
}

/****************** 
 Flyout
******************/

.first {
	 border-top:2px solid #000000; /* putting this on all the flyout items fixes the next-one-doesn't show problem. */
	 width:150px;
}	
.sidebuttons ul li:hover ul {
	display:block;
	position:absolute; 
	top:0; 
	left:150px; 
	width:150px;
}

/* main menu hover */
.sidebuttons ul li:hover ul li a.hide {
	background:#4d288b;  /* Dark color */
	color:#fff; 
	width:150px;
}

.sidebuttons ul li ul li a:hover {
	background-color:#4d288b;  
	color:#ffffff;
	margin:0;
	padding:0;
	width:146px;
}
/* Flyout #2 */
/* This is the key part!!!! 
.sidebuttons ul li:hover ul li:hover a.hide {
	width:146px;
}
.sidebuttons ul li:hover ul li ul {
	display: none;
}
*/
/* Flyout #1 normal link */
.sidebuttons ul li:hover ul li a {
	display:block; 
	background:#e3daf7;  /* light color */
	color:#000000; 
	width:146px;
	opacity: .92;
	filter: alpha(opacity=92); 
	border-right:2px solid black;
	border-left:2px solid black;
/*	border-bottom:2px solid black;*/
}

/* Flyout #1 hover*/
.sidebuttons ul li:hover ul li a:hover {
	background:#4d288b; /* Dark color */	
	color:#fff;
}

/* Flyout #2 
.sidebuttons ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:150px; 
	top:0; 
	color:#000;
}
.sidebuttons ul li:hover ul li:hover ul li a {
	display:block; 
	width:200px; 
	background:#e3daf7; 
	color:#000000;
}
.sidebuttons ul li:hover ul li:hover ul li a:hover {
	background-color:#4d288b; 
	color:#ffffff;
}*/

/********************************
Menus when you're on the page
********************************/

#level2 {
	background:#fff;
	color: #000000;
	display:block;
	padding:4px 0 4px 0;
	border-bottom: 2px solid #000000;
	clear:both;
	width:150px;
}
#level2 .title {
	padding: 0;
	margin:0 0 0 8px;
	font-weight:600;
	text-align:left;
	}

#level2 p {
	zoom:1;
	margin-left: 10px;
	padding:3px 0 3px 0;
/*	background-image:url(../NEWimages/bullet2.gif);
	background-repeat: no-repeat;
	background-position:left top;*/
	font-size:12px;
/*	line-height:1em;*/
}

#level2 p a {
	margin-left:15px;
	display:block;
	background:#fff;
	color:#6100C1;
	border:0;
	font-weight:normal;
	line-height:100%;
	width:125px;
	text-decoration:none;
}
#level2 p a:visited {
	color:#A382B0;
}
#level2 p a:hover {
	text-decoration:underline;
}
#level2 .level3 {
    margin-left:10px;
	/*width:138px;*/
}
#level2 .level3 p a {
	width:110px;
}

.anniversary {
	width:131px;
	height:67px; 
	padding-top: 10px; 
	margin:auto;
	/*text-align:center;*/
	clear:both;
}
.anniversary img {
	border:0;
}
