﻿/*-----------------------------------------------------------------------------------------------------------------------
|	Menubar Styles																										|
-----------------------------------------------------------------------------------------------------------------------*/
table.MenubarMain {
	float:right; 
	margin-right:10px;
}
table.MenubarMain td.Sponsors {
	text-align:right;
}
table.MenubarMain td.Sponsors img {
	vertical-align:middle;
	margin-bottom:8px;
	margin-left:10px;
}
table.Menubar {
	float:right; 
}
table.Menubar td.MenubarLeft {
	background-image: url('../images/menubar_left.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	width:4px; height:25px;
}
table.Menubar td.MenubarFill {
	background-image: url('../images/menubar_fill.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: transparent;
	height:25px;
}
table.Menubar td.MenubarRight {
	background-image: url('../images/menubar_right.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	width:4px; height:25px;
}
table.Menubar td.MenubarDiv {
	background-image: url('../images/menubar_div.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	width:2px; height:25px;
}

table.Menubar td.MenubarFill a {
	display:block;
	padding:5px 6px;
	font-size:8pt;
	font-weight:bold;
}
table.Menubar td.MenubarFill a:link,
table.Menubar td.MenubarFill a:visited {
	color:#fff;
	text-decoration:none;
}
table.Menubar td.MenubarFill a:hover {
	color:#ffc425;
	text-decoration:none;
}
table.Menubar td.MenubarFill a:active {
	color:#ffe325;
	text-decoration:none;
	position: relative;
	top:1px;
}

div.MenuSubCont {
	display:none;
	position:absolute;
	min-width:180px;
	background-color:transparent;
	z-index:100;
	border: 3px solid #0183bd;
	padding:0;
}
	
table.MenuItemCont {
	margin:0;
	width:195px;
	border-collapse:separate;
}
table.MenuItemCont td {
	padding:0;
}
table.MenuItemCont td:hover {
	padding:0;
}

table.MenuItemCont a:link,
table.MenuItemCont a:active,
table.MenuItemCont a:visited {
	display:block;
	color:#000;
	padding: 2px 8px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	background-color:#eee;
	text-decoration:none;
	position:relative;
	top:0; left:0;
}
table.MenuItemCont a:hover {
	color:#fff;
	padding: 2px 8px;
	background-color:#01b0e7;
	border-top: 1px solid #5cd8ff;
	border-bottom: 1px solid #008bb6;
	text-decoration:none;
	position:relative;
	top:0; left:0;
}

#menu ul.MenuItemCont {
	position:absolute;
	min-width:180px;
	display:none;
	background-color:transparent;
	border: 3px solid #0183bd;
	margin:0px;
	padding:0px;
	list-style:none;
	z-index:201;
	
}

#menu ul.MenuItemCont li {
	clear:left;
	z-index:203;
}

#menu ul.MenuItemCont a:link,
#menu ul.MenuItemCont a:visited {
	display:block;
	color:#000;
	z-index:205;
	padding: 2px 8px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	background-color:#eee;
	text-decoration:none;
}
#menu ul.MenuItemCont a:active {
	display:block;
	color:#000;
	padding: 2px 8px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	background-color:#eee;
	text-decoration:none;
	position:relative;
	top:0;
}
#menu ul.MenuItemCont a:hover {
	color:#fff;
	background-color:#01b0e7;
	border-top: 1px solid #5cd8ff;
	border-bottom: 1px solid #008bb6;
	text-decoration:none;
}

#menu ul.MenuItemCont li ul {
	clear:left;
	position:absolute;
	left:170px;
	margin-top:-20px;
	
}

#menu ul.MenuItemCont a.ParentMenu {
	background-image:url('../Images/menu_arrow.gif');
	background-position:97% center;
	background-repeat:no-repeat;
}

#menu ul.MenuItemCont a.ParentMenu:hover {
	background-image:url('../Images/menu_arrow-over.gif');
	background-position:right center;
	background-repeat:no-repeat;
}



