/*-------This CSS file is Develope by RousnayŽ Corporation.----------*/
/*------------------http://www.rousnay.com/------------------------*/
/*--------Copyright (c) 2010-2011 RousnayŽ Corporation-------------*/
/*--------------@author Mozahidur Rahman 'Rousnay'-----------------*/


.container {
	width: 970px;
	background-color:#C03;
	height: 330px;
	position: absolute;
	top: 50%; left: 50%;
	margin: -165px 0 0 -210px;
	overflow: hidden;
}
img {border: none;}
ul#topnav {
	margin: 5px 0 0px; 
	padding: 0px 0px 0px 0px; 
	list-style: none;	
	font-size: 1.1em;
	clear: both;
	float: left;
	width: 970px;
	background-image:url(../images/btg.png);
	background-repeat:repeat-x;
}
ul#topnav li{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:40px;
}
ul#topnav a, ul#topnav span {
	padding: 10px 15px; 
	float: left; 
	text-decoration: none; 
	color: #fff;
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
	background: #1d1d1d; 
}
ul#topnav a {	color: #7bc441; }
ul#topnav span {
	display: none;
}

ul#topnav.v2 span{
	background: url(../a_bg.gif) repeat-x left top;
}
ul#topnav.v2 a{
	color: #555;
	background: url(../a_bg.gif) repeat-x left bottom;
}