/* menu items */
#menu ul, #footer ul, #rightlinks ul
{
 list-style:none;
 float:left;
 height:20px;
 line-height:20px;
 margin:0;
 padding:0;
}

#navigator ul
{
 list-style:none;
 display: inline;
 height:20px;
 line-height:20px;
 margin:0;
 padding:0;
}

#navigator a
{
 font-weight: bold;
 font-size: 1.3em;
 letter-spacing: 1px;
}

#navigator ul li
{
 list-style:none;
 display:inline;
 line-height:20px;
 padding-right:23px;
 margin-left:18px;
 background-image:url(../images/item.gif);
 background-position:right center;
 background-repeat:no-repeat;
}

#menu a, #navigator a
{
 color:white;
 text-decoration:none;
}

#menu ul li, #footer ul li, #rightlinks ul li
{
 list-style:none;
 float:left;
 line-height:20px;
 padding-right:13px;
 margin-right:8px;
 background-image:url(../images/item.gif);
 background-position:right center;
 background-repeat:no-repeat;
}


#menu ul li a, #footer ul li a, #navigator ul li a
{
	text-decoration:none;
	color:white;
}

#menu ul li a:hover, #footer ul li a:hover, #navigator ul li a:hover
{
	text-decoration:none;
	color:#eee;
}

#rightlinks ul
{
 margin-top:20px;
 margin-left:30px;
}

#rightlinks ul li a
{
 text-decoration:none;
 color:black;
}

.last
{
 background-image:none !important;
 color:white;
 text-decoration:none;
}


.menudivider
{
 margin-right:10px;
 margin-left:10px;
 background-image:url(../images/item.gif);
 background-position:right center;
 background-repeat:no-repeat;
}


