.MenuMain
{  
	Z-INDEX: 1;
	VISIBILITY: visible;
	background-color: #FFFFFF;
	WIDTH: 240px;
	POSITION: relative;
	border-left:solid;
	border-right:solid;
	border-top:solid;
	border-width: 0px;
	overflow:hidden;
	TOP: 0px;
	left: 0px;	
}

.MenuLink
{  
	WIDTH: 100%;
	POSITION: relative;
	border-left-color:#ffffff;
	border-right-color:#306577;
	border-top-color:#ffffff;
	border-bottom-color:#ffffff;
	border-right-width: 5px;
	border-right-style: solid;
	border-width: 3px;
	TOP: 0px;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	background-color:#f3f3f3;
	float:left;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-top: 1px;
	padding-right: 0px;
	margin-top: 5px;
	text-decoration:none;	
}

.MenuLinkText
{
	color: #306577;
	padding-left: 10px;
	padding-right: 5px;
}

.MenuLinkTextSelect
{
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 5px;
}

.MenuLinkTextSub
{
	color: #306577;
	text-transform:uppercase;
}

.MenuLinkText:link {color: #306577; text-decoration: none}     /* unvisited link */
.MenuLinkText:visited {color: #306577; text-decoration: none}  /* visited link */
.MenuLinkText:hover {color: #7fa29b; text-decoration: none}   /* mouse over link */
.MenuLinkText:active {color: #306577; text-decoration: none}   /* selected link */

.MenuLinkTextSelect:link {color: #FFFFFF; text-decoration: none}     /* unvisited link */
.MenuLinkTextSelect:visited {color: #FFFFFF; text-decoration: none}  /* visited link */
.MenuLinkTextSelect:hover {color: #FFFFFF; text-decoration: none}   /* mouse over link */
.MenuLinkTextSelect:active {color: #FFFFFF; text-decoration: none}   /* selected link */

.MenuLinkSub:link {color: #FFFFFF; text-decoration: none}     /* unvisited link */
.MenuLinkSub:visited {color: #FFFFFF; text-decoration: none}  /* visited link */
.MenuLinkSub:hover {color: #7fa29b; text-decoration: none}   /* mouse over link */
.MenuLinkSub:active {color: #FFFFFF; text-decoration: none}   /* selected link */

.MenuLinkTextSub:link {color: #306577; text-decoration: none}     /* unvisited link */
.MenuLinkTextSub:visited {color: #306577; text-decoration: none}  /* visited link */
.MenuLinkTextSub:hover {color: #7fa29b; text-decoration: none}   /* mouse over link */
.MenuLinkTextSub:active {color: #306577; text-decoration: none}   /* selected link */

.MenuMainSub
{  
	Z-INDEX: 10;
	VISIBILITY: hidden;
	background-color: #FFFFFF;
	WIDTH: 130px;
	POSITION: absolute;
	border:solid;
	border-width: 1px;
	border-color:#7fa29b;
	overflow:hidden;
	TOP: 0px;
	left: 0px;		
}

.MenuLinkSub
{  
	Z-INDEX: 1;
	WIDTH: 120px;
	POSITION: relative;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 0px;
	margin-left: 10px;
	margin-right: 5px;
	text-decoration:none;
}
