﻿/* -- main menu items -- */
.menu_vertical
{	
	position: relative;
	text-align: center;
	z-index: 9999;
	width:960px;
	margin:0pt auto;
	padding:0px;
}
.menu_vertical .menuitem
{
	display:inline;
}
.menu_vertical .seperator 
{
	background: url(../images/menu_seperator.gif) 0 100% no-repeat;
	display:inline;
}
.menu_vertical .menuitem .menuitemtitle
{
	display:inline;
	padding:0px 20px;
}
.menu_vertical .menuitemtitle a
{
	color: #fff;	
	font-size: 12px;
	font-weight: bold;
	font-family:@MS UI Gothic;
	line-height: 14px; /* don't specify a height as well, IE6 freaks out */	
	text-decoration: none;
	line-height:50px;
}

/* -- dropdown/fly out menu -- */
.menu_vertical .childmenu
{
	background-color: #016F4A;
	display: none;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 190px;
	z-index: 5000;
}
.menu_vertical .childmenu ul
{
	list-style: none;
	margin: 0;
	padding: 10px;
	text-align: left;
}
.menu_vertical .childmenu a
{
	color: #fff;
	display: block;
	font-size: 12px;
	height: 1%;
	width: 90%;
}
.menu_vertical .childmenu a:hover
{
	text-decoration: none;
}
.menu_vertical .childmenu a.childselected
{
	text-decoration: underline;
}

