﻿#vertnav{
	list-style:none;
	position:absolute;
	margin:0;
	padding:0;
	top:0;
	background: #707070 url(http://businessesforsaleinChicago.com/images/menuBack.jpg) repeat-y left;
	color: #707070;
	}

#vertnav ul { 
	overflow:visible;
	position:absolute;
}

#vertnav li { 
	display:block;
	position:relative;
	text-indent:8px;
	height:36px;
    width:187px;
}


#vertnav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
    text-decoration:none; 
    display:block;
	background: url(http://businessesforsaleinChicago.com/images/button.jpg);
	color:#666666;
	height:34px;
    width:187px;
	padding-top:8px;
	border-bottom: 1px solid #000000;
}

#vertnav a:hover{
	height:34px;
    width:187px;
    color:#FFFFFF;
	background: url(http://businessesforsaleinChicago.com/images/buttonHover.jpg) no-repeat;
}

#vertnav ul, vertnav ul ul, #vertnav ul ul ul{
    display:none; 
    position:absolute; 
    top:0;
    left:147px;
	text-indent:8px;
	font-weight:normal;
	text-decoration:none;
}

#vertnav li:hover ul ul, #vertnav li:hover ul ul ul{
	display:none;
	background-color: #707070;
}

#vertnav li:hover ul, #vertnav ul li:hover ul, #vertnav ul ul li:hover ul
{
    display:block;
}

li>ul { 
	top: auto;
	left: auto;
}

#mylogo {width:127px;height:20px;border:none;margin-top:36px;background:none
}

#mylogo a {background:#707070; 
border-bottom: 0px solid #000000;
}

#mylogo a:hover{
 height:34px;
    width:187px;
 background: #707070 none;
 }


/* Win IE only \*/
* html #vertnav li{
	float:left;
	background-color: #707070;
} 
/* end holly hack */

