/* --------------------------
AUTHOR : Designmach.com
URL : http://www.designmach.com
----------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	color:#666;
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
#menu{
	width:100%;
	margin:10px;
	font:12px/18px 232MKSD;
}
#menu ul{
	/*list-style:none;*/
}
#menu li{
	/*list-style:none;*/
	float:left;
	margin:0 5px;
}
#menu li a{
	float:left;
	height:24px;
	color:#999;
	/*text-transform:uppercase;*/
	font-size:13px;
	/*background:url(images/menu_009_l.jpg) no-repeat left;*/
	line-height:24px;
	padding:0 0 0 3px;
	text-decoration:none;
}


#menu li a:hover{

	float:left;
	height:24px;
	color:#999;
	
} 
#menu li a:hover span{

	float:left;
	color:#5D9AD8;
	height:24px;
}

/* TEST 0101010101010101100101010110101010101 */
/* 010101001010101010101010101010101010101010 */
/* 010101010101010101010101010101010101010101 */
#menuR{
	width:100%;
	margin:10px;
	font:12px/18px Century Gothic;
	/*font:12px/18px MS Reference Sans Serif;*/
	font-style:bold;
}
#menuR li{
	
	float:left;
	margin:0 4px;
}
#menuR li a{
	float:left;
	height:24px;
	color:#999;
	/*text-transform:uppercase;*/
	font-size:13px;
	/*background:url(images/menu_009_l.jpg) no-repeat left;*/
	line-height:24px;
	padding:0 0 0 3px;
	text-decoration:none;
}


#menuR li a:hover{

	float:left;
	height:24px;
	color:#999;
	
} 
#menuR li a:hover span{

	float:left;
	color:#FF3366;
	height:24px;
}
