.menu .ekmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    color: rgb(133, 90, 50); /* default text color */
    font-size: 12px;
    font-family: Arial;
    width: 179px;
    margin-left: 1px;
    border-left: solid 1px rgb(229,229,229);
    border-right: solid 1px rgb(229,229,229);
    background-color: rgb(236, 223, 186); /*  shows up on left side, widens with nesting level */

/*    border-right: solid 1px rgb(71, 71, 71);
    border-bottom: solid 1px rgb(71, 71, 71);*/
}

.menu .ekmenu_start 
{
	/* DIV; wraps the menu-start link (normally hidden, but visible */
	/* to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: div.ekmenu */
	position: absolute;
	overflow: hidden;
	top: -10000px;
	left: -10000px;
	height: 1px;
	width: 1px;
}

.menu .ekmenu_end
{
	/* DIV; wraps the menu-end page-anchor (normally hidden, but */
	/* visible to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: div.ekmenu */
	position: absolute;
	overflow: hidden;
	top: -10000px;
	left: -10000px;
	height: 1px;
	width: 1px;
}

.menu .ekmenu_accessible_menu_startheading
{
	/* H2; wraps the skip-menu with a navigation-heading (normally hidden, */
	/* but available to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: div.ekmenu_start */
	position: absolute;
	overflow: hidden;
	top: -10000px;
	left: -10000px;
	height: 1px;
	width: 1px;
}

.menu .ekmenu_submenu_parent,
.menu .ekmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
	position: relative;
	top: 0px;
	left: 0px;
	/*border-top: 1px solid #2686b9;*/
}		

.menu .ekmenu_submenu,
.menu .ekmenu_submenu_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
	position: relative;
	font-weight: bold;
	top: 0px;
	left: 0px;
}

.menu .ekmenu_accessible_submenu_navheading
{
	/* H3; wraps each menu button title with a navigation-heading (normally hidden, */
	/* but available to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: div.ekmenu_submenu */
	font-weight: normal;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.menu .ekmenu_accessible_submenu_btnlink
{
	/* A; wraps each menu button title with a navigation-anchor */
	/* (useful to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: span.ekmenu_button */
  	color: rgb(133, 90, 50); /* default text color */
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:100%;
}

.menu .ekmenu_button_selected .ekmenu_accessible_submenu_btnlink, 
.menu .ekmenu_button_selected_hover .ekmenu_accessible_submenu_btnlink 
{
	/*  */
	/* Typical parent element: span.ekmenu_button */
  	color: rgb(133, 90, 50); /* default text color */
	font-size: 1em;
	font-weight: bold;
  	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:100%;
}

.menu .ekmenu_accessibility_hidden_text{
	/* SPAN; wraps text that should normally be hidden, but made */
	/* visible to page readers and text-browsers for accessibility). */
	/* Typical parent element: a.ekmenu_link_selected, and others... */
	position: absolute;
	overflow: hidden;
	top: -10000px;
	left: -10000px;
	height: 1px;
	width: 1px;
}

.menu .ekmenu_unorderedlist 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	/* Typical parent element: div.ekmenu_submenu_items */
	/*list-style-image: URL("http://trs/ARMA/images/MainMenuBullet.JPG");*/
	margin: 0px;
	padding: 0px;
       
	
}

.menu .ekmenu_unorderedlist_item 
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/* Typical parent element: ul.ekmenu_unorderedlist */
	display:inline;
	margin: 0px;
	padding: 0px;

}

.menu .ekmenu_submenu_items {
	/* DIV; container for menu lists. */
	/* Typical parent element: div.ekmenu (root level), div.ekmenu_submenu */
    overflow: hidden; /* truncate what cannot fit */
}

.menu .ekmenu_submenu_items_hidden 
{
	/* DIV; normally hidden container for menu lists (becomes visible if */
	/* user clicks on related submenu button, or if Javascript/CSS not supported). */
	/* Typical parent element: div.ekmenu (root level), div.ekmenu_submenu */
	display: none;
}

/* Nested menu items */
.menu .ekmenu_submenu_items .ekmenu_submenu_items, 
.menu .ekmenu_submenu_items .ekmenu_submenu_items_hidden, 
.menu .ekmenu_submenu_items_hidden .ekmenu_submenu_items_hidden
{
	/* Rule is applied to nested submenus. Hidden included in-case */
	/* Javascript is not supported and hidden submenus are made visible. */
	/* Typical parent element: (not applicable) */
	margin-left: 5px; /* indents menu items, accumulating with each nesting level */
  	border-bottom-width: 0px; /* prevents bottom border from accumulating, with each level of nesting */
}

/* Button menu items, controls visibility of associated sub-menus */
.menu .ekmenu_button
{
	/* SPAN; holds the title of the associated submenu, and typically acts as a */
	/* button (or folder) for the submenu. Can also hold images (background, etc). */
	/* Typical parent element: div.ekmenu_submenu, or else */
	/* h3.ekmenu_accessible_submenu_navheading if 508-Compliance is enabled. */
    display: block;
    cursor:pointer;
    padding: 3px 5px 3px 16px;
    font-weight: bold;
    color: rgb(133, 90, 50); /* button-title text color */
    background-color: rgb(236, 223, 186);
    text-indent: 0px;
    background: url("../images/arrow2.png") no-repeat left top;
    border-top: dotted 1px rgb(177,163,130);
    margin-top: 0px;
}
.menu .ekmenu_button_hover
{
	/* SPAN; hovered version of .ekmenu_button, see above... */
	/* Typical parent element: div.ekmenu_submenu, or else */
	/* h3.ekmenu_accessible_submenu_navheading if 508-Compliance is enabled. */
    display: block;
    cursor:pointer;
    padding: 3px 5px 3px 16px;
    font-weight: bold;
    color: rgb(133, 90, 50); /* button-title text color */
    background-color: rgb(236, 223, 186);
    text-indent: 0px;
    background: url("../images/arrow2.png") no-repeat left top;
    border-top: dotted 1px rgb(177,163,130);
    text-decoration: none;
    margin-top: 0px;
}
.menu .ekmenu_button_selected
{
	/* SPAN; selected version of .ekmenu_button, see above... */
	/* Typical parent element: div.ekmenu_submenu, or else */
	/* h3.ekmenu_accessible_submenu_navheading if 508-Compliance is enabled. */


    display: block;
    cursor:pointer;
    padding: 3px 5px 3px 16px;
    font-weight: bold;
    color: rgb(221, 131, 64); /* button-title text color */
    background-color: rgb(236, 223, 186);
    text-indent: 0px;
    background: url("../images/arrow2.png") no-repeat left top;
    border-top: dotted 1px rgb(177,163,130);
    text-decoration: none;
    margin-top: 0px;
}
.menu .ekmenu_button_selected_hover
{
	/* SPAN; hovered version of .ekmenu_button_selected, see above... */
	/* Typical parent element: div.ekmenu_submenu, or else */
	/* h3.ekmenu_accessible_submenu_navheading if 508-Compliance is enabled. */
    display: block;
    cursor:pointer;
    padding: 3px 5px 3px 16px;
    font-weight: bold;
    color: rgb(221, 131, 64); /* button-title text color */
    background-color: rgb(236, 223, 186);
    text-indent: 0px;
    background: url("../images/arrow2.png") no-repeat left top;
    border-top: dotted 1px rgb(177,163,130);
    text-decoration: none;
    margin-top: 0px;
}
/* images */
.MainMenu .ekmenu_submenu_items a img, 
.MainMenu .ekmenu_submenu_items_hidden a img {
	/* IMG; menu-item image, selected by CMS, can be used */
	/* with or in place of the textual title of the link. */
	/* Typical parent element: a.ekmenu_link */
	border-width: 0px;
}
.MainMenu .ekmenu_linkimage, 
.MainMenu .ekmenu_linkimage_selected
{
	/* SPAN; supports rollover-images, where a single image is scrolled */
	/* to show the desired effect for the given action-event. Separate the */
	/* .ekmenu_linkimage and .ekmenu_linkimage_selected classes for more images */
	/* Typical parent element: a.ekmenu_link */
    display: block;
	position: relative;
	background-position: 0px 0px;
	background-repeat:no-repeat;
	height: 30px;
	overflow: hidden;
}
.MainMenu .ekmenu_linkimage_hover, 
.MainMenu .ekmenu_linkimage_selected_hover
{
	/* SPAN; hovered version of ekmenu_linkimage. Supports rollover-images, */
	/* where a single image is scrolled to show the desired effect for the */
	/* given action-event. Separate the .ekmenu_linkimage_hover and */
	/* .ekmenu_linkimage_selected_hover classes to control more images */
	/* Typical parent element: a.ekmenu_link */
    display: block;
	position: relative;
	background-position: 0px -30px;
	background-repeat:no-repeat;
	height: 30px;
	overflow: hidden;
}

/* Link menu items */
/*.ekmenu_submenu_items a */
.menu a.ekmenu_link, 
.menu a.ekmenu_link:link, 
.menu a.ekmenu_link:visited {

    display: block;
    cursor:pointer;
    padding: 3px 0px 3px 16px;
    font-weight: normal;
    color: rgb(133, 90, 50); /* button-title text color */
    background-color: rgb(236, 223, 186);
    text-indent: 0px;
    background: url("../images/arrow2.png") no-repeat left top;
}

/*.ekmenu_submenu_items a:hover */
.menu a.ekmenu_link:hover, 
.menu a.ekmenu_link:active, 
.menu a.ekmenu_link:focus  {
    display: block;
    cursor:pointer;
    padding: 3px 0px 3px 16px;
    font-weight: normal;
    color: rgb(133, 90, 50); /* button-title text color */
    background-color: rgb(236, 223, 186);
    text-indent: 0px;
    background: url("../images/arrow2.png") no-repeat left top;
    text-decoration: none;

}

.menu a.ekmenu_link_selected {
    display: block;
    cursor:pointer;
    padding: 3px 0px 3px 16px;
    font-weight: normal;
    color: rgb(221, 131, 64);
    background-color: rgb(236, 223, 186);
    text-indent: 0px;
    background: url("../images/arrow2.png") no-repeat left top;
} 

.menu a.ekmenu_link_selected:hover {
    display: block;
    cursor:pointer;
    padding: 3px 0px 3px 16px;
    font-weight: normal;
    color: rgb(221, 131, 64);
    background-color: rgb(236, 223, 186);
    text-indent: 0px;
    background: url("../images/arrow2.png") no-repeat left top;
    text-decoration: none;
	
}
