.topline {background-color: #0496cc; height: 7px;}
.blackbg {background-color: #000000;}

.cusom_toppro_menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
}

.cusom_toppro_menu li {
	margin: 0 0 0 2px;
	float: left;
}

.cusom_toppro_menu li a {
	position:relative;
	height:33px;
	display:block;
	float:left;
	text-decoration: none;
	background-image: url(../../../../images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	padding: 0 12px 0 12px;
}
	
.cusom_toppro_menu li a:hover{
	background:url(../../../../images/menu_bg_over.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	color:#000000;
}


.cusom_toppro_menu li a span {
	position:absolute;
	left:0;
	top:0;
	width:10px;
	height:33px;
	display:block;
	background-color: #000000;
	background-image: url(../../../../images/menu_left.png);
	background-repeat: no-repeat;
}

.cusom_toppro_menu li a:hover span {
	background-image: url(../../../../images/menu_left_over.png);
	background-repeat: no-repeat;
}

.topsmalltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #6c6c6c;
}

.toplink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.toplink a {
	color: #FFFFFF;
	text-decoration: none;
}

.toplink a:hover {
	color: #f47721;
	text-decoration: none;
}