﻿.dropmenudiv_b{
	position:absolute;
	top:0;
	width:145px;
	background-color:#e1eaf4;
	z-index:100;
	visibility:hidden;
	}
	.dropmenudiv_b a{
		margin:5px;
		padding:2px 7px;
		width:auto;
		display:block;
		text-decoration:none;
		}

* html .dropmenudiv_b a{ /*IE only hack*/
	width:100%;
	}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	color:#fff;
	background-color:#6f93cb;
	}
