/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_dropline2-5.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */



.side_menu{
list-style-type: none;
margin: 0px 0px;
padding: 0;
width: 165px;
border: none;
vertical-align:top;
margin-top:-5px;
margin-left:-3px;
}


.side_menu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #ddd;
display: block;
width: auto;
padding: 6px 0;
padding-left: 10px;
text-decoration: none;
margin-bottom:2px;
vertical-align:top;
outline:none;
}


.selected{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #917700;
display: block;
width: auto;
padding: 6px 0;
padding-left: 10px;
text-decoration: none;
margin-bottom:2px;
vertical-align:top;

}



* html .side_menu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 155px;

}

.side_menu li a:visited, .glossymenu li a:active{
color:  #ddd;
}

.side_menu li a:hover{
background-image: url(images/glossyback2.gif);
color: #917700;

}
