		div.yui-b p {
				margin: 0 0 .5em 0;
				color: #999;
		}
		div.yui-b p strong {
				font-weight: bold;
				color: #000;
		}
		div.yui-b p em {
				color: #000;
		}            
		h1 {
				font-weight: bold;
				margin: 0 0 1em 0;
				padding: .25em .5em;
				background-color: #ccc;
		}
		#vertmenu {
			position: static;
		}
		div#vertmenu.yuimenu {
			width: 140px;
			margin: 0 5px 0 5px;
		}
		#vertmenu .bd {
			border: none;
		}
		#vertmenu .yuimenuitem, #vertmenu .yuimenuitemlabel {
			color: white;
			background-color: #00477f;
			cursor: pointer;
			height: 1.8em;
		}
		#vertmenu .yuimenuitemlabel {
			padding-top: .2em;
		}
		#vertmenu ul.first-of-type {
			padding: 0;
		}
		#vertmenu .yuimenuitem-selected, #vertmenu .yuimenuitemlabel-selected {
			background-color: white;
			color: #00477f;
		}
		#vertmenu ul ul {
			border: 1px solid white;
		}

		/*
			For IE 6: trigger "haslayout" for the anchor elements in the root Menu by 
			setting the "zoom" property to 1.  This ensures that the selected state of 
			MenuItems doesn't get dropped when the user mouses off of the text node of 
			the anchor element that represents a MenuItem's text label.
		*/

		#vertmenu .yuimenuitemlabel {
			_zoom: 1;
		}

		#vertmenu .yuimenu .yuimenuitemlabel {
			_zoom: normal;
		}

	.yui-skin-sam #vertmenu .clearance, .yui-skin-sam #vertmenu .clearance a
	{
		background: #de1212;
		color: #fff;
		font-weight: bold;
	}

