﻿.LeftMenuItemContainer
{	
	margin:0;
	padding:0;
	width: 184px;
	height: 100%;
	background-image: url(Images/sideMenuCenter.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	background-color: #CCCCCC;
	padding-top: 32px;
}

.LeftMenu_wrapper
{
    border: 1px solid;
    border-color: #cccccc;
    border-bottom: 0;   
    border-radius:4px;
}

.LeftMenuItem
{	
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    background-color:#FAFAFA;   
	font-weight: normal;	
	text-decoration: none;
	color: Blue;
	text-align: left;
	border-top: 1px solid;
	border-top-color: #FFFFFF;
	border-bottom: 1px solid;
	border-bottom-color: #cccccc;
	border-radius:4px;
	
}

.LeftMenuItem td
{
    height: 26px;    
}

.LeftMenuItem td a
{
	padding: 3px 2px 3px 10px;
	margin:0;
	/*background-image: url(Images/13x13_but_Red.gif);*/
	background-position: left center;
	background-repeat: no-repeat;	
	border:solid red 0px;
} 

/* leftMenu a */
#ctl00_LeftMenu a.static {
    border-bottom: 1px solid #e6e6e6 !important;
    width: 210px;
}
#ctl00_LeftMenu a:hover {
  text-decoration: underline !important;  

}
.LeftMenuItemRollOver td a:hover
{	
    /*background-image: url(Images/13x13_but_Yellow.gif);*/
    text-decoration: underline !important;
	background-position: left center;
	background-repeat: no-repeat;	
}

