ul.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
    /* Centered menues. */
    text-align: center;
    margin: 0px;
    /* Give the menues some height. */
    padding: 6px 6px 3px 6px;
	font-size: 12px;
}

ul.menu a {
	text-decoration: none;
	color: #fff;
}

ul.menu a:hover {
	text-decoration: none;
	color: #fff;
}

ul.menu.main {
    background-color: #666;
    padding-top: 4px;
}

ul.menu.main li {
    margin: -1px;
	padding: 0px;
}

ul.menu.main a:hover {
     background: url(/style/images/grey.gif) left top repeat-x;
	 color: white
}

ul.menu li {
    /* Horizontal menues. */
    display: inline;
    list-style-type: none;
    /* Padding between menu items. */
	padding: 0px;
}

ul.menu li a {
   padding: 6px 12px 6px 12px;
}

ul.menu li.selected {
    /* Selected menu items are bold. */
    font-weight: bold;
}

ul.menu.sub {
    /* Sub menues are hidden by default. */
    display: none;
	height: 20px;
}

ul.menu.selected_sub {
    display: block;
	height: 20px;
}

menu.actual {
   padding: 0px;
}

