body {
    behavior: url(csshover2.htc);
    font-size: 100%;
}

#menu {
	width:483px;
	height:80px;
	float: right;
	position:relative;
	padding:0px;
	/*background: url(../images/sub/nav-bg.jpg) no-repeat;*/
	background: url(/~/media/6BC5BC1319FA4E6BB1002E31CF08CD5E.ashx) no-repeat;
	z-index:90;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.menuitem
{
    list-style-type:none;
    position:absolute;
	margin:30px 0px 0px 0px;
}

.menuitem:hover .submenu
{
    display:block;
}

.submenu
{
    display:none;
    margin-left:0px;
    padding:0px;
}

#bios-menu
{
    left:158px;
    width:57px;
}

#comics-menu
{
    left:215px;
    width:76px;
}

#videos-menu
{
    left:20px;
    width:75px;
}

#games-menu
{
    left:95px;
    width:75px;
}
#teaching-menu
{
    left:287px;
    width:75px;
}
#bios-link
{  
    display:block;
   /* background: url(/~/media/153EEA74ECE1453791D7D527F5D0127F.ashx) no-repeat;*/
	/*background: url(../images/sub/bios-roll.png) no-repeat;*/
    width:45px;
    height:24px;
}

#comics-link
{    
    display:block;
    /*background: url(../images/sub/comics-roll.png) no-repeat;*/
	/*background: url(/~/media/23F047592AE6497EAA30AA90498CEE88.ashx) no-repeat;*/
    height:24px;
    width:62px;
}

#videos-link
{
    display:block;
    /*background: url(../images/sub/videos-roll.png) no-repeat;*/
   /* background: url(/~/media/ED9B3051A93E4C26A9490F1CBCEEC7D9.ashx) no-repeat;*/
    width:64px;
    height:24px;
}

#games-link
{
    display:block;
    /*background: url(../images/sub/games-roll.png) no-repeat;*/
	 /*background: url(/~/media/D60CE2B2CB3B4177B0D83FB37AB81145.ashx) no-repeat;*/
    width:62px;
    height:24px;
}
#teaching-link
{
    display:block;
    /*background: url(../images/sub/teaching-roll.png) no-repeat;*/
	/*background: url(/~/media/D746AEF2E9C54C98BC739F6939626E00.ashx) no-repeat;*/
    width:168px;
    height:24px;
}
.submenu li
{
    list-style-type:none;
    margin:0px;
    padding:0px;
}

.submenu a 
{
    display: block;
    color: #494d2f;
    font: bold 11px/16px arial, helvetica, sans-serif;
    width:75px;
    text-decoration: none;
}

.submenu a.white {
    background: #d9d796;
    width:100px;
    padding:3px;
}

.submenu a:hover.white {
    color: #000;
    background: #fff;
}

