/* Menu a1: Main menu (News, About ESC, Services, Knowledge Bank, ...) */
.menua1 {
	position: absolute;
	left: 4px;
	top: 107px;
	text-transform: uppercase;
	font-size: 10px;
}

.menua1item {
	border: solid 1px #4475b9;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 2px;
	width: 122px;
	background-color: White;
}

.menua1hover
{
    border: solid 1px #4475b9;
    text-align: center;
    margin-top: 1px;
    margin-bottom: 1px;
    /* font-weight:  bold ; */
    padding: 2px;
	width: 122px;
	/*e05252; */
	background-color: #edf2ff;
}

.menua1selected {
    border: solid 1px #4475b9;
    text-align: center;
    margin-top: 1px;
    margin-bottom: 1px;
    color: #0000ff;
	background-color: #edf2ff;
    padding: 2px;
	width: 122px;
}

.menua1hover a:hover, 
.menua1hover a:active
{
    color: #0000ff;
	/* font-weight: bold; */
	text-decoration: underline;
	background-color: #edf2ff;
}


.menua1selected a:hover, 
.menua1selected a:visited, 
.menua1selected a:active, 
.menua1selected a
{
	color: #0000ff;
	background-color: #edf2ff;
    /* font-weight: bold; */
}

/* Menu a1: Service menu (Login, Register, Contact) */
.menua2 {
	position: absolute;
	left: 273px;
	top: 4px;
        width: 313px;
        text-align: right;
	text-transform: uppercase;
	font-size: 10px;
}

.menua2item {
	border: solid 1px #4475b9;
	text-align: center;
	margin: 0px;
	width: 100px;
	padding: 2px;
	background-color: White;
}

.menua2hover
{
    border: solid 1px #4475b9;
    text-align: center;
    margin: 0px;
    width: 100px;
    /* font-weight: bold; */
    /* color: #0000ff; */
    padding: 2px;
	background-color: #edf2ff;
}

.loginstatus a
{
    height: 16px;
}

.menua2hover a:hover,
.menua2hover a:active,
.loginstatus a:hover, 
.loginstatus a:active
{
    color: #0000ff;
    /* font-weight: bold; */
    background-color: #edf2ff;
    text-decoration: underline;
}

.loginstatus 
{
   text-align: center;
   float: left;
   vertical-align: middle;
   padding: 0px;
   margin: 0px;
   height: 16px;
   padding-right: 2px;
}

/* Menu b: Navigation menu (Left side: Subpages) */
.menub {
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

.menublayout 
{
    width: 174px;
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 10px;
}

.menubitem {
	border: solid 1px #4475b9;
	text-align: left;
	margin-top: 0px;
	width: 174px;
	margin-bottom: 2px;
	padding: 2px;
	background-color: White;
}

.menubhover
{
    border: solid 1px #4475b9;
    text-align: left;
    margin-top: 0px;
    width: 174px;
    margin-bottom: 2px;
    /* font-weight: bold; */
    /* color: #0000ff; */
    padding: 2px;
    background-color: #edf2ff;
}

.menubhover a:hover, 
.menubhover a:active 
{
    color: #0000ff;
	/* font-weight: bold; */
	background-color: #edf2ff;
	text-decoration: underline;
}

.menubselected {
    border: solid 1px #4475b9;
    text-align: left;
    margin-top: 0px;
    width: 174px;
    margin-bottom: 2px;
    /* font-weight: bold; */
    /* color: #0000ff; */
    padding: 2px;
    background-color: #edf2ff;
}

.menubselected a:hover, 
.menubselected a:visited,
.menubselected a:active
{
	color: #0000ff;
	background-color: #edf2ff;
    /* font-weight: bold; */
}

.menubselected a
{
	background-color: #edf2ff;
    /* font-weight: bold; */
}


/* Menu c: Service menu (Login, Register, Contact) */
.menuc 
{
    padding: 4px;
    padding-right: 2px;
    margin: 0px;
	/* text-transform: uppercase; */
	font-size: 10px;
	white-space: nowrap;
}

.menuccopyright
{
    width: 444px;
    height: 26px;
    float: left;
    text-align: right;
    background-image: url(images/gradient3.gif);
    background-repeat: repeat-y;
    /*filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4475b9', endColorStr='#FFFFFF', gradientType='1');
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4475b9', endColorStr='#eaf3ff', gradientType='1');*/
}

.menucitem {
	border: solid 1px #4475b9;
	text-align: center;
	margin: 0px;
	width: 100px;
	padding: 2px;
	background-color: White;
}

.menuchover
{
    border: solid 1px #4475b9;
    text-align: center;
    margin: 0px;
    width: 100px;
    /* font-weight: bold; */
    /* color: #0000ff; */
    padding: 2px;
	background-color: #edf2ff;
}

.menuchover a:hover, 
.menuchover a:active
{
    color: #0000ff;
	/* font-weight: bold; */
	text-decoration: underline;
	background-color: #edf2ff;
}

.menuchover a:visited 
{
	/* font-weight: bold; */
	text-decoration: none;
	background-color: #edf2ff;
}
