@charset "UTF-8";

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
#leftside {
	float:left;
	padding:0;
	width:200px;
	margin: 0 0 5px 10px;
	text-align: center;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/lefside_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #d3e2f5;
	
}
*html #leftside {
	margin:0 0 0 5px;
}
#leftside ul.avmenu {
	list-style:none;
	padding: 0;
	background-color: #d3e2f5;
	margin:0;
	
}
#leftside ul.avmenu li {
	display:inline;
	padding:0;
	float: left;
	margin:0;
}

#leftside ul.avmenu li a {
	background: url(../images/menubg.gif)  repeat-x ;
	background-color: #d3e2f5;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #ccc;
	border-right:1px solid #d8d8d8;
	border-top:1px solid #d8d8d8;
	color:#505050;
	float:left;
	font-size:1.2em;
	font-weight:700;
	margin: 0 0 5px 20px;
	padding:5px 1px 5px 5px;
	text-decoration:none;
	width:150px;
}

#leftside ul.avmenu li a:hover,#leftside ul.avmenu li a.current {
	border-bottom:1px solid #b0b0b0;
	border-left:4px solid #505050;
	border-right:1px solid #b0b0b0;
	border-top:1px solid #b0b0b0;
	color:#FFF;
	margin:0 0 5px 20px;
	background: url(../images/menubg_hover.gif) repeat;
}
#leftside ul.avmenu li a.current {
	border-bottom:1px solid #b0b0b0;
	border-left:4px solid #505050;
	border-right:1px solid #b0b0b0;
	border-top:1px solid #b0b0b0;
	color:#FFF;
	background: url(../images/menubg_current.gif) repeat-x;
	margint:0 0 0 20px;
}
#leftside h2 {
	font-size:1.5em;
	font-weight:bold;
	color: #FFF;
	padding: 18px 0 25px 0;
	
}
#container #leftside h3 {
	background-image: url(../images/lefside_h3_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	border: 0;
	padding: 15px 0 5px 0;
	color: #FFF;
	font-size: 24px;
}
#leftside .announce {
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #ccc;
	border-right:1px solid #d8d8d8;
	border-top:1px solid #d8d8d8;
	clear:left;
	color:#505050;
	line-height:1.3em;
	margin:10px 0;
	padding:5px 5px 5px 2px;
	width:150px;
	background-color: #d3e2f5;
	margin-left: 20px;
	background-image: url(../images/calendar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#leftside p,.announce p {
	font-size:17px;
	background-color: #d3e2f5;
	font-weight: bold;
	color: #505050;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
*html #leftside ul.avmenu li {
	margin: 0 0 5px 0;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

