ol {
	margin: 0;
	font-size: 12px;
	font: Arial;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
/*	border-bottom: 1px solid #ccc;*/
	font-weight: normal;
	}
	<!-- SUBMENUS -->
 ol li ol li{	
	font: Arial;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px thin #000;
	font-weight:normal;
	color:#000;
	background-color:#BFCBFF;
	}
	
/* Styles for sub Menu Items */
ol ol li a{
	font: Arial;
	font-size: 12px;
	display: block;
	text-decoration: none;
	font-weight:normal;
	width:300px;
	color: #000;
	background:#BFCBFF; /* IE6 Bug */
	padding: 1px;
	border: 1px solid #000;
	border-bottom: 0;
	}
	
/* Styles for sub Menu Items */
ol ol li a:hover{
	background: #5B75B9; /* IE6 Bug */
	color: #fff;
	}
	


/* Main Menu Style */
ol li {
	font: Arial;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	
	}
li ol {
	font: Arial;
	font-size: 12px;
	position: absolute;
	left: 200px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	font-weight:normal;
	}

/* Styles for Menu links */
ol li a {
font-weight: normal;
	font-size: 12px;
	font: Arial;
	display: block;
	text-decoration: none;
	color: #000;
	background-color:#fff; /* IE6 Bug */
	padding: 1px;
	/*border: 1px solid #ccc;*/
	border-bottom: 0;
	}
	
/* Styles for Menu links */
ol li a {
	font-weight: normal;
	font-size: 12px;
	font: Arial;
	display: block;
	text-decoration: none;
	color: #000;
	background-color:#fff; /* IE6 Bug */
	padding: 1px;
	/*border: 1px solid #ccc;*/
	border-bottom: 0;
	}
	

	.seobullet {
		
		text-decoration:none;
		display: inline;
		border: none;
	}
	

/* Fix IE. Hide from IE Mac \*/
* html ol li { float: left; height: 1%; }
* html ol li a { height: 1%; }
/* End */

ol li a:hover { color: #000; background: #bfcbff; text-decoration: underline;} /* Hover Styles */
		
li ol li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ol, li.over ol { display: block;} /* The magic */
 
li:hover ol, li.over2 ol { display: block;} /* The magic */
/*---------------------------*/
