﻿			
			/**********************************************************
***	MENU 002 
**********************************************************/

.TopMenu {
    height: 32px;
    width:100%;
    overflow:hidden;
}
/**** common menu css */
	.TopMenu ul
	{
		list-style:none;
		margin:0;
		padding:0;
		padding-left:10px;
	}
		.TopMenu li
		{
			float:left;
		}

			.TopMenu a
			{
				color:#fff;
				text-decoration:none;
				
				height:32px;
				line-height:32px;
				float:left;
				padding-left:15px;
			}
			
				.TopMenu a div
				{
					
					padding-right:15px;
				}
				
				.TopMenu a:hover
				{
					text-decoration:underline;
				}
			
			.TopMenu li.Current a, .TopMenu li a:hover
			{
				background:url(http://ocean-rig.irwebpage.com/img/gfx/bg_menu_btn_left.png) top left no-repeat;
			}
			
				.TopMenu li.Current a div, .TopMenu li a:hover div
				{
					background:url(http://ocean-rig.irwebpage.com/img/gfx/bg_menu_btn_right.png) top right no-repeat;
				}
/**********************************************************
***	Submenu
**********************************************************/

	
	.fwMenu ul
		{
			list-style:none;
			margin:0;
			padding:0;
			margin-top:20px;
		}
	
	.fwMenu a
		{
			color:#526368;
		}
	
	
	/* LEVEL 0 */
	
	.fwMenu div > ul
		{
            width:100%;
            float:left;	
            margin-top:0;		
		}	
		.fwMenu div > ul li
			{
				background:url(http://ocean-rig.irwebpage.com/img/gfx/bg_dotted_border.gif) bottom left repeat-x;
				float:left;
				width:200px;
				clear:left;
				padding:1px 0 1px 0;
			}
			.fwMenu div > ul li.Top{	            
                background:none;   
                margin-bottom:15px;               
	        }	        
			.fwMenu div > ul > li > a
				{
					line-height:28px;
					height:28px;
					display:block;
					padding-left:15px;
				}
				.fwMenu div > ul > li.Top > a
	            {
	                color: #526368;
                    font-size: 1.3em;
                    font-weight: normal;  
	                text-decoration:none;  
	                padding-left:0;  
	            }
				.fwMenu div > ul li.Current > a
					{
						background:url(http://ocean-rig.irwebpage.com/img/gfx/bg_menu_selected.png) left center no-repeat;
					}
				.fwMenu div > ul > li.expand > a
			    {
					background:url(http://ocean-rig.irwebpage.com/img/gfx/btn_expand.png) left 9px no-repeat;
				}	
				.fwMenu div > ul > li.colapse > a
					{
						background:url(http://ocean-rig.irwebpage.com/img/gfx/bg_menu_selected_parent.png) left 0px no-repeat;
					}
			
	
	/* LEVEL 1 */
	
	.fwMenu div > ul > li > ul
		{
			display:none;
			margin-top:5px;
			background:url(http://ocean-rig.irwebpage.com/img/gfx/bg_submenu.png) left center repeat-y;
			float:left;
			margin-bottom:2px;
		}
	
	.fwMenu div > ul > li.Current > ul
		{
			display:block;
		}
	
		.fwMenu div > ul > li > ul li
			{
				background:none;
			}
			
		.fwMenu div > ul > li > ul > li > a
			{
				width:186px;
				background:none;
				padding:0px 0px 0px 15px;
			}		
		.fwMenu div > ul > li > ul > li.Current a
			{
				color:#009245;
			}
	
	
	
	

