@charset "UTF-8";

a.MenuBarItemSubmenu:link, a.MenuBarItemSubmenu:visited {
	background:#1E2D82 url(../img/page/elements2.jpg);background-position:top;background-repeat:repeat-x;
	display:block;
	color:white;
	text-decoration:none;
	font-size:15px;
	text-align:center;
	
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
}

a.MenuBarItemSubmenu:hover {
	background:#1E2D82 url(../img/page/elements3.jpg);background-position:top;background-repeat:repeat-x;
	color:#FF8000;
	font-weight:bold;	text-align:center;
}


a.MenuBarItemSubmenuactive:link, a.MenuBarItemSubmenuactive:visited {
	background:#1E2D82 url(../img/page/elements3.jpg);background-position:top;background-repeat:repeat-x;
	display:block;
	color:#FF8000;
	text-decoration:none;
	font-size:15px;
		text-align:center;

	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
}


a.sMenuBarItemSubmenu:link, a.sMenuBarItemSubmenu:visited {
	background:#F96B09  url(../img/page/dottor.gif);width:158px;
	display:block;
	color:white;
	text-decoration:none;
	font-size:11px;
	text-align:center;
	border:1px solid #C15004;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
}

a.sMenuBarItemSubmenu:hover {
	background:#1D5CD0 url(../img/page/dottblu.gif);
	color:white;	border:1px solid #033F7A;
	font-weight:bold;	text-align:center;
}
a.sMenuBarItemSubmenu2:link, a.sMenuBarItemSubmenu2:visited {
	background:#FF9428  ;width:158px;
	display:block;
	color:white;
	text-decoration:none;
	font-size:11px;
	text-align:center;
	border:1px solid #C15004;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;

}

a.sMenuBarItemSubmenu2:hover {
	background:#5CA0DE ;
	color:white;	border:1px solid #033F7A;
	font-weight:bold;	text-align:center;
}

a.sMenuBarItemSubmenuactive:link, a.sMenuBarItemSubmenuactive:visited {
	background:#0082C0;
	display:block;
	color:#93D9FF;
	text-decoration:none;
	font-size:11px;
		text-align:center;

	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
}




ul.MenuBarHorizontal
{font-family:Verdana, arial;border:0px;
	font-size:18px;
	background:;
	color:white;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}



/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{background:#0082C0;
	position: absolute;
	z-index: 1010;
}
