/* CSS MENU*/





/*-----------------NEW MENU --------------------------*/
#mainMenu { 
	margin-top: 0px;
 display: inline;
 color: #333;
 margin-left: -3px;
 padding-left: 0px;
 width: 95px;
 float: left;
 margin-bottom:0px; 
 border: 0px solid #000;
 /*border-left: #6B96B5 1px solid;*/
}

body.index a#index {
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}
body.join a#join {
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}
body.clubOfficers a#clubOfficers {
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}
body.gamewatch a#gamewatch {
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}
body.sports a#sports {
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}
body.archie a#archie {
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}
body.football a#football {
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}
body.football_preview a#football_preview {
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}
body.basketball_m a#basketball_m {
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}
body.basketball_w a#basketball_w {
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}
body.lacrosse a#lacrosse {
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}
body.contact a#contact {
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}
body.events a#events {
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}
body.newsletters a#newsletters{
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}
body.search a#search {
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}
body.multimedia a#multimedia {
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}
body.slideshow a#slideshow {
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}
body.slideshow_spring07 a#slideshow {
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}
body.slideshow_sewall a#slideshow {
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}
body.slideshow_ou_mich_09 a#slideshow {
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}
body.video a#video {
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}
body.music a#music {
background:#a40c23 no-repeat 0 3px;
color: #FFF;
}

ul.menu1, ul ul {padding:0; margin:0; border:0; list-style-type:none; height:12em; overflow:hidden; background:white; width:100px; text-align:left; color:#fff; border-right:1px solid white; border-left:1px solid white;border-top:1px solid white;}
ul.menu1 {margin:0 auto;}

ul.menu1 table {border-collapse:collapse; padding:0; margin:0; font-size:1em;}
ul.menu1 ul {margin-left:.25em;}
ul.menu1 li {text-indent:0.5em;}
ul.menu1 li.drop {margin-bottom:-2px;}
ul.menu1 li a, ul.menu1 li a:visited  {display:block; width:15em; height:1.75em; line-height:1.9em; text-decoration:none; font-weight:bold; color:black;}
ul.menu1 li a.current, li a.current:hover {display:block; width:15em; height:1.75em; line-height:1.9em; text-decoration:none; font-weight:bold; color:white; background:#CCC;}
ul.menu1 li a.last, ul.menu1 li a.last:visited {display:block; width:15em; height:1.75em; line-height:2em; background:white}
ul.menu1 li ul {display:none;}


ul.menu1 li:hover a, ul.menu1 li a:hover {border:0; color:black; font-weight:bold; background:#CCC;}
ul.menu1 li:hover ul, ul.menu1 li a:hover ul {display:block; height:6em; width:12em; margin-top:-1px; background:white; border-bottom:1px solid #000; border-left:1px solid #000;}
ul.menu1 li:hover ul li a, ul.menu1 li a:hover ul li a {height:1.75em; background:white; color:black; font-weight:normal;}
ul.menu1 li:hover ul li:hover a, ul.menu1 li a:hover ul li a:hover, li a.current:hover  {background:#a0cee0; color:#CCC;}


