.topNav_drk {
	background-repeat: repeat-x;
	background-image: url("../images/top_navbar/dark_bg.jpg")
		;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: Black;
	border-left-color: #999999;
	border-width: 1px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding-left: 10px;
	cursor: pointer;
	height: 40px;
}

.topNav_lite {
	background-repeat: inherit;
	background-image: url("../images/top_navbar/lite_bg.jpg")
		;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FD7B7B;
	border-right-color: Black;
	border-left-color: #FD7B7B;
	border-width: 1px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding-left: 10px;
	cursor: pointer;
	height: 40px;
}

.topNav_drk_ext {
	background-repeat: repeat-x;
	background-image:
		url("../images/top_navbar/dark_ext_bg.jpg");
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	border-width: 1px;
	height: 40px;
}

.topNav_last {
	background-repeat: no-repeat;
	background-image: url("../images/top_navbar/last_bg.jpg")
		;
	border-style: none;
	border-width: 0px;
	height: 40px;
	width: 0px
}

.dropdown_bullet {
	display: block;
	background-image: url('../images/dropdown_bullet.gif');
	background-repeat: no-repeat;
	width: 10px;
}

.dropdown_l1 {
}
.dropdown_l1 a
{
	 color: #ffffff;
	 display: block;
	 line-height: 16px;
	 padding: 0px;
	 font-weight: bold;
	 font-size: 11px;
	 float: none;
	 width: auto;
}
.dropdown_l1 a:hover
{
	 text-decoration: underline;
}

.dropdown_l2 {
	 background-image: none;
	 padding-left: 8px;
}
.dropdown_l2 a
{
	 color: #ffffff;
	 display: block;
	 line-height: 16px;
	 padding: 0px;
	 font-size: 11px;
	 float: none;
	 width: auto;
	 font-weight: normal;
}
.dropdown_l2 a:hover
{
	 text-decoration: underline;
}

ul.normal {
	list-style-type: disc;
}
