/* start IE7 IE8 fixes */

.ie7 #menu{
	background: url(/images/cg_ie_menu_corners.png) no-repeat;
	top:70px;
}
.ie7 ul.mainMenu{
	background: none;
}
.ie8 #menu{
	background: url(/images/cg_ie_menu_corners.png) no-repeat;
	top:70px;
}
.ie8 ul.mainMenu{
	background: none;
	margin-top:0px;
}
.ie7 ul.mainMenu li a{
	padding-top:8px;
	padding-left:5px;
	padding-right:6px;
}

/* end IE7 IE8 fixes */

/* Style the menu and position list items */
ul.mainMenu {
	position: relative;
	height: 35px;
	padding: 0 8px;
	background: #000 url(/images/menubg-hover-static.png) repeat-x;
	clear: both;
}
.ie7 .mainMenu{
	margin-right:40px;
}

ul.mainMenu li { float: right; list-style: none; }

/* Style and position links and images in second level list items */
ul.mainMenu li a {
	display: block;
	height: 19px;
	padding: 8px 10px;
	text-decoration: none;
	color: #999;
	font-family: 'Cantarell', sans-serif;
	text-transform:uppercase;
	font-size:.8em;
}
ul.mainMenu li a:hover {
	color: #FFF;
	background: url(/images/menubg-hover-static.png) repeat-x;
}

ul.mainMenu li a.selected {
	color: #FFF;
	/* background: url(/images/menubg.png) repeat-x; */
}

/* When hovering over main list items, show second level lists */
/* This is only for #menu1 */
ul.cssonly li:hover ul { display: block; }

/* Position and style second level lists and items */



ul.mainMenu ul {
	position: absolute;
	top: 35px;
	left: 0px;
	padding-top: 5px;
	background: #fdfdfd url(/images/shadow.png) repeat-x;
	display: none; /* Hide until parent list item is hovered on */
}
ul.mainMenu ul li { padding: 8px; border-right: dashed 1px #f4f4f4; }
ul.mainMenu ul li:last-child { border: 0; }
ul.mainMenu ul li.title {
	float: none; /* Remove parent float setting */
	padding: 6px 10px;
	border: 0; /* Remove parent border setting */
	border-bottom: dashed 1px #f4f4f4;
	font-size: 11px;
	font-weight: bold;
}
ul.mainMenu ul img { height: 64px; width: 64px; }
ul.mainMenu ul span { display: block; }
ul.mainMenu ul a {
	height: 80px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #ebebeb;
	background: whitesmoke;
}
ul.mainMenu ul a:hover { background: #f4f7fa; }
ul.mainMenu ul a img { opacity: .7; border: 0; }
ul.mainMenu ul a:hover img { opacity: 1; }

/* When hovering over a list item link show the more info div */
ul.mainMenu ul a:hover span.moreinfo { display: block; }

/* Position and style the more info div */
ul.mainMenu ul span.moreinfo {
	display: none;
	width: 275px;
	position: absolute;
	bottom: -25px;
	left: 12px;
	padding: 6px 10px;
	background: #fff;
	text-align: left;
	font-weight: normal;
}

/* Rounded corners */
ul.mainMenu { -webkit-border-radius: 6px; -moz-border-radius: 6px; } /* main bar */

ul.mainMenu ul { /* drop down */
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px; 
}
div.wrapper,
ul.mainMenu ul a { -webkit-border-radius: 10px; -moz-border-radius: 10px; }

/* IE6 FIXES */
ul.mainMenu li,
ul.mainMenu li a { _float:left; _display: inline; white-space:nowrap; }

#about_dropdown{
	width:100px;
	min-height:20px;
	background:black;
	position:absolute;
	color:#FFF;
	display:none;
	z-index:100;
	font-family: 'Cantarell', sans-serif;
	text-transform:uppercase;
	font-size:.8em;
	padding:10px;
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px; 
}

.ie #about_dropdown{
	background: url(/images/2/about_menu_iefix.png) no-repeat bottom left;
}

#products_dropdown{
	width:200px;
	min-height:20px;
	background:black;
	position:absolute;
	color:#FFF;
	display:none;
	z-index:100;
	font-family: 'Cantarell', sans-serif;
	text-transform:uppercase;
	font-size:.8em;
	padding:10px;
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px; 
}

.ie #products_dropdown{
	background: url(/images/2/products_menu_iefix.png) no-repeat bottom left;
}

#nail_art_dropdown { position: absolute; display: none; background: black;
	z-index:100;
	padding:10px;
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

#essentials_dropdown{
	width:180px;
	min-height:20px;
	background:black;
	position:absolute;
	color:#FFF;
	display:none;
	z-index:100;
	font-family: 'Cantarell', sans-serif;
	text-transform:uppercase;
	font-size:.8em;
	padding:10px;
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px; 
}

.ie #essentials_dropdown{
	background: url(/images/2/products_menu_iefix.png) no-repeat bottom left;
}

.sublink{
	cursor:pointer;
	color:#CCC;
}
.sublink:hover{
	color:#FFF;
}

ul.mainMenu .dropdown a{
	font-size: 0.8em;
}
