@charset "UTF-8";
/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.selectserviceframe ul.MenuBarVertical {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 206px;
	float:left;
	padding-top:0px;
	padding-bottom:5px;
	padding-left:0px;
	margin-top:30px;
}

.selectserviceframe ul.MenuBarActive {
	z-index: 1000;
}

.selectserviceframe ul.MenuBarVertical li {
	display:block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width:206px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0c9b6;
}

.selectserviceframe ul.MenuBarVertical ul
{
	margin: -1px 0 0 100%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 160px;
	left: -1000em;
	top: 0;
}

.selectserviceframe ul.MenuBarVertical ul.MenuBarSubmenuVisible {
	left: 0;
}

.selectserviceframe ul.MenuBarVertical ul li {
	display:block;
	width:160px;
}

.selectserviceframe ul.MenuBarVertical {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d0c9b6;
	border-right-color: #d0c9b6;
	border-bottom-color: #d0c9b6;
	border-left-color: #d0c9b6;
}

.selectserviceframe ul.MenuBarVertical ul {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d0c9b6;
	border-right-color: #d0c9b6;
	border-bottom-color: #d0c9b6;
	border-left-color: #d0c9b6;
}

.selectserviceframe ul.MenuBarVertical a {
	display: block;
	cursor: pointer;
	background-color: #ffefd4;
	padding-left:10px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:4px;
	color: #333;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	font-family: calibri, verdana, arial;
	font-size: 13px;
	font-weight: bold;
}

.selectserviceframe ul.MenuBarVertical a:hover, .selectserviceframe ul.MenuBarVertical a:focus {
	background-color: #2b5786;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}

.selectserviceframe ul.MenuBarVertical a.MenuBarItemHover, .selectserviceframe ul.MenuBarVertical a.MenuBarItemSubmenuHover, .selectserviceframe ul.MenuBarVertical a.MenuBarSubmenuVisible {
	background-color: #2b5786;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}

.selectserviceframe ul.MenuBarVertical a.MenuBarItemSubmenu {
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.selectserviceframe ul.MenuBarVertical a.MenuBarItemSubmenuHover {
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
.selectserviceframe ul.MenuBarVertical iframe {
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	.selectserviceframe ul.MenuBarVertical li.MenuBarItemIE {
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

