@charset "utf-8";
#navmenu
{
height:auto;
left:15px;
position:fixed;
top:130px;
width:125px;
z-index: 1100;
}
/*CSS style Sheet*/

#navmenu ul
{
	padding: 0;
	margin: 0;
}


#navmenu li
{
float: left;
list-style: none;
text-align: center;
}

#navmenu li a {
background:url(../Buttons/_NavBkd-a.gif) #FFFFFF bottom repeat-x;
border:ridge #003300 2px;
color:#FFFFFF;
display:block;
float:left;
font-size:12px;
font-weight: bold;
height:1.5em;
line-height:1.5em;
margin:0;
padding: 0;
text-decoration: none;
width:7em;
}
#navmenu li a:hover {
background:url(../Buttons/_NavBkd-b.gif) #003300 bottom repeat-x;
border:ridge #CCCCCC 2px;
color:#003300;
display:block;
font-size:12px;
font-weight: bold;
height:1.5em;
line-height:1.5em;
margin:0;
padding: 0;
text-decoration:none;
width:7em;
}
#nav-menu li a:active,
.home a#home,
.news a#news,
.devo a#devo,
.itin a#itin,
.stud a#stud,
.audio a#audio,
.paths a#paths,
.book a#book,
.music a#music,
.cont a#cont
{
background:#000000;
border:ridge #0066CC 2px;
color:#FFFFFF;
display:block;
float:left;
font-size:12px;
font-weight: bold;
height:1.5em;
line-height:1.5em;
margin:0 0 0 10px;
padding: 0;
text-decoration: none;
width:7em;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}

