@charset "utf-8";
/* CSS Document */

/* MENU BAR */
	div.menubar_left
	{
		width:6px;
		height:18px;
		
		background-image:url(images/menubar_left.png);
		background-repeat:no-repeat;
		
		float:left;
	}
	
	div.menubar_center
	{
		width:938px;
		height:18px;
		
		background-color:#595B72;
		
		float:left;
	}
	
	div.menubar_right
	{
		width:6px;
		height:18px;
		
		background-image:url(images/menubar_right.png);
		background-repeat:no-repeat;
		
		float:left;
	}
	
/* MENU ITEMS */
	div.menubar_item
	{
		/*width:104px;*/
		width:97px;
		height:18px;
		
		float:left;
		line-height:16px;
		
		font-size:12px;
		vertical-align:middle;
		font-weight:bold;
		color:#78AB4E;
		
		cursor:default;
	}
	
	div.menubar_item:hover
	{
		/*width:104px;*/
		width:97px;
		height:18px;
		
		float:left;
		line-height:16px;
		
		font-size:12px;
		font-weight:bold;
		color:#FFFFFF;
		
		cursor:pointer;
	}
	
	div.menubar_seperator
	{
		width:6px;
		height:18px;
		
		line-height:14px;
		float:left;
	}