@charset "UTF-8";

ul.MenuBarVertical
{
    background:#00074d;
	margin:0px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width:180px;
	height:1615px;
	float:left;
	display:inline;
}

ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width:180px;
	border-bottom:1px solid #fff;
}

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

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

ul.MenuBarVertical ul li
{
	width: 180px;
	line-height:30px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
    
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #fff;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	background:#00074d;
	display: block;
	cursor: pointer;	
	color: #fff;
	text-decoration: none;
	text-align:center;
	line-height:30px;
	height:30px;
}

ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #00074d;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #0099CC;
	color: #FFF;
}

/* 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;
}
/* 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: #00074d;
		line-height:25px;
	}
}

li h3{
   color:#fff;
   text-align:center;
   line-height:36px;
}

#ad{
width:160px;
height:600px;
padding:15px 0 15px 10px;
}