@charset "utf-8";
/* CSS Document */

.DIV_AppMenu ul.hMenu {
	list-style-type:none;
	padding:2px 0px 2px 0px;
	margin:2px 0 0 0;
}

/* menu li block */
.DIV_AppMenu li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #afb2b3;
   display: block;
}

.DIV_AppMenu li.hMenu {
	float:right;
	margin: 0 4px;
	padding:1px 6px 1px 6px;
	/* border: 2px solid #FAE6C4; */
	background-color:#D4D0C8;
	-moz-border-radius: 0.75em 0.75em 0.75em 0.75em;
    -webkit-border-bottom-left-radius: 0.75em;
    -webkit-border-bottom-right-radius: 0.75em;
    -webkit-border-top-left-radius: 0.75em;
    -webkit-border-top-right-radius: 0.75em;	
	border-radius-topleft: 0.75em;
	border-radius-topright: 0.75 em;
	border-radius-bottomleft: 0.75em;
	border-radius-bottomright: 0.75 em;	
	outline-style:none;
	outline-width:0;
}

.DIV_AppMenu li.hMenu a {
	text-decoration:none;
	color:#333333;
}

/* third level has some padding to have it stand out
.DIV_AppMenu ul ul ul {
   padding-bottom: 0.5em;
}
*/

.DIV_AppMenu li span {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.7em 0.5em 0.7em 1.6em; /* 1.5em some air for it */
   color: #000000; /* this will be link color for all levels */
   background: url(../images/arrow-right.gif) no-repeat 0.8em center; /*0.5em */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

.DIV_AppMenu ul ul li {
   border: none;
}


/** fix stupid ie bug with display:block; **/
* html .DIV_AppMenu li a { height: 1%; } 
* html .DIV_AppMenu li hr { height: 1%; }
/** end fix **/

/* first level links */
.DIV_AppMenu a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.6em; /* 1.5em some air for it */
   color: #18507C; /* this will be link color for all levels */
   background: url(../images/arrow-right.gif) no-repeat 0.8em center; /*0.5em */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

.DIV_AppMenu a.BLACK {
color:#000000;
}


/* next level links, more padding and smaller font */
.DIV_AppMenu ul ul a {
   font-size: 90%;
   padding: 0.2em 0.5em 0.5em 2.8em; /*2.8em*/
   background-position: 2em center;
}

/* third level links, more padding */
.DIV_AppMenu ul ul ul a {
   /* padding: 0.3em 0.5em 0.3em 3.8em; */ /* 4.3em */
   padding: 0.2em 0.5em 0.5em 3.8em;
   background: url(../images/arrow-right.gif) no-repeat 3em center; 
}
/* fourth level links, more padding */
.DIV_AppMenu ul ul ul ul a {
   /* padding: 0.3em 0.5em 0.3em 3.8em; */ /* 4.3em */
   padding: 0.2em 0.5em 0.5em 4.6em;
   background: url(../images/arrow-right.gif) no-repeat 3.8em center; 
}

/* hover state for all links */
.DIV_AppMenu a:hover {
   background-color: #93c8fd; /* #d9e5fc; #f2f9fd; */
}
.DIV_AppMenu a.activeparent:hover {
   background-color: #93c8fd; /* #d9e5fc; #f2f9fd; */
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
.DIV_AppMenu li a.activeparent {
   background: url(../images/arrow-hove-red.gif) no-repeat 0.8em center; /* 0.4em */
   background-color: #0093d5;  /* 00b5f1 0078c0; */
   color: #fff;
}
*/
.DIV_AppMenu ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
.DIV_AppMenu ul h3 {
   background: url(../images/arrow-right-active.gif) no-repeat 0.8em center; /*0.4em */
/*   background-color: #0093d5; */  /* 00b5f1 0078c0; */
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.6em;  /* some air for it */
   color: #000;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
.DIV_AppMenu ul ul h3 {
   font-size: 90%;
   padding: 0.2em 0.5em 0.5em 2.8em; /*2.8em*/
   background-position: 2em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
.DIV_AppMenu ul ul ul h3 {
   padding: 0.2em 0.5em 0.5em 3.8em; /* 4.3em */
   background: url(../images/arrow-right-active.gif) no-repeat 3em center; 
}

/* section header */
.DIV_AppMenu li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

/* separator */
.DIV_AppMenu li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

.DIV_AppMenu li.separator hr {
   display: none; /* this is for accessibility */
}

/* End of 'my_menu_vertical' */

.DIV_AppMenu li.vMenu {
}


