/* Av Menu Styles */

/*-----------------------------------------------------------------------------------------------------------------------
|	Menubar Graphic Styles																								|
-----------------------------------------------------------------------------------------------------------------------*/
td.MenubarLeft {
	background-image: url('../Images/menubar.gif'); 
	background-repeat: repeat-x; 
	width:105px; height:22px;			
}
td.MenubarMiddle {
	background-image: url('../Images/menubar.gif'); 
	background-repeat: repeat-x; 
	height:22px;
}
td.MenubarRight {
	background-image: url('../Images/menubar_right.gif'); 
	background-repeat: repeat-x; 
	width:17px; height:22px;
}
td.MenubarDiv {
	background-image: url('../Images/menubar_div.gif');
	background-repeat: no-repeat;
	white-space: nowrap;
	width:2px;
	height: 22px;
}
td.MenubarButton {
	background-image: url('../Images/menubar_button.gif');
	background-repeat: repeat-x;
	padding: 0px 8px 0px 8px;
	white-space: nowrap;
	height: 22px;
}

td.MenubarButton a:link,
td.MenubarButton a:visited {
	font-size:8pt;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
td.MenubarButton a:active {
	font-size:8pt;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	position: relative;
	top:1px;
}
td.MenubarButton a:hover {
	font-size:8pt;
	font-weight:bold;
	color:#efefef;
	text-decoration:none;
}

div.MenuSubCont {
	display:none;
	position:absolute;
	width:180px;
	background-color:transparent;
	z-index:100;
	overflow:hidden;
	border: 2px solid #555;
	padding:0;
	margin-top:3px;
}
	
table.MenuItemCont {
	margin:0;
	width:190px;
	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 2px 2px 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #efefef;
	background-color:#eee;
	text-decoration:none;
	position:relative;
	top:0; left:0;
}
table.MenuItemCont a:hover {
	color:#fff;
	background-color:#f36e02;
	border-top: 1px solid #ffb03e;
	border-right: 1px solid #d13100;
	border-bottom: 1px solid #d13100;
	border-left: 1px solid #ffb03e;
	text-decoration:none;
	position:relative;
	top:0; left:0;
}


