/* CSS Document */

.menu {
  width:100%;
  margin-left:auto;
  margin-right:auto;

  /* 12px */
  font-size: 1.09em;
}

.menu #alternativeMenu a {
  margin: 0;
  
  /* 20px */
  padding-top: 1.66em;
  padding-bottom: 1.66em;
  
  /* 3px */
  padding-left: 0.25em;
  padding-right: 0.25em;

  display: block;
  
  color: #FFF;
  text-decoration: none;
}

.menu #alternativeMenu a:hover {
  background: #666666;
  color: #FFF;
}


.menu #alternativeMenu ul {
  margin: 0;
  padding: 0;
      
  list-style-type: none;
}

.menu #alternativeMenu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}

.menu #alternativeMenu li {
  position: relative;

  /* 55px */
  height: 4.58em;

  background: #C5102B;
  
  border-bottom: 2px white solid;
    
  text-align: left;  
}

div.menu #alternativeMenu ul ul {
  display: none;
}

div.menu #alternativeMenu ul li:hover ul {
  display: block;
}

div.menu #alternativeMenu ul ul,
div.menu #alternativeMenu ul li:hover ul ul {
  display: none;
}

div.menu #alternativeMenu ul li:hover ul,
div.menu #alternativeMenu ul ul li:hover ul {
  display: block;
}




/* definitions for grey LHS menu */
.menu ul#menuAlignment {
  font-size: 1em;
  background: #999;
  color: #FFF;
  margin:0;
  padding:0;
  text-align:left;
  list-style:none;
}


/*
#accordion_wrapper h2 {
  font-size:1.1em;
  font-family:verdana, sans-serif;
  margin:0;
  padding:0.4em 0 0.4em 0.5em;
  background-color:#f5f5f5;
  color:#666666;
  width:99%;
}
*/
/*
#menu ul#menuAlignment li {
  background: #FFF url(http://thefreshoutlook.com/menu/Template/menu/gfx/small/back.png) no-repeat top left;
}
*/
h2.menuToggle {
  font-family: arial, helvetica, sans-serif;
  font-weight: bolder;
  font-style:normal;
  font-size:1.0909em;
  margin:0;
  padding:0.5em 0 0.5em 1em;
  cursor:pointer;
  color:#fff;
  text-indent: 0;
  background-color:#666;
  border-bottom:0.1em solid #fff;
  word-wrap:break-word;
}


.mylinks {
  font-family: arial, helvetica, sans-serif;
  font-weight: bolder;
  font-style:normal;
  font-size:1.0909em;
  margin:0;
  padding:0.5em 0 0.5em 0;
  cursor:pointer;
  color:#fff;
  text-indent: 1em;
  background-color:#666;
  border-bottom:0.1em solid #fff;
  word-wrap:break-word;
}
/*
.acCurrent {
  background: transparent url(http://thefreshoutlook.com/menu/Template/menu/gfx/expanded.gif) no-repeat center right;
}
*/

.menuToggle a {
  color:#fff;
  text-decoration:none;
  display:block;
}
.menuToggle a:hover {
  color:#f199c2;
}

.menu .menuStretchOut {
  width:100%;
  list-style:none;
  margin:0;
  padding:0;
}


li.menuStretch {
  background-color:#999;
  border-bottom: 0.0909em solid #fff;
}
li.menuStretch a {
  font-family:arial, helvetica, sans-serif;
  font-size:1em;
  color:#fff;
  display:block;
  text-decoration:none;
  padding:0.4545em 1em 0.4545em 1.2em;
  word-wrap:break-word;
}

.menuStretchOut ul {
  list-style:none;
  font-size:0.9em;
}
.menuStretchOut ul li {
  margin:0; padding:0;
  line-height:1.2em;
}


.admin {
  background-color:#F1A629;
}

.menuStretch a:hover {
  background : #f299c2 url(../gfx/linkarrow.gif) no-repeat right center;
  color: #fff;
}

.menuStretchOut p {
  background-color:#EEEEEE;
  border-bottom: 1px solid #fff;
  padding:0.5em 0.2em 0.5em 0.2em;
  font-size:1em;
  color:#666666;
}