/* CSS Menus - Vertical CSS Menu with Popout and Dropdown Menus - 20050131 */

/* Begin CSS Popout Menu */

#menu a, #menu h2
{
	border-bottom:0.1em solid #ff9900;
	width:150px !important;
}

#menu a
{
	color:#000;
	text-decoration:none;
}

#menu a:hover
{
	background:#ff9900;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li ul
{
	border-left:0.1em solid #ff9900;
}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited
{
	background: #FFFFFF;
}

#menu a.x:hover
{
	background:#ff9900;
}

/* Begin Content Area */

/* No differences from primary style */

/* End Content Area */

/* Classes */
.feet
{
	color: #000000;
}

.feet a
{
	color: #0000FF;
}

.feet a:visited
{
	color: #0000FF;
}
