/* Main menu settings */

a {background:none;}

#centeredmenu {
float:right;
   margin:0;
   padding:0;
   margin-top:-50px;
   width:auto;
   font-family:Verdana, Geneva, sans-serif; /* Menu font */
   font-size:90%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   	height:30px;
background:#5f6062;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background:none;
}

/* Top menu items */
#centeredmenu ul {
   list-style:none;
float: right;
margin: 0px 0px 0px 0px;
padding: 0px;
display: block;
text-align:center;
margin-left:.4em;
}
#centeredmenu ul li {
   margin:0px;
   padding:0;
   float:left;
   position:relative;
}


#centeredmenu ul li .first a {
   border-left: none;
}


#centeredmenu ul li a {
font-family:verdana, arial, helvetica, sans-serif;
font-size: 13px;
float: left;
list-style-type: none;
font-weight:normal;
width: auto;
display: block;
padding: .5em .6em .5em .6em;
color:#fff;
font-weight:bold;
text-decoration: none; 
border-left: solid 1px #959484;
border-left:none;
}
#centeredmenu ul li.active a {
list-style-type: none;
width: auto;
display: block;
color:#fff;
}
#centeredmenu ul li a:hover {
list-style-type: none;
width: auto;
display: block;
color:#CCC;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
  color:#ccc;
}

#centeredmenu li a#here {
color:#ccc;
}


/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2.3em;
   left:0;
   margin-left:-1px;
   right:auto; /*resets the right:50% on the parent ul */
   width:auto; /* width of the drop-down menus */
   z-index:4000;
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:130px;
   color:#fff;
   text-align:left; 
   padding-right:5px;
   padding-left:5px;
   border:1px solid #ccc; /* sub menu item horizontal lines */
   margin-top:-1px;
background:url(../images/button-background-repeater.jpg) repeat-x #7a973d;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   line-height:1.3em; /* overwrite line-height value from top menu */
   border-right: 0px;
   text-align:left;
   padding-top:5px;
   padding-bottom:7px;
   color:#fff;
   border:none;
}
#centeredmenu ul ul li:hover { /* This line is required for IE 6 and below */
  /* background:url(../images/btn-hover.png) left center no-repeat; /* Top menu items background colour */
background:#5f6062;
   border:1px solid #b2aa7e; /* sub menu item horizontal lines */
}

#centeredmenu ul ul li:hover a { 
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}