﻿#Codex #MainMenuWrapper
{        
    margin: 0 auto;
    height:40px;
    padding: 0px 0px;
    padding-top:7px;
    background: #ffffff url('images/bgMenu.jpg') repeat-x center top;    
}
#Codex .NewsMenuWrapper
{        
    margin: 0;   
    height:30px;
    padding: 0px 0px;
    padding-top:15px;
    width:auto;
    display:block;
}
#Codex .eventButton
{
    text-decoration:none;	
	color: #BC8D0A;
	padding:0px 0px;
	cursor:pointer;
	font-size:94%;
}
#Codex .eventButton:hover
{    
	color: #443204;
	font-weight: bold;
	font-size:95%;
}
#Codex .FeatureMenuWrapper
{        
    margin: 0;
    height:20px;
    padding: 0px 0px;
    padding-top:5px;
    display:block;
    font: bold 130%/140% "Times New Roman" , Times, serif;    
}
/* Articles Menu */
.pageMenu
{
    
    font-size:125%;    
    padding:7px;
    border: solid 1px #e7d9d0;
    border-bottom: solid 1px #ebe6e3;
    display: inline-block;
    background-color: #fbd87c;
    background: url( 'images/bgpageMenu.jpg' ) repeat-x center center;
    float: right;
    margin-right:1px;
    margin-top:-3px;;
}
.pageMenu:hover
{
    background: url( 'images/bgpageMenu.jpg' ) repeat-x center bottom; 
    margin-top:-4px;
}
.closeMenu
{
    
    font-size:125%;    
    padding:7px;
    border: solid 1px #e1ecf0;
    border-bottom: solid 0px #c2cfd4;
    border-top: solid 1px #e1ecf0;    
    margin-top:25px;
    display: inline-block;
    background-color: #f3f6f7;
    float: right;
    margin-right:1px;
}
.closeMenu:hover
{
    border: solid 1px #d3dee4;
    border-bottom: solid 1px #c2cfd4;
    border-top: solid 1px #d3dee4;
    background: #e9eef1 url('images/bg-pageMenuHover.jpg') repeat-x center bottom;
    font-weight:bold;
    font-size:140%;   
    padding:8px;
    margin-top:22px;
}
/* Link Buttons */
.lbtnClose
{
    display: inline;
    font-size: 90%;
    font-family: 'Trebuchet MS';
    padding-left: 18px;
    text-decoration: none;
    font-variant: small-caps;
    color: #4d1c17;
    padding: 2px 3px;
    margin-left: auto;    
}
.lbtnClose:hover
{
    font-weight: bold;
    color: #43130e;
}
.lbtnHome
{
    text-decoration:none;	
	color: #B38708;
	padding:4px 5px;	
    margin-right:2px;
    margin-top:3px;
    border-top:solid 4px #5f2402;    
    border-bottom:solid 1px #e0ca88;	
	cursor:pointer;    
}
.lbtnHome:hover
{
	font-size: 105%;
	color: #443204;
	margin-top:2px;	
	font-weight: bold;
}
/* Home button */
.homeBtn
{
    position:relative;    
    margin-top:2px;
    margin-right:2px;
    height:25px;
    padding:3px 10px;
    float:right;
	background:  url('images/menu.jpg') center top repeat-x;    	
}
.homeBtn:hover
{
    
	background:  url('images/menuhover.jpg') center top repeat-x;  
    
}
.mvBtn
{
    position:relative;    
    display:block;
    margin-top:-22px;
    margin-right:4px;
    height:25px;
    padding:2px 10px;
    float:right;
    z-index:100; 
}
.RadMenu_Default_Context
{
	background:none;
	
}

.btnUpdate
{
    display: inline;
    font-size: 90%;
    font-family: 'Trebuchet MS';
    padding-left: 1px;
    text-decoration: none;
    font-variant: small-caps;
    color: #b7c9cf;
    padding: 2px 0px;
    padding-left: 25px;
    background: url( 'icons/update.png' ) no-repeat left center;
    border:none;
}
.btnUpdate:hover
{
    font-weight: bold;
    color: #5e8492;
}