@charset "UTF-8";
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	list-style-type: none;
	font-size: 11px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding: 0px;
	outline-color: #FFF;
	outline-style: none;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 1px none #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	background-color: #FFF;
	width: 120px;
	position: relative;
	right: 0px;
	outline-color: #FFF;
	outline-style: none;
	height: 65px;
	bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	letter-spacing: normal;
	vertical-align: baseline;
	word-spacing: normal;
	text-align: right;
	margin-top: 165px;
	margin-bottom: 0px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100px;
	padding-right: 10px;
	background-image: url(projects/navi_background.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100px center;
	outline-color: #FFF;
	outline-style: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color: #000;
	background-image: url(../layout/images/navi_background.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	background-position: 102px center;
	outline-color: #FFF;
	outline-style: none;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
}

