/* CSS Document */



.leftMenu{
/*width:210px;/*changed for responsive*/
width:20%;
float:left;
margin-top:0px;
margin-right:0px;
margin-bottom:2px;
padding: 0px;
text-align:center;
position:relative;
/*border:#000066 1px solid;*/
}


/*updated 12/30/2015 - using css to create border*/
/*.menuBox_Top{
float:left;
clear:both;
width:204px;
margin-top:2px;
margin-left:0px;
margin-right:0px;
margin-bottom:-1px;
padding:0px;
height:20px;
background-image:url(/content/main/Workers/Images/WorkersMenuTop.gif);
background-repeat:no-repeat;
position:relative;
/*border:#0000FF 1px solid;


}

.menuBox_Bottom{
float:left;
width:204px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:5px;
padding-bottom:0px;
height:19px;
background-image:url(/content/main/Workers/Images/WorkersMenuBottom.gif);
background-repeat:no-repeat;
position:relative;
/*border:#0000FF 1px solid;
}
*/
.menuBox_Content{
float:left;
position:relative;
/*width:205px;
background-image:url(/content/main/Workers/Images/WorkersMenuBackground.gif);
background-repeat:repeat-y;
margin-top:-4px;
margin-bottom:0px;
padding-bottom:2px;
padding-top:3px;*/
width:100%;
border:#201FC1 2px solid;/*changed for responsive*/
border-radius:20px;/*changed for responsive*/
padding:3px 3px 10px 3px;
}

 .menuBoxLinks
{
/*margin-top:-16px;changed for responsive*/
margin-bottom:0px;

}
 .menuBoxLinks ul
{

list-style:none;
margin-bottom:0px;
padding: 0 15px;
}

.menuBoxLinks li {
/*padding-right:5px;
margin-left:2px;changed for responsive*/
text-align:left;
 }

.menuBoxLinks ul a:link{
color:#000066;
text-align:left;
font-weight:bold;
text-decoration:none;
}
 
  .menuBoxLinks ul a:visited{
	color:#000066;
	font-weight:bold;
	text-decoration:none;
}

 
 .menuBoxLinks ul a:hover{
	color:#0000FF;
	text-decoration:underline;
}

@media (max-width: 1024px) {
	.leftMenu {
		width: 30%;
	}
}