﻿.Menu
{
	border: 1px #66594D solid;
}
.mnulink
{
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #66594D;
	vertical-align: middle;
}
.mnulinkSelected
{
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: middle;
}
.mnu1
{
	height: 30px;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #66594D;
	background-color: White;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}
.mnu1Selected
{
	height: 30px;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: White;
	background-color: #00576C;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}
.mnu2
{
	height:30px;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#66594D;
	background-color:White;
	padding-left: 10px;
	padding-right: 10px;
}
.mnu2Selected
{   
    height:30px;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:White;
	background-color:#AB1B30; 	
	padding-left: 10px;
	padding-right: 10px;
}
.mnu3
{
	height:30px;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	text-align:center;
	text-decoration:none;	
	color:#66594D;
	background-color:White;
	padding-left: 10px;
	padding-right: 10px;
}
.mnu3Selected
{   
    height:30px;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	text-align:center;
	text-decoration:none;	
	color:White;
	background-color:#A80455; 	
	padding-left: 10px;
	padding-right: 10px;
}
.mnu4
{
    height:30px;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#66594D;
	background-color:White;
	padding-left: 10px;
	padding-right: 10px;
}
.mnu4Selected
{   
    height:30px;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	text-align:center;
  	text-decoration:none;	
	color:White;
	background-color:#916FAC; 	
	padding-left: 10px;
	padding-right: 10px;
}
.mnu_td_1
{
    width:8px;
    height:30px;   		
    background-color:#00576C; 
}
.mnu_td_2
{
    width:8px;
    height:30px;
	background-color:#AB1B30;
}
.mnu_td_3
{
    width:8px;
    height:30px; 
	background-color:#A80455;
}
.mnu_td_4
{
    width:8px;
    height:30px; 
	background-color:#916FAC;

}

