﻿/* -- main menu items -- */
.menu_vertical
{
	float: right;
	position: relative;
	text-align: center;
	z-index: 9999;
}

.menu_vertical .menuitem
{
	float: left;
	height: 32px;
}

.menu_vertical .menuitemtitle a
{
	background: url(../images/menu_off_bg.gif) 0 0 no-repeat #2C5295;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 32px; /* don't specify a height as well, IE6 freaks out */
	padding: 0 32px;
	text-decoration: none;
}

.menu_vertical .menuitemtitle a:hover,
.menu_vertical .menuitemtitle a.menu_vertical_on
{
	background: url(../images/menu_on_bg.gif) 0 0 no-repeat #5194F9;
	text-decoration: none;
}
/* -- dropdown/fly out menu -- */
.menu_vertical .childmenu
{
	background-color: #4D70AD;
	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 ul li
{
	background: url(../images/menu_seperator.gif) 0 100% no-repeat;
	margin-bottom: 5px;
	padding-bottom: 6px;
	width: 100%;
	zoom: 1; /* IE6 has layout fix */
}
.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;
}

