﻿
.TopMenu
{
	background: #eeeeee;
	background-image: url(../images/topnav_bg.jpg);	
	background-attachment:fixed;
	background-position: center center;
	color: beige;
	clear: both;
    width: 12.4em;
    height:2em;
    font-weight:bold;
    text-align:center;
    padding-right:2px;
    padding-left:2px
}
.C_TopMenu
{
	background: #FFFFFF;
	background-image: url(../images/topnav_bg.jpg);	
	background-attachment:fixed;
    width: 13em;
    height:2em;
    color: beige;
    font-weight:bold;
    border-top-width:thin;
    border-top-style:solid;
    padding-right:15px;
    text-align:center;
    padding-top:-5px;
    padding-left:15px
}
.LeftMenu
{
   width: 5em;
   /*height:10em;*/
   background:#EECCCC;
   font-family:Arial;
   font-weight:bold;
   font-size:medium;
   padding-right:3px;
   padding-left:3px;
   text-align:left;
}
.BottomMenu
{
    width: 31em;
	background:#F1FEff;
    font-weight:bold;
    padding-bottom:2px;
    padding-top:2px;
    padding-right:3px;
    text-align:center;
    padding-left:3px;
}
.DefaultStyle1
{
	background-image:url(../images/topnav_bg.jpg);
	background: #eeeeee;
	background-attachment:fixed;
    width: 14em;
    height:5em;
    font-weight:bold;
    padding-right:15px
}