jQuery(function() {
	jQuery('#navigation > li > a ')
	.css(
		 	{
				'color': 'rgb(53, 53, 53)',
				'display': 'block',
				'font-size': '12px',
				'left': '0',
				'margin': '0',
				'padding': '20px 18px 10px',
				'text-decoration': 'none',
				'text-transform': 'capitalize'
			}
	);
	
	jQuery('#navigation > li#subscribe > a ')
	.css(
		 	{
				'color': 'rgb(153, 153, 153)',
				'display': 'block',
				'font-size': '11px',
				'left': '0',
				'margin': '0',
				'padding': '16px 20px 10px 20px',
				'text-decoration': 'none',
				'text-transform': 'capitalize'
			}
	);
	
	jQuery('#navigation > li > ul')
	.css(
		 	{
				'background': 'url(../images/element/navigation/container/small/left.gif) no-repeat 0 0',
				'display': 'none',
				'height': '148px',
				'left': '-86px',
				'margin': '-3px 0 0 0',
				'padding': '0 0 0 5px',
				'position': 'absolute',
				'z-index':'1'
			}
	);
	
	jQuery('#navigation > #about > ul ')
	.css(
		 	{
				'background': 'url(../images/element/navigation/container/tiny/left.gif) no-repeat 0 0',
				'left': '0',
				'width': 'auto'
			}
	);
	
	jQuery('#navigation > #service > ul')
	.css(
		 	{
				'background': 'url(../images/element/navigation/container/large/left.gif) no-repeat 0 0',
				'height': '340px',
				'left': '-193px',
				'width': '944px'
			}
	);
	
	jQuery('#navigation > #price > ul')
	.css(
		 	{
				'background': 'url(../images/element/navigation/container/large/left.gif) no-repeat 0 0',
				'height': '390px',
				'left': '-95px',
				'width': '944px'
			}
	);
	
	jQuery('#navigation > #privileges > ul')
	.css(
		 	{
				'left': '-138px',
				'width': '386px'
			}
	);
	jQuery('#navigation > #news > ul')
	.css(
		 	{
				'left': '-105px',
				'width': '386px'
			}
	);
	jQuery('#navigation > li > ul > li')
	.css(
		 	{
				'background': 'url(../images/element/navigation/container/small/right.gif) no-repeat 100% 0',
				'float': 'left',
				'height': '113px',
				'margin': '0',
				'padding': '20px 18px 15px 0',
				'width': '924px'
			}
	);
	jQuery('#navigation > #about > ul > li')
	.css(
		 	{
				'background': 'url(../images/element/navigation/container/tiny/right.gif) no-repeat 100% 0',
				'height': '55px',
				'width': '550px'
			}
	);
	jQuery('#navigation > #price > ul > li')
	.css(
		 	{
				'background': 'url(../images/element/navigation/container/large/right.gif) no-repeat 100% 0',
				'height': '340px'
			}
	);
	jQuery('#navigation > #service > ul > li')
	.css(
		 	{
				'background': 'url(../images/element/navigation/container/large/right.gif) no-repeat 100% 0',
				'height': '390px'
			}
	);
	jQuery('#navigation > #privileges > ul > li')
	.css(
		 	{
				'width': '570px'
			}
	);
	jQuery('#navigation > #news > ul > li')
	.css(
		 	{
				'width': '386px'
			}
	);
	jQuery('#navigation li > a > span')
	.css(
		 	{
				'background': 'url(../images/element/navigation/flat/left.gif) no-repeat 0 0',
				'bottom': '-1px',
				'*bottom': '0',				
				'color': 'rgb(53, 53, 53)',
				'cursor':'pointer',
				'display': 'none',
				'position': 'absolute',
				'z-index':'2',
				'left': '0',
				'margin': '0',
				'padding': '20px 0 10px 2px'
				
			}
	);
	jQuery('#navigation li > a > span > em')
	.css(
		 	{
				'background': 'url(../images/element/navigation/flat/right.gif) no-repeat 100% 0',				
				'float': 'none',
				'font-style': 'normal',
				'margin': '0',
				'padding': '20px 18px 10px 16px',
				'*width': '200px'
			}
	);
	
/* subscribe*//*
	jQuery('#navigation > #subscribe > ul')
	.css(
		 	{
				'background': 'none',
				'display': 'none',
				'height': '42px',
				'left': '-86px',
				'margin': '0 0 0 0',
				'padding': '-3px 0 0 5px',
				'position': 'absolute',
				'z-index':'1'
			}
	);*/
	jQuery('#navigation > #subscribe > ul ')
	.css(
		 	{
				'background': 'none',
				'left': '-86px',
				'width': 'auto'
			}
	);
	jQuery('#navigation > #subscribe > ul > li')
	.css(
		 	{
				'width': '288px'				
			}
	);
	jQuery('#navigation > #subscribe > ul > li')
	.css(
		 	{
				'background': 'url(../images/element/navigation/container/tiny/subscribe_select.png) no-repeat 100% 3px',
				'_background': 'url(../images/element/navigation/container/tiny/subscribe_select.gif) no-repeat 100% 3px',
				'height': '42px',
				'width': '240px'
				
			}
	);
	jQuery('#subscribe > a > span')
	.css(
		 	{
				'background': 'none',				
				'bottom': '-1px',
				'*bottom': '0',				
				'color': 'rgb(53, 53, 53)',
				'cursor':'pointer',
				'display': 'none',
				'position': 'absolute',
				'z-index':'2',
				'left': '0',
				'margin': '0',
				'padding': '16px 0 10px 0px'
				
			}
	);
	jQuery('#subscribe > a > span > em')
	.css(
		 	{
				'background': 'url(../images/element/navigation/flat/subscribe_select.gif) no-repeat 0 6px',				
				'float': 'none',
				'font-style': 'normal',
				'margin': '0',
				'padding': '16px 20px 10px 20px',
				'*width': '200px'				
			}
	);
	jQuery('input')
	.css(
		 	{
				'border': 'none'
				
			}
	);


});
