/* =================================================================================================
	Left Menu
================================================================================================= */

img
{
    border: 0;
}

div.leftMenu{
	/*background-color: #1E725B;*/
}

/*
div.leftMenu ul li{
	list-style-image:url(../../images/sidearrow_over.gif);
}
*/
.sf-menu li .active {
    left: 180px;
    top: 0;
}

.sf-menu li .inactive {
    left: 0px;
    top: 0;
}

.sf-menu ul{
	color: #EFEFF1;
	background: #EFEFF1;
	
}

.sf-menu .menu_li_lv1{
    background-image: url(../../images/sidearrow_over.gif);
    background-repeat: no-repeat;
}

.sf-menu .in-active .menu_lv1{
    /* default background color for menu lv 1 */
    color: #FFFFFF;
    background-color: #1E725B;
    
}

.sf-menu ul li a
{
    width: 160px;
    color: #FFFFFF;
    padding-left: 15px;
    line-height: 1.2em;
    margin: 10px 0;
    margin-right: 10px;
    height:auto;
    /*min-height:20px;*/

	
}

.sf-menu .menu_lv1
{
	/*default for main menu (lv1)*/
	width: 153px;
        padding-left:13px;
        padding-top:5px;
        padding-bottom:5px;
        padding-right:12px;
	line-height:1.4em;
	height:auto;
	/*min-height:20px;*/


}

.sf-menu .menu_lv1B
{
    padding-top:6px;
    padding-bottom:2px;
	height:auto;
	min-height:32px;

}

.sf-menu .active .menu_lv1 span{
    /* mouse over: menu font color
    /*color: #cc6600;*/
    color: #1E725B;
}

.sf-menu .in-active .menu_lv1 span, .sf-menu .active 
{
    color: #FFFFFF;
}

.sf-menu .in-active 
{
    /*color: #1e486e;*/
    color: #FFFFFF;
		
}

.sf-menu .active{
	/* tab over: level 1 menu*/
	/*background: #5885B8;*/
	background: #D2E3DE;
	
}

.sf-menu .active a:hover{
	/* mouse over: level 1 menu*/
	/*background: #324DA4;*/
	background: #D2E3DE;
}


.sf-menu .active .in-active a{
	/*sub-menu default*/
	width:170px;
	margin:0px;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	
}

.sf-menu .active .in-active a:hover, .sf-menu .active .in-active a:focus, .sf-menu .active .in-active a:active{
	/* sub-menu item - mouse / tab over - change background color*/
	background: #324DA4;
}

.sf-menu .separate-line
{
    position:relative; 
    width: 100%; 
    border-bottom: 1px dotted #9b9b9b; 
    clear:both; 
    height:0; 
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	
	width:180px;
	z-index:999;
}

.sf-menu 
{
	line-height:	30px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			190px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			192px; /* match ul width */
	top:			0;
	background: red;
}

ul.sf-menu li li a:focus ul, ul.sf-menu li li a:active ul{
	left:			192px; /* match ul width */
	top:			0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			180px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a 
{
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	/*background:		#FFFFFF;*/
}
.sf-menu li li {

	/*background:		#FFFFFF;*/
}
.sf-menu li li li {
	/*background:		#FFFFFF;*/
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;

}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	160px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	180px; /* match ul width */
	top:	0;
}

/* handle tabover*/
/*
.sf-vertical li.active ul,
.sf-vertical li.sfactive ul {
	left:	180px; /* match ul width */
	top:	0;
}
*/

/**** submenu css top  ***/
.sf-vertical li.sfHover ul.menu_su1 {
	top:	0;
}
.sf-vertical li.sfHover ul.menu_su2 {
	top:	0;
}
.sf-vertical li.sfHover ul.menu_su3 {
	top:	0;
}
.sf-vertical li.sfHover ul.menu_su4 {
	top:	-80px;
}
.sf-vertical li.sfHover ul.menu_su5 {
	top:	0;
}
.sf-vertical li.sfHover ul.menu_su6 {
	top:	-180px;
}
.sf-vertical li.sfHover ul.menu_su7 {
	top:	-230px;
}
.sf-vertical li.sfHover ul.menu_su8 {
	top:	0px;
}
.sf-vertical li.sfHover ul.menu_su9 {
	top:	-130px;
}
/*** OGCIO customer menu item location ***/


/*** END OGCIO customer menu item location ***/


/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* New tab */
/*
ul.tabs
{
	margin: 0;
	padding: 0;
}
ul.tabs li
{	
	line-height:18px;
	display: inline;
	float: left;
	width: 84px;   
	_width: 85px;
	background-image: url(../../images/tab/bg.png);
  
	overflow: hidden;
}
ul.tabs li a
{
	display: block;
	float: left; /*padding:5px 23px;*/
	padding-right: 5px;
	color: #FFFFFF;
	background: #000000;
	text-decoration: none;
	padding: 5px 4px 3px 4px;
}	 

.external ul li.active
{
    background: url(../images/tab/bg_rollover.png) repeat-x 0 0px;
}
*/

.sf-menu li.menu_li_lv2{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;

}

/* default font size*/
ul li .in-active{
	font-size: 1.0em;
}


.sf-menu li .active ul.menu_lv2{
	left: 191px;
}

/* 2013.03.06*/
#tradeRelations ul li{
	width: 280px;
}

#tradeRelations ul li a{
	width: 260px;
}