﻿body {
}


.MSMenuMain
{
	font-family: Arial;
	font-size: 14px;
	border-left-color: #005E99;
	border-left-style: solid;
	border-left-width: 25px;
	background-color: #005E99;
	height:100%;
	color: White; /*jdk*/
}


.MSStaticMenuItemStyle
{
	/*background-color: #005E99;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	*/
	border-right: solid 2px white;
   	/*font-size: 14px;*/
}

 /*jdk*/
a.MSStaticMenuItemStyle
{
	color: White; /*jdk*/
	background-color: #005E99;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
   	font-size: 14px;
}

.MSStaticSelected
{
	background-color:#00ADEF;
	color:#005E99;
	border-right:solid 2px white;
}

a.MSStaticSelected
{
	color: White; /*jdk*/
}

.MSStaticHoverStyle
{
	/*color:#F26522;*/
	color: White;
}

.MSDynamicMenuItemStyle
{
	font-family:Arial;
	background-color:#005E99;
	color:White;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:6px;
	font-size:14px;
}

 /*jdk*/
a.MSDynamicMenuItemStyle
{
	color: White;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:6px;
}

.MSDynamicHoverStyle
{
	background-color:#00ADEF;
	color: #005E99;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:6px;
}

.MSDynamicSelectedStyle
{
	 background-color:#00ADEF;
	 color:#005E99;
}


/*********************
    VERTICAL SECTION
**********************/
.VertMSMenuMain
{
    vertical-align: top;
	width: 100%;
}
     
.VertMSMenuMain table tr td
{
    border-bottom: solid 2px white;
	line-height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.VertMSStaticMenuStyle
{
    background-color: #cdd1d6;
    vertical-align: bottom;
}

.VertMSStaticMenuStyle a
{
    color: #999999; 
}
 
table.VertMSStaticMenuItemStyle
{
   background-color: #cdd1d6;
   color: #999999;
}

a.VertMSStaticMenuItemStyle 
{
   background-color: inherit;
   padding-left: 10px;
   vertical-align: bottom;
   text-align: inherit;
}

a.VertMSStaticMenuItemStyle img
{
   padding-right: 5px;
   padding-bottom: 4px;
}

.VertMSMenuMain table tr td table tr td a
{
    color: #025689;
}

.VertMSMenuMain table tr td table tr td
{
    background-color: #E0E0E0;
    /*border: solid 1px black;*/
    border: none;
	margin: 0px;
	padding-left: 8px;
	width: 100%;
}

/*
a.VertMSStaticMenuItemStyle
{
	color: #025689;    
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}  */


/*

a.VertMSStaticMenuItemStyle:Hover
{
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
} */


a.VertMSStaticSelected
{
	color: #044665; /*NEED TO CHANGE jdk*/
}
