@charset "utf-8";

#topmenu {
   position:absolute;
   bottom:0px; 
   right:10px;
   width:788px;
   height:1.8em;
   background-image:url(../images/BorderUnderline.jpg);
   background-repeat:no-repeat;
   background-position:left bottom;   
   color:#FF9900;
   font-size:1.5em;
}


#topmenu .menuItem {
   height:1.5em;
   line-height:1.5em;
   font-weight:bold;
   float:left;
   padding-right:8px;
   
}

#topmenu .menuItem a {
   text-decoration:none;
   color:#ff9900;
   font-family:Arial, Verdana, Helvetica, sans-serif;
}

#topmenu .menuItem a:hover {
   text-decoration:underline;
}

#topmenu .selected a {
   color:#ffffff;
}

#leftMenuItems {
   float:left;
   list-style:none;
}

#leftMenuItems li {
   display:inline;
}

/*
#leftMenuItems {
   float:left;
}

#leftMenuItems ul {
   list-style:none;
}

#leftMenuItems ul li {
   display:inline;
}
*/

/*
#rightMenuItems {
   float:right;
   color:#6699FF;
}

#rightMenuItems .menuItem a {
   color:#6699FF;
}
*/

#rightMenuItems {
   float:right;
   list-style:none;
}

#rightMenuItems li {
   display:inline;
}

/*
#homelink {
   background-image:url(../images/HomeTopNavImage.jpg); 
	background-repeat:no-repeat; 
	width:44px;
	height:22px;
	background-position:0 0;
	text-indent:-1200px;
}
*/


