
/*** ESSENTIAL STYLES ***/
.model, .model * {
	margin:			0;
	padding:		0;
	list-style:		none;
	padding: 2px 2px 2px 0px;
	float: left;
	background-image: url(../images/models_dropdown.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #BBBBBB;
}
.model {
	line-height:	1.0;
}
.model ul {
	position:		absolute;
	top:			-999em;
	width:			140px; /* left offset of submenus need to match (see below) */
	background-image: none;
}

.model ul li {
	width:			100%;
	padding: 7px 10px 7px 10px;
	background-image: none;
}
.model li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.model li {
	float:			left;
	position:		relative;
}
.model a {
	display:		block;
	position:		relative;
}
.model li:hover ul,
.model li.modelHover ul {
	left:			0;
	top:			25px; /* match top ul list item height */
	z-index:		99;
}
ul.model li:hover li ul,
ul.model li.modelHover li ul {
	top:			-999em;
}
ul.model li li:hover ul,
ul.model li li.modelHover ul {
	left:			160px; /* match ul width */
	top:			0;
}
ul.model li li:hover li ul,
ul.model li li.modelHover li ul {
	top:			-999em;
}
ul.model li li li:hover ul,
ul.model li li li.modelHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.model {
	float:			left;
	margin-bottom:	1em;
	z-index: 1000;
}
.model a {
	color: #EFEFEF;
	text-decoration:none;
	background-image: none;
}
.model a, .model a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#EFEFEF;
	display: block;
}
.model li {
	background:		#212121;

}
.model li li {
	background:		#212121;
}
.model li li li {
	background:		#212121;
}
.model li:hover, .model li.modelHover,
.model a:focus, .model a:hover, .model a:active {
	background:		#666666;
	outline:		0;
}

/*** arrows **/
.model a.model-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.model-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background-color: none;
	background:		url('../images/arrows-ffffff.png') no-repeat; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .model-sub-indicator {  /* give all except IE6 the correct values */
	top:			0em;
	left: 			135px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	background-image: none;
}
/* apply hovers to modern browsers */
a:focus > .model-sub-indicator,
a:hover > .model-sub-indicator,
a:active > .model-sub-indicator,
li:hover > a > .model-sub-indicator,
li.modelHover > a > .model-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.model ul .model-sub-indicator { background-position:  -10px 0; }
.model ul a > .model-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.model ul a:focus > .model-sub-indicator,
.model ul a:hover > .model-sub-indicator,
.model ul a:active > .model-sub-indicator,
.model ul li:hover > a > .model-sub-indicator,
.model ul li.modelHover > a > .model-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.model-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	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;
}
.model-shadow ul.model-shadow-off {
	background: transparent;
}

.model_main {
	padding: 7px 11px 6px 10px !Important;
	width: 170px;
	background: none !Important;
	color: #BBBBBB;
}


