/* The menu at the top of the page. */
#menuBar
{
	height: 3.3em;	
	background-color: white;
	color: Black;
	font-weight: bold;
	/*width: 80em;*/
	padding-left: 0.2em;
}

.menuItemSelectedCircle
{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 101;
	top: 0px;
	left: 0px;
}

.menuItemSelectedCircleLevel2
{
	width: 2em;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.menu 
{
	font-family: Tahoma,Arial,sans-serif; 
	position:relative; 
	z-index:1;
}

.menu span
{
	font-weight: bold;
	font-size: 1em;
}

.menu ul li ul li span
{
	font-weight: normal;
	font-size: 1.0em;
}

/* Links in top level menu items. */
.menu ul li
{
	width:9.1em;
	height:3.3em; 
	line-height:3.3em; 
}

.menu ul li img
{
	width: 100%;
	height: 100%;
}

/* Last top level menu item. */
.menu ul li.last
{
	/* width:9.1em; */
}

.menu ul li a
{
    background-image: url(../images/structural/navigation/rileysNavigationMenuTopUnselected.png);
    background-size: 100% 100%;
    background-repeat:no-repeat;
    background-position: center;
}

/* Links in top level menu items. */
.menu ul li a, .menu ul li a:visited 
{
    text-transform:capitalize;
    display: block;   
    text-decoration:none; 
	color:white;
	text-align:center; 
	overflow:hidden;
	font-size: 1.0em;
}

.menu ul li.alt a, .m2nu ul li.alt a:visited 
{
	color: white; 
}

/* All menus. */
.menu ul 
{
	padding:0; 
	margin:0; 
	list-style: none;
}

/* All menu items. */
.menu ul li 
{
	float:left; 
	position:relative;
	z-index: 101;
}

/* Levels below the first one. */
.menu ul li ul 
{
	display: none;
}

/* specific to non IE browsers */
/* top level hover. */
.menu ul li:hover a 
{
    background-image: url(../images/structural/navigation/rileysNavigationMenuTopSelected.png);
    background-size: 100% 100%;
    background-repeat:no-repeat;
    background-position: center;
}

.menu ul li.alt:hover a 
{
}

/* 2nd level menu. */
.menu ul li:hover ul, .menu ul li.alt:hover ul 
{
	display:block; 
	position:absolute; 
	top:3.2em; 
	left:0; 
	width: 11.6em; 
	padding-bottom: 0.1em;

/*	border-style: solid;
	border-color: Black;
	border-width: 0.1em; */
}

.menu ul li:hover ul li
{
	width: 11.4em; 
	height: 2.5em;
}

.menu ul li:hover ul li a.hide, .menu ul li.alt:hover ul li a.hide 
{
	color: white;
}

.menu ul li:hover ul li:hover a.hide 
{
	color: black;
}

/* Third level menu */
.menu ul li:hover ul li ul 
{
	display: none;
}

.menu ul li:hover ul
{
    background-color: White;
}

.menu ul li:hover ul li
{
    width: 11.4em;
	height:2.5em; 
	line-height:2.5em; 
	text-align: center;
	padding: 0em;
	margin: 0em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	font-weight: bold;
}

.menu ul li:hover ul li a, .menu ul li.alt:hover ul li a 
{
	display: block; 
	color: white;
	text-align: center;
	margin: 0em;
	padding: 0em;	
	font-size: 1.2em;
	font-weight: bold;
	font-family: Tahoma,Arial,sans-serif; 
}

.menu ul li:hover ul li a
{    
    background-image: url(../images/structural/navigation/rileysNavigationMenuBottomUnselected.jpg);
    background-size: 100% 100%;
    background-repeat:no-repeat;
    background-position: center;	
}



.menu ul li:hover ul li a:hover 
{
    background-image: url(../images/structural/navigation/rileysNavigationMenuBottomSelected.jpg);
    background-size: 100% 100%;
    background-repeat:no-repeat;
    background-position: center;	

}

.menu ul li:hover ul li:hover ul 
{
	display:block; 
	position:absolute; 
	left:7.5em; 
	top:0;
}

.menu ul li:hover ul li:hover ul.left 
{
	left:-7.5em; 
}

.menu ul li:hover ul li:hover ul li a.hide 
{
	background: #666666; 
	color: white;
}

.menu ul li:hover ul li:hover ul li:hover a.hide 
{
	background: #666666; 
	color: black;
}


/* Fourth level menu */
.menu ul li:hover ul li:hover ul li ul
{
	display: none;
}

.menu ul li:hover ul li:hover ul li a 
{
	display:block; 
	background: #666666; 
	color: white;
}

.menu ul li:hover ul li:hover ul li a:hover 
{
	background: #666666; 
	color: black;
}

.menu ul li:hover ul li:hover ul li:hover ul
{
	display:block; 
	position:absolute; 
	left:19.2em; 
	top:0;
}

.menu ul li:hover ul li:hover ul li:hover ul.left 
{
	left:-19.2em; 
}

 
 
 
 
 
 /******************** For MVC Pages ******************************/



nav 
{
	font-family: Tahoma,Arial,sans-serif; 
	position:relative; 
	z-index:1;
}

nav span
{
	font-weight: bold;
	font-size: 1em;
}

nav ul li ul li span
{
	font-weight: normal;
	font-size: 1.0em;
}

/* Links in top level menu items. */
nav ul li
{
	width:9.1em;
	height:3.3em; 
	line-height:3.3em; 
}

nav ul li img
{
	width: 100%;
	height: 100%;
}

/* Last top level menu item. */
nav ul li.last
{
	/* width:9.1em; */
}

nav ul li a
{
    background-image: url(../images/structural/navigation/rileysNavigationMenuTopUnselected.png);
    background-size: 100% 100%;
    background-repeat:no-repeat;
    background-position: center;
}

/* Links in top level menu items. */
nav ul li a, nav ul li a:visited 
{
    text-transform:capitalize;
    display: block;   
    text-decoration:none; 
	color:white;
	text-align:center; 
	overflow:hidden;
	font-size: 1.2em;
}

nav ul li.alt a, .m2nu ul li.alt a:visited 
{
	color: white; 
}

/* All menus. */
nav ul 
{
	padding:0; 
	margin:0; 
	list-style: none;
}

/* All menu items. */
nav ul li 
{
	float:left; 
	position:relative;
	z-index: 101;
}

/* Levels below the first one. */
nav ul li ul 
{
	display: none;
}

/* specific to non IE browsers */
/* top level hover. */
nav ul li:hover a 
{
    background-image: url(../images/structural/navigation/rileysNavigationMenuTopSelected.png);
    background-size: 100% 100%;
    background-repeat:no-repeat;
    background-position: center;
}

nav ul li.alt:hover a 
{
}

/* 2nd level menu. */
nav ul li:hover ul, nav ul li.alt:hover ul 
{
	display:block; 
	position:absolute; 
	top:3.2em; 
	left:0; 
	width: 11.6em; 
	padding-bottom: 0.1em;

/*	border-style: solid;
	border-color: Black;
	border-width: 0.1em; */
}

nav ul li:hover ul li
{
	width: 11.4em; 
	height: 2.5em;
}

nav ul li:hover ul li a.hide, nav ul li.alt:hover ul li a.hide 
{
	color: white;
}

nav ul li:hover ul li:hover a.hide 
{
	color: black;
}

/* Third level menu */
nav ul li:hover ul li ul 
{
	display: none;
}

nav ul li:hover ul
{
    background-color: White;
}

nav ul li:hover ul li
{
    width: 11.4em;
	height:2.5em; 
	line-height:2.5em; 
	text-align: center;
	padding: 0em;
	margin: 0em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	font-weight: bold;
}

nav ul li:hover ul li a, nav ul li.alt:hover ul li a 
{
	display: block; 
	color: white;
	text-align: center;
	margin: 0em;
	padding: 0em;	
	font-size: 1.2em;
	font-weight: bold;
	font-family: Tahoma,Arial,sans-serif; 
}

nav ul li:hover ul li a
{    
    background-image: url(../images/structural/navigation/rileysNavigationMenuBottomUnselected.jpg);
    background-size: 100% 100%;
    background-repeat:no-repeat;
    background-position: center;	
}



nav ul li:hover ul li a:hover 
{
    background-image: url(../images/structural/navigation/rileysNavigationMenuBottomSelected.jpg);
    background-size: 100% 100%;
    background-repeat:no-repeat;
    background-position: center;	

}

nav ul li:hover ul li:hover ul 
{
	display:block; 
	position:absolute; 
	left:7.5em; 
	top:0;
}

nav ul li:hover ul li:hover ul.left 
{
	left:-7.5em; 
}

nav ul li:hover ul li:hover ul li a.hide 
{
	background: #666666; 
	color: white;
}

nav ul li:hover ul li:hover ul li:hover a.hide 
{
	background: #666666; 
	color: black;
}


/* Fourth level menu */
nav ul li:hover ul li:hover ul li ul
{
	display: none;
}

nav ul li:hover ul li:hover ul li a 
{
	display:block; 
	background: #666666; 
	color: white;
}

nav ul li:hover ul li:hover ul li a:hover 
{
	background: #666666; 
	color: black;
}

nav ul li:hover ul li:hover ul li:hover ul
{
	display:block; 
	position:absolute; 
	left:19.2em; 
	top:0;
}

nav ul li:hover ul li:hover ul li:hover ul.left 
{
	left:-19.2em; 
}
