.cssvertical ul {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px; /* Width of Menu Items */
	/*border-bottom: 1px dotted #ccc;*/
    LIST-STYLE-TYPE: none;
	z-index: 1001;
	color: #777777;

}
	
.cssvertical ul li {
	position: relative;

	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none; 
	BACKGROUND: #fff;
	z-index: 1001;

}
	
.cssvertical li ul {
	position: absolute;
	left: 180px; /* Set 1px less than menu width */
	top: 0;
    display: none;
	z-index: 1001;

}

/* Styles for Menu Items */
.cssvertical ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background: #fff; /* IE6 Bug */
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 5px;
	border-bottom: 1px dotted #808181;
	width: 170px;
	vertical-align: middle;
	padding-top:8px;
	font-weight:bold;
	z-index: 1001;

/* UnComment if You Want have Shadow
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
*/
}

.cssvertical ul li a:hover{ /*Theme Change here*/
	color: #FF6F36;
}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.cssvertical li:hover ul, li.over ul { display: block; } 
.cssvertical li:hover ul ul, li.over ul ul {display: none;} 
.cssvertical ul ul li:hover ul, ul ul li.over ul {display: block;}

.cssvertical ul li ul li {
	padding: 12px;
	border: solid 1px #CCCCCC;
}

.cssvertical ul li ul {
	background-image: url(../images/white.gif);
	background-repeat:no-repeat;
	border: solid 1px #FFFFFF;
	width: 100px;
	height:12px;
}

.cssvertical ul li ul a {
	background-image: url(../images/white.gif);
	background-repeat:no-repeat;
	border: solid 1px #FFFFFF;
	width: 100%;
	height:12px;
	

}
.iffy{
color:#FF0000;
}
