@charset "UTF-8";
/* Menu Cosmetics */
#menucontainer {
	height: 292px;
	width: 176px;
	float: left;
}
.menuitem {
	height: 30px;
	width: 162px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.endmenuitem {
	height: 30px;
	width: 162px;
}
.menutop {
	height: 7px;
	width: 176px;
}
.menubottom {
	height: 7px;
	width: 176px;
	float: left;
}
#menu {
	width: 176px;
	height: 278px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/menucosmetics/background.jpg);
	background-repeat: repeat-y;
}

* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}

#menuv		                                /* position, size, and font of  menu */
	{
	z-index: 10;
	width: 162px;						         /* [1] width of menu item (i.e., box) */
	height: 30px;
	text-align: left;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	}
#menuv a
	{
	width: 100%;
	display:block;			/* adds bottom border */
	height: 30px;
	white-space:nowrap;
	}
#menuv a, #menuv a:visited					/* all menus at rest */
	{
	color: white;
	text-decoration:none;				    /* removes underlines from links */
	background-image: url(../images/menucosmetics/menurollover.jpg);
	background-repeat: repeat-x;
	}
#menuv #currentpage a					/* NEW */
	{
	color: #003366;
	background-image: url(../images/menucosmetics/menurollover.jpg);
	background-repeat: repeat-x;
	background-position: 0px -30px;		
	}										/* END */
#menuv a:hover				             	/* all menus on mouse-over */
	{
	color: #003366;
	background-position: 0px -30px;
	}
#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	}
#menuv ul li
	{
	position:relative;
	}
#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 162px;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}
div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				               	/* keeps the menu parts together */
	padding:0;
	width: 162px;			              		/* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	height: 30px;
	}
div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}
div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}
#includediv {
	height: 100%;
	width: 162px;
	margin-right: auto;
	margin-left: auto;
}
