@charset "UTF-8";
/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuLeft
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family:Arial,Verdana;
	font-size: 11px;
	cursor: default;
	width: 170px;
	border-left: 1px solid #E7F7FB;
	border-right: 1px solid #E7F7FB;
	border-bottom:1px solid #E7F7FB;
	/*border: 1px solid #CCC;*/	
}
/* 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 same fixed width as parent */
ul.MenuLeft li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuLeft ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 1020;
	cursor: default;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuLeft ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuLeft ul li
{
	
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/


/* Menu items are a light gray block with padding and no text decoration */
ul.MenuLeft a
{
	border-bottom: #3366cc 0px dotted;
	border-top: #3366cc 0px dotted;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	display: block;
  	width: 170px;
	text-decoration: none;
	background-image:url(cham.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	background-color: #E7F7FB;
	color: #0165a1;
	cursor: pointer;
	text-indent:15px;
	padding: 4px 0px;
	text-decoration: none;
	font-weight:bold;

}
/*Tilte menu use div tag*/
ul.MenuLeft div
{
	color: #ffffff;
	font-weight: bold;
	width: 170px;
	background-color: #b30101;
	vertical-align:bottom;	
	padding: 4px 0px;
	text-indent:15px;	
	/*
	background-image:url(nut.gif);
	background-repeat:no-repeat;
	background-position:1px 8px;*/
	
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuLeft a:hover, ul.MenuLeft a:focus
{
color: #FF9933;
/*background-color:#CCCCCC;
background-image:url(menuover.gif);
background-position:left;
background-repeat:no-repeat;*/
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuLeft a.MenuBarItemHover, ul.MenuLeft a.MenuBarItemSubmenuHover, ul.MenuLeft a.MenuBarSubmenuVisible
{
	/*color:#990033;*/
	color: #ffff33
	font-weight:bold;
	text-decoration: none;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuLeft a.SubMenuLeft
{
	background-image: url(Right.gif);
	background-repeat: no-repeat;
	background-position: 160px 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuLeft a.MenuBarItemSubmenuHover
{
	background-image: url(RightHover.gif);
	background-repeat: no-repeat;
	background-position: 160px 50%;
}

/*******************************************************************************

 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.MenuLeft 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.MenuLeft li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}


 /*Menu top*/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuTop
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	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.MenuTop li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 90px;
	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.MenuTop ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 140px;
	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.MenuTop ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
	/*menu con*/	
ul.MenuTop ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 160px;
	float: left;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuTop 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.MenuTop ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuTop ul
{
	border: 1px solid #FFFFFF;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuTop a
{	
	color:#ffffff;
	border-left: 1px solid #FFFFFF;
	background-image:url(bgbaner.jpg);
	background-repeat: repeat;	
	cursor: pointer;
	display:block;
	height:26px;
	font-weight:bold;
	padding-top:6px;	
	text-indent:5px;
	text-decoration: none;
}
ul.MenuTop ul a
{
	color: honeydew;
	background-color: #0099cc;
	background-image: none;
	background-repeat: repeat;
	cursor: pointer;
	height: auto;
	text-decoration: none;
}
ul.MenuTop div
{
	color: #0165a1;
	font-weight: bold;
	width:188;
	background-color: #0066cc;
	vertical-align:bottom;	
	padding: 7px 0 0 5px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuTop a:hover, ul.MenuTop a:focus
{
	/*background-color: #E7F7FB;*/
	color: #FF9933;
	text-decoration: none;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuTop a.MenuBarItemHover, ul.MenuTop a.MenuBarItemSubmenuHover, ul.MenuTop a.MenuBarSubmenuVisible
{
	/*background-color: #E7F7FB;*/
	color:#FF9933;
	text-decoration: none;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuTop a.SubMenuTop
{
	color: White;
	border-left: 0px solid #FFFFFF;
	background-image:url(bgbaner.jpg);
	background-repeat: repeat;	
	cursor: pointer;
	display:block;
	font-weight:bold;
	height:24px;
	padding-top:6px;		
	text-indent:15px;
	text-decoration: none;		
	/*background-image: url(Down.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuTop ul a.SubMenuTop
{
	height: auto;
	background-image: url(Right.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;	
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuTop a.MenuBarItemSubmenuHover
{
	background-image: url(DownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuTop ul a.MenuBarItemSubmenuHover
{
	background-image: url(RightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 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.MenuTop 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.MenuTop li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

