/* CSS Document. */

/* This styles the menu structure. */
#menu
{
	background: #112039 url(../images/sprites-repeat.png) repeat-x 0px -97px;
	width: 960px;
	height: 24px;
	clear: both;
	border-bottom: 4px solid #637ba5;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}

/* This styles the first level list. */
#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

/* This styles the first level list items. */
#menu ul li
{
	float: left;
	color: #FFF;
	border-right: 1px solid #39507d;
}

/* This styles the list item link. */
#menu ul li a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 15px 3px 15px;
	text-decoration: none;
	display: block;
}

/* This is the rollover effect on the link. */
/*.menu_selected
{
	color: #fff;
	background: #637ba5;
}*/
.menu_selected {   
    background-color: #ffffe0 !important;
}

    .menu_selected a {
        color: #bf1722 !important;
        font-weight: bold;
    }

/* This is the rollover effect on the link. */
#menu ul li a:hover, #menu ul li a:focus
{
	color: #fff;
	background: #061D40 url('../images/sprites-repeat.png') repeat-x 0 -128px;
}

/* This puts the rollover effect on the list item. */
#menu ul li:hover, #menu ul li:focus, #menu ul li.sfhover
{
	color: #fff;
	background: #061D40 url('../images/sprites-repeat.png') repeat-x 0 -128px;
}

#menu > ul > li > ul
{
	top: auto;
	left: auto;
}

/* This defines all the lists within lists that constitute the dropdown. */
#menu ul li ul li
{
	float: none;
	display: block;
	text-align: left;
	border: none;
	width: 170px;
	padding: 6px 0 0 0;
}

/* This is all the links within the dropdown. */
#menu ul li ul li a
{
	color: #1e2944;
	text-decoration: none;
	border: none;
}

/* The hover effect on the links in the dropdown. */
#menu ul li ul li a:hover, #menu ul li ul li a:focus, #menu ul li ul li:hover, #menu ul li ul li:focus, #menu ul li ul li.sfhover
{
	color: #9A2217;
	background: none;
}

#menu_button
{
	background: url('../images/menu-icon.png');
	cursor: pointer;
	display: none;
    float: right;
	margin-right: 5px;
    margin-top: 10px;
	height: 24px;
	width: 24px;	
}
