@charset "utf-8";
/* CSS Document */

.menu-mini
{
	text-transform:uppercase;
	font-size:10px;
	color:#555;
}
.menu-root
{
	margin-top:2px;
	margin-bottom:3px;
}

.menu-root a
{
	font-weight:bold;
	background-color:#FFF !important;
	color:#000 !important;
	width:210px;
}

.menu-item
{
	margin-top:2px;
	margin-bottom:3px;
}

.menu-item a
{
	padding:1px;
	background-color:#FFF !important;
	color:#000 !important;
	width:210px;
}

.menu-item-track
{
	margin-top:2px;
	margin-bottom:3px;
}

.menu-item-track a
{
	padding:1px;
	background-color:#E6E6E6 !important;
	color:#000 !important;
	width:210px;
}

.menu-item-selected
{
	margin-top:2px;
	margin-bottom:3px;
}

.menu-item-selected a
{
	padding:1px;
	background-color:#990000 !important;
	color:#FFF !important;
	width:210px;
}

.headermenu
{
	width:100%;
	height:50px;
	background-image:url(headermenu-bg.png);
	background-repeat:repeat-x;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
}

.headermenusep
{
	background-image:url(headermenu-sep-bg.png);
	width:2px;
}

.headermenuitem
{
	font-size:12px;
	font-weight:bold;
	color:#000;
	width:110px;
	height:50px;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
}

.headermenuitem-sel
{
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	width:110px;
	height:50px;
	vertical-align:middle;
	text-align:center;
	background-image:url(headermenu-item-sel-bg.png);
	background-repeat:repeat-x;
	cursor:pointer;
}
