/* All <ul> tags in the menu including the ShareItNow level */
.menulist {
	position: relative;
	top: 55px;
	left: 0px;
	z-index:1000;
}
.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	color: #666666;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
	position: absolute;
	top: 1em;
	margin-top: 24px;
	
}

.menulist .ShareItNow ul{
	margin-left: 1px;
	width:114px;
		

}
.menulist .GetItNow ul{
	width:96px;	
	}

/*
 All menu items (<li> tags). 'float: left' lines them  horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
	float: left;
	display: block;
	position: relative;
	margin-right: -1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	float: none;
	margin: 0;
	margin-bottom: -1px;
	background-color: #3D87A2;
	color: #ffffff;
}
.menulist ul>li:About-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
	display: block;
	color: #0f1491;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	background-image: url(../images/menutile.jpg);
	background-repeat: repeat-x;
	font-size:1.2em;
	border:0;
}
.menulist .ShareItNow a {
	color: #0f1491;
	background-image: url(../images/menuleft.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
}
.menulist .About a {
	color: #0f1491;
	background-image: url(../images/menuright.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-right: 15px;
}
.menulist ul li a {
	color: #ffffff;
	background-color: #3D87A2;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: none;
	font-weight:normal;
	font-size:12px;
	text-align:left;
	border:0;

}
.menulist ul li a:visited {
	color:#ffffff;
}
.menulist .ShareItNow ul li a {
	color:#ffffff;
	background-color: #3D87A2;
	background-image: none;
	background-position: 0px;
}
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.highlighted {
	color: #ffffff;
	background-image: url(../images/menutile.jpg);
	background-position: bottom;

}
.menulist .ShareItNow a:hover, .menulist .ShareItNow a.highlighted:hover, .menulist .ShareItNow a:focus, .menulist .ShareItNow a.highlighted {
	color: #ffffff;
	background-image: url(../images/menuleft.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

}
.menulist .About a:hover, .menulist .About a.highlighted:hover, .menulist .About a:focus, .menulist .About a.highlighted {
	background-image: url(../images/menuright.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menulist ul li a:hover {
	color: #ffffff;
	background-color:#1C2674;
background-image: none;
}
.menulist .ShareItNow ul li a:hover, .menulist .ShareItNow ul li a.highlighted:hover, .menulist .ShareItNow ul li a:focus {
	color: #ffffff;
	background-color: #1C2674;
	background-image: none;
}



/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
	float: none;
	color: #666666;
}
/* \*/
.menulist a {
 float: none;
}

/* Style Drop down hover*/

.menulist ul a:hover, .menulist ul a.highlighted:hover, .menulist ul a:focus {
	color: #ffffff;
	background-color:#666666;
}

/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:ShareItNow-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */
