/**
 * @author Marcin Mierzejewski <marcin@mierzejewski.net>
 */

div.menu1 a:link,
div.menu1 a:active,
div.menu1 a:visited
{
    display: block;
    padding-right: 10px; 
    padding-left: 10px; 
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;

    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}

div.menu1 a:hover
{
    border-bottom: 1px dotted #666666;
    border-right: 1px dotted #666666;
    border-top: 1px dotted #eeeeee;
    border-left: 1px dotted #eeeeee;
}

div.menu1 h1,
div.menu1 h2,
div.menu1 h3,
div.menu1 h4,
div.menu1 h5,
div.menu1 h6 
{
  font-size:0.8125em;
  font-family: Verdana;
  font-weight:bold;
  padding-bottom: 0px;
}

div.menu1
{
    width: auto;
    border: 0px;
    list-style: none;
		height: 30px;
		margin-top: 38px;
    color: #ffffff;
}

div.menu1 ul
{ 
    padding: 0px;
		margin: 0px;
    list-style: none;
    white-space: nowrap;
		float: right;
}

div.menu1 li
{ 
    width: auto !important;
    float: left;
    margin: 0px;
    font-size: 11px;
		line-height: 30px;
    text-align: center;
		background: none;
		padding-left: 0px;
}
