/* Menu Container CSS Class */
/* menucontainercssclass */

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D1CAA0;
	font-size: 13px;
	letter-spacing: -1px;
}

.MenuContainter {
	background-color: transparent; 
	width:100%;
	z-index: 4;
	position:relative;
}

/* Menu Bar CSS Class */
/* menubarcssclass */
.MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 19px;
		width:100%;
}
/* Menu Item CSS Class */
/* menuitemcssclass */
.MenuItem {
	border-left: black 0px solid; 
	border-bottom: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid;
	cursor: hand; 
	color: #46623A; 
	font-family:  Tahoma;
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 

}

/* Menu Icon CSS Class */
/* menuiconcssclass */
.MenuIcon {
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
		background-color: #D1CAA0;  
}

/* Menu Item CSS Class for mouse-over */
/* menuitemselcssclass */
.MenuItemSelect {
	background-color: Transparent; 
	cursor: hand; 
	border-left: black 0px solid; 
	border-bottom: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid; 
	color: #FFFFFF; 
	font-family:  Tahoma;
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 
}

/* Menu Break CSS Class */
/* menubreakcssclass */
.MenuBreak {
	border-left: black 0px solid; 
	border-bottom: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid;
	background-color: Transparent;
	height: 0px;
	width:2px;
}

/* Menu Arrow CSS Class */
/* menuarrowcssclass */
.MenuArrow {
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
	font-family: webdings; 
	font-size: 10px; 
	font-family: Tahoma;
	cursor: hand; 
}

/* Menu Root Arrow CSS Class */
/* menurootarrowcssclass */
.RootMenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
}

/* CSS Class used for root menu items when they are found in the breadcrumb array list */
/* rootmenuitembreadcrumbcssclass */
.RootMenuItemBreadCrumb {
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

/* CSS Class used for root menu items */
/* rootmenuitemcssclass */
.RootMenuItem 
{
	border-left: #CCCCCC 0px solid; 
	border-bottom: #CCCCCC 0px solid; 
	border-top: #CCCCCC 0px solid; 
	border-right: #CCCCCC 0px solid;
	cursor: hand; 
	cursor: hand; 
	color: #C2EDC0; 
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma;
	text-transform:capitalize;
	background-color: Transparent;
	height: 19;
	background-image: url(menu.jpg);
	background-repeat:no-repeat;
	text-align: center;
	padding-left: 5px;
}

/* CSS Class used for root menu items when they are the active tab */
/* rootmenuitemactivecssclass */
.RootMenuItemActive 
{
		border-left: #CCCCCC 0px solid; 
	border-bottom: #CCCCCC 0px solid; 
	border-top: #CCCCCC 0px solid; 
	border-right: #CCCCCC 0px solid;
	cursor: hand; 
	cursor: hand; 
	color: #C2EDC0; 
	font-weight: bold;
	font-size: 10px;
	font-family:Tahoma;
	text-transform: capitalize;
	background-color: Transparent;
	background-image: url(menu.jpg);
	background-repeat:no-repeat;
	text-align: center;
	padding-left: 5px;
}

/* CSS Class used for root menu items when they moused-over */
/* rootmenuitemselectedcssclass */
.RootMenuItemSelected {
	cursor: hand; 
	cursor: hand; 
	color: #C2EDC0; 
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma;
	text-transform:capitalize;
	background-color: Transparent;
	height: 19;
	background-repeat:no-repeat;
	border-left: #CCCCCC 0px solid; 
	border-bottom: #CCCCCC 0px solid; 
	border-top: #CCCCCC 0px solid; 
	border-right: #CCCCCC 0px solid;
	background-image: url(menu.jpg);
	background-repeat:no-repeat;
	text-align: center;
	padding-left: 5px;
}

/* CSS class used for the root level menu item separator */
/* separatorcssclass */
.Separator {
	width:1px;
	background-repeat: no-repeat;
	background-color:transparent; 
	border-left: #CCCCCC 0px solid; 
	border-bottom: #CCCCCC 0px solid; 
	border-top: #CCCCCC 0px solid; 
	border-right: #CCCCCC 0px solid;
}


/* CSS Class used for sub menu items when they are found in the breadcrumb array list */
/* submenuitembreadcrumbcssclass */
.SubMenuItemBreadCrumb 
{
		background-color: #D1CAA0;  
}


.SubMenu {
	border-left: black 0px solid; 
	border-bottom: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid;
	cursor: pointer; 
	cursor: hand; 
	background-color: #D1CAA0;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#180000', Direction=135, Strength=3); 
}

/* CSS Class used for sub menu items when they are the active tab */
/* submenuitemactivecssclass */
.SubMenuItemActive {
	background-color: #D1CAA0;  
}



/* CSS Class used for sub menu items when they moused-over */
/* submenuitemselectedcssclass */
.SubMenuItemSelected {
	background-color: #D1CAA0;  
		color: #46623A; 
}
