#main_menu{
	float: right;
	display: block;
	margin-right: 2px;
}
.dots{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	float: left;
	height: 90px;
}


.bluetabs{
	float: right;
}
.main_link    {
	padding-top: 58px;
	padding-bottom: 17px;
	text-decoration: none;
	display: block;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	/*padding-right: 1px;*/
	/*padding-left: 1px;*/
        width: 130px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	float: left;
}
.main_link:hover      {
	color: #FFFFFF;
	background-color: #b02d22;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	z-index:100;
	width: 250px;
	visibility: hidden;
	background-image: url(../img/dropdown_bg.png);
	text-align: left;
	font-size: 12px;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 7px;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	color: #B02D22;
}
.border_r{
	background-color: #000000;
	float: left;
	height: 90px;
	width: 1px;
	display: block;
	margin-right: 2px;
	margin-left: 2px;
}
