.slidedoormenu{
list-style-type: none;
margin: 0;
padding: 0;
width:180px;
padding-top:5px; /* width of menu (don't forget to add border with below!) */
padding-bottom:10px;

}

.slidedoormenu li{
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#FFFFFF;
font-size:12px;
font-weight:normal; /* Gray border beneath each menu item */
font-style:normal;
}

.slidedoormenu li a{/* Background image positioned to the left(v) top(h) corner initially */
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
display: block;
font-style:normal;
width: auto;
border-bottom: 1px dotted #9f9f9f; /* White border beneath each menu item link, to add depth */
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color:#FFFFFF;
}

.slidedoormenu li a:hover{
 /* Shift background image horizontally 387px, or the start of the 2nd background image */
color:#FFFFFF;
font-weight:normal;
background:#616161;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */

font-weight:bold;
}

.slidedoormenu li.lastitem a{
padding: 4px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}
.slidedoormenu li a{ /* Menu link width value for IE */
width: 100%;
}



/*********************************vertical menu2********************************************/
.slidedoormenu2{
list-style-type: none;
margin: 0;
padding:0px 0px 0px 12px;
width:100%; /* width of menu (don't forget to add border with below!) */
 /* thick left border of menu */
 padding-top:5px;
 text-decoration:none;

}

.slidedoormenu2 li{
text-decoration:none;
background-image:url(../images/arrow.gif);
background-repeat:no-repeat;
background-position:left center;
padding-bottom:2px;
*padding-bottom:4px;
 /* Gray border beneath each menu item */
}

.slidedoormenu2 li a{
font:normal 11px Verdana;
display: block;
color:#000000;
width: auto;
 /* White border beneath each menu item link, to add depth */
padding: 2px 10px; /* Vertical (top/bottom) padding for each menu link */
*padding: 0px 10px;
text-decoration:none;
margin-left:10px;
}

.slidedoormenu2 li a:visited, .slidedoormenu li a:active{
color:#000000;
}

.slidedoormenu2 li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color:#333333;
}

.slidedoormenu2 li.lastitem, .slidedoormenu2 li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu2 li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

/*********************************vertical menu2 end ********************************************/
/*********************************vertical menu3********************************************/
.slidedoormenu3{
list-style-type: none;
margin: 0;
padding:0px 0px 0px 12px;
width:100%; /* width of menu (don't forget to add border with below!) */
 /* thick left border of menu */
 padding-top:5px;
 text-decoration:none;

}

.slidedoormenu3 li{
text-decoration:none;
padding-bottom:2px;
*padding-bottom:1px;
 /* Gray border beneath each menu item */
}

.slidedoormenu3 li a{
font:normal 11px Verdana;
display: block;
color:#FFFFFF;
width: auto;
 /* White border beneath each menu item link, to add depth */
padding: 2px 10px; /* Vertical (top/bottom) padding for each menu link */
*padding: 0px 10px;
text-decoration:none;
margin-left:10px;
}

.slidedoormenu3 li a:visited, .slidedoormenu3 li a:active{
color:#FFFFFF;
}

.slidedoormenu3 li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color:#333333;
}

.slidedoormenu3 li.lastitem, .slidedoormenu3 li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu3 li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

/*********************************vertical menu3 end ********************************************/



