/*    
#################################################################################################################################
# All code on this page is Copyright Tenshi Web Solutions.																		#
# Absolutely no use of this code is allowed in any way, shape or form without prior consent from Tenshi Web Solutions.			#
# Legal action will be taken against anyone who abuses this request.															#
#################################################################################################################################
*/

/* Holbrook House CSS Document */

/* ######################################## */
/* ### Left menu css for Holbrook House ### */
/* ######################################## */

.menu {
background-image:  url(../../images/templates/leftmenubgd.gif);
font: 12px Verdana, Helvetica, sans-serif;
color: #7F001C;
/* margin-left: 5px; */
padding-left: 18px;
padding-top: 2px;
padding-bottom: 2px;
display: block;
}

ul {
margin: 0;
padding: 0;
list-style: none;
width: 125px;
border-bottom: 1px solid #fff;
}

ul li {
position: relative;
}

li ul {
position: absolute;
left: 124px;
top: 0;
display: none;
width: 150px;
}

ul li a {
display: block;
text-decoration: none;
color: #777;
background: #fff;
padding: 3px;
border: 1px solid #fff;
border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li {float: left; }
* html ul li a {height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; }

ul li a:hover {
background: #7F001C; color: #fff;
}