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


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

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

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


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

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

#footer ul li a:hover, #top ul li a:hover
{
 color:#555;
}

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

#top ul
{
 float:right;
 margin-top:5px;
 margin-left:0px;
}

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

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


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


