
.browse {
	height: auto;
	list-style: none;
	width: 100%;
	float: left;
	
}
.browse ul {
	height: 32px;
	padding-top: 0px;
	list-style: none;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
}
.browse li {
	float: left;
	height: 32px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 0px;
}

* html .browse li {
	float: left;
	height: 32px;
	width: 10px;
	margin-left: 0px;
	padding-top: 13px;
}

.browse li:hover {
	height: 32px;
}
.browse ul a, .browse ul a:hover {
	display: block;
	padding: 5px 0px 0 0px;
	background-color: inherit;
	color: #f7fbff;
	height: 27px;
}

.browse ul ul {
	position: absolute;
	background: #020202;
	height: auto;
	width: 190px;
	padding: 0;
	margin: 0px;
	border-left: 2px solid #CBCBCB;
	border-right: 2px solid #CBCBCB;
	display: none;
	
}
.browse li li, .browse li li:hover {
	float: none;
	margin: 0;
	width: auto;
	height: auto;
	text-align: left;
	padding: 7px 7px;
}

.browse ul ul a
{
	display: inline;
	padding: 0;
	background: none;
	font-size: 100%;
	background-color: inherit;
	height: auto;
	font-weight: bold;
	border: none;
	color: #759bb3;
}
	
.browse ul ul a:hover {
	display: inline;
	padding: 0;
	background: none;
	font-size: 100%;
	background-color: inherit;
	height: auto;
	font-weight: bold;
	border: none;
	color: #fff;
}


.browse li:hover ul {
	display: block;
}


.browse li.active { color: #b8d3e5; font-weight: bold;}
.browse  a:link { color: #d7e3f0; text-decoration: none; }
.browse  a:visited { color: #d7e3f0; text-decoration: none; }
.browse  a:hover { color: #f7fbff; }


