/* Change the style of the menu in this file */

	ul.dropdown a:link,
	ul.dropdown a:visited						{ color: #fff; text-decoration: none;	}
	ul.dropdown li ul li:hover,
	ul.dropdown li:hover a, ul.dropdown a:hover	{ cursor: pointer;		}
	ul.dropdown a:active						{ color: #fff; }
		
	ul.dropdown li{	
		font-style: italic;
		background: url(images/mainNav_right.png) no-repeat scroll right top;
		padding: 3px 3px 10px 0;
		}
	
	ul.dropdown li a{	
		background: url(images/mainNav_left.png) no-repeat scroll left top;
		padding: 3px 5px 10px 9px;
		}
		
	ul.dropdown li:hover,
	ul.dropdown li.current{	background: url(images/mainNav_right_hover.png) no-repeat scroll right top;	}
	ul.dropdown li:hover a,
	ul.dropdown li.current a{	background: url(images/mainNav_left_hover.png) no-repeat scroll left top;	}	
		
		/*Sub Menu*/
		
		ul.dropdown li ul {
			width: 204px;
			margin-left: 3px;
			padding-top: 4px;
			background: url(images/subNav-top.png) no-repeat scroll right top;
			}
			
		ul.dropdown li ul li{	
			background: url(images/subNav.png) no-repeat scroll left bottom;
			padding: 4px;
			}
			
		ul.dropdown li ul li:hover{			background: url(images/subNav.png) no-repeat scroll right bottom; 	}
			
		ul.dropdown li ul li a,
		ul.dropdown li:hover ul a{			background: none;	}
		
		ul.dropdown li ul li.last{			background: url(images/subNav-last.png) no-repeat scroll left bottom; 	}
		ul.dropdown li ul li.last:hover,
		ul.dropdown li ul li.last.current{	background: url(images/subNav-last.png) no-repeat scroll right bottom; 	}
		
		/*Parent Pages*/
		
		ul.dropdown li ul li.parent{			background: url(images/subNav-parent.png) no-repeat scroll left bottom; 	}
		ul.dropdown li ul li.parent:hover,
		ul.dropdown li ul li.parent.current{	background: url(images/subNav-parent.png) no-repeat scroll right bottom; 	}	
		
		ul.dropdown li ul li.last.parent{			background: url(images/subNav-last-parent.png) no-repeat scroll left bottom; 	}
		ul.dropdown li ul li.last.parent:hover,
		ul.dropdown li ul li.last.parent.current{	background: url(images/subNav-last-parent.png) no-repeat scroll right bottom; 	}
		
		
		/*Sub Sub Pages*/
		
		ul.dropdown li ul li ul {
			margin: 0;
			padding: 4px 0 0 4px;
			}
		

