/* author: emakina/fde */

#sitenav { }

#sitenav-l2
{
	width:100%; height:26px; 
	position:relative;
	background-color: #FEF1F8;
}

#sitenav-l2.home
{ 
	background: #FEF1F8 url(../images/paper_corner.gif) no-repeat left top;
}

.chromestyle { 
	background: #f74c83; position:relative;
	}

.chromestyle ul{
	width:100%;
	background: #f74c83;
	margin: 0;
	padding: 7px 0 6px;
	text-align: left; /*set value to "left", "center", or "right"*/
	position:relative;
}

.chromestyle > ul {
	padding: 7px 0 6px;
}

.chromestyle ul li {
	display:inline;
}
.chromestyle ul li,
.chromestyle ul li span {
	font-size:12px; line-height:1.0em;
}

.chromestyle ul li img { display:inline; vertical-align:middle; padding-right:6px; position:relative; top:-2px; }

.chromestyle ul li a {
	color: #fff;
	padding: 7px 7px 7px;
	margin: 0;
	text-decoration: none;
}
.chromestyle ul li a:hover { text-decoration: none; }
.chromestyle ul li a:hover,
.chromestyle ul li a.submenufocus { background:#bf4377; }
.chromestyle ul li.activesection a { background:#bf4377; } /* remains active when menu closes */


/* Level 2 styles */

/* level 2 div */
#sitenav-l2 .dropmenudiv {
	position:absolute;
	left:0; top: 0;
	width: 100%;
	visibility: hidden;
	background:#bf4377;
}

/* level 2 items displayed horizontally */
#sitenav-l2 ul { display:block; margin:0; padding:0; list-style:none; }
#sitenav-l2 ul li { display:inline; float:left; margin:0; padding:0; }
#sitenav-l2 ul li a {
	display: block;float:left;/*float solves the empty space not focused in IE6*/
	padding: 4px 8px;
	background: url(../img/header/sitenav_level2_separator.gif) no-repeat 0 50%;
	text-decoration: none;
	color: #fff;
    white-space:nowrap;
    font-size:11px;
	line-height:18px;
}
#sitenav-l2 ul li.first a { background:none; }
#sitenav-l2 ul li a:hover {	text-decoration: underline; }


/* right-align the last two menus */

#dropmenu2.dropmenudiv ul,
#dropmenu3.dropmenudiv ul,
#dropmenu4.dropmenudiv ul { float:right; }