/* Start of CMSMS style sheet 'Yellow Box Nav' */
#yellowbox1 {
	width: 630px; 
	height: 230px;
}
#yellowbox2 {
	width: 180px; 
	height: 160px;
}
#yellowbox3 {
	width: 150px; 
	height: 80px;
}
#yellowbox4 {
	width: 140px; 
	height: 80px;
}
.yellowbox {
	background-color: #fdedb6;
	position: absolute;
	overflow: hidden;
	border: 1px solid gray;
	display: none;
}
.yellowbox { display: none; }

#menu_vert {
	margin-left: 1px;
	margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
	/* Fix for Opera 8 */ 
	/*	overflow: hidden;  */ 
	background:url(images/decor/menu_btn_bckg.gif) repeat-x;
	width: 747px;
	height:37px;
	margin:0px 20px;
}




.level1, .level1 ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
}
	
.level1 li { 
	margin-left: -1px;
	float: left; 
}

.level1 a { 
	display: block; 
	margin: 0px; 
	text-decoration: none; 
	font-weight: bold;
	height: 17px;
	background: url(images/decor/menu_btn_border_bckg.gif) no-repeat top right;
	color: #8b8263;
}
.level1 ul a { 
	display: block; 
	margin: 0px; 
	text-decoration: none; 
	height:17px;
	background:none;
	font-weight:normal;
}
.level1 li a { 
	text-align: center;
}
.level1 li li a { 
	text-align: left;
}	
.level1 a {
	padding: 10px 10px; 
	color: #8b8263;
}
.level1 ul a {
	padding: 0 10px;
}
.level1 li {
	width:140px;
	margin:0 auto;
}

.level2 {
	background-color: #fdedb6; 
	display: block; 
	width: 210px; 
	float: left;
	margin-top: 20px;
}
.level2 li {
  width: 210px; 
  text-align: left;
}
.level2 li a {
	padding: 0 10px 0 10px;
	color: #8b8263;
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
}

.level3 {
}
.level3 li {
	border: none;
	height: 14px;
	font-size: 12px;
}
.level3 li a {
	color: #333;
	display: block;
	border: none;
	padding-left: 20px;
	margin-top: 0px;
	width: 210px;
	font-size: 11px;
	font-weight: normal;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav ul li.menuactive { 
	background-color: #C7C7C7; 
}




/* Styling the apperance of menu items on hover */

/*just for top level*/
#primary-nav li:hover{
	background: url(images/decor/menu_btn_hover_bckg.gif) no-repeat top center; 
}
#primary-nav li a:hover{
 color: #d47a49;
}

/* Styling the apperance of menu items on hover */

#primary-nav ul li:hover, 
#primary-nav ul li.menuh, 
#primary-nav ul li.menuparenth, 
#primary-nav ul li.menuactiveh { 
	background-color: #fdedb6; 
	background-image:none;
}

#primary-nav ul li a:hover{
 color:#000000;
}


/* IE Hacks */
#primary-nav li li { 
	float: left; 
	clear: both; 
}
#primary-nav li li a { 
	height: 1%; 
}


/* End of 'Yellow Box Nav' */

