/* ******************************** myTopMenu ************* */
.mod_myTopMenu{
	background: #9D9D9F;
	font-size:1.1em;
	color:#FFFFFF;
	float:left;	
}
.mod_myTopMenu .inside{
	margin-top:10px;
	width:207px;
	display:none;
}
.mod_myTopMenu .inside_level_1{
	display:block;
}
.mod_myTopMenu .submenu{
	background: url("../../images/icons/arrow_mm_n.gif") right bottom no-repeat;		
}
.mod_myTopMenu  ul{
	list-style-type: none;
	margin:0;
	padding: 0 0 0px 0px;
}
.mod_myTopMenu  ul li{ /*Top level list items*/
	position: relative;
	display: inline;
	float: left;
	text-align:left;
	width:207px;
}
.mod_myTopMenu ul li ul {
   padding: 0 0 0 24px;
   margin: 0 0 0 -24px;
   list-style-type: none;
}
.mod_myTopMenu ul li a { /*Top level menu link items style*/
	display: block;
	background-color: #9D9D9F; /*background of tabs (default state)*/
	padding: 8px 10px;
	text-decoration: none;
	font-weight:bold;	
}
.mod_myTopMenu  ul li  .trail,
 .mod_myTopMenu  ul li .active{
	display: block;
	background: #B2B2B3; /*background of tabs (default state)*/
	color: #D60067;
	padding: 8px 10px;
	text-decoration: none;
	font-weight:bold;	
}
.mod_myTopMenu ul li a:hover{
background: #D5D5D6; /*tab link background during hover state*/
color: #9D9D9F;
}
* html .mod_myTopMenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
/* ******************************** mySubMenu ************* */
.mod_mySubMenu{
	background: #B2B2B3; 	
	font-size:1.0em;

	float:left;
}
.mod_mySubMenu .inside{
	margin-top:10px;
	width:158px;
}
.mod_mySubMenu  ul{
	list-style-type: none;
	margin:0;
	padding: 0 0 0px 0px;
}
.mod_mySubMenu  ul li{ /*Top level list items*/
	position: relative;
	display: inline;
	float: left;
	text-align:left;
	width:158px;
}
.mod_mySubMenu ul li ul {
   padding: 0 0 0 24px;
   margin: 0 0 0 -24px;
   list-style-type: none;
}
.mod_mySubMenu ul li a { /*Top level menu link items style*/
	display: block;
	background-color: #B2B2B3; /*background of tabs (default state)*/
	padding: 8px 10px;
	text-decoration: none;
	font-weight:bold;	
}
.mod_mySubMenu  span.active{
	display: block;
	background: #E7E7E7; /*background of tabs (default state)*/
	color: #9D9D9F;
	padding: 8px 10px;
	font-weight:bold;	
	text-decoration: none;
}
.mod_mySubMenu  .trail {
	display: block;
	background: #E7E7E7; /*background of tabs (default state)*/
	color: #9D9D9F;
	font-weight:bold;	
	text-decoration: none;
}
.mod_mySubMenu  a:hover{
	background: #D5D5D6; /*tab link background during hover state*/
	color: #000000;
}
* html .mod_mySubMenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

/*** 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;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
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*/
}
