
ul, li
{
		 list-style-type: none;
		 padding: 0px;
		 margin: 0px;
             
}


.menu
{
		 position: absolute;
		 z-index: 60;
		 top: 1px;
               left: 0px;
               height: 15px;
}

.menu li
{
		 width: 100px;
		 float: none;
}

.menu a
{
		 border: 0px solid #888;
		 background-color: #ffffff;
		 text-decoration: none;
		 text-align: left;
		 font-weight: bold;
		 cursor: default;
		 margin: 5px 3px 0px;
		 font-family: arial, helvetica;
		 height: 15px;
		 color: #000;
             
}

.menu a:hover
{
		 background-color: #C3C3CD;
}

#smenu1, #smenu2, #smenu3, #smenu4
{
		 font-size: 11px;
		 display: none;
		 width: 98px;
               font-weight: bold;
               border: 1px solid #888;
		 background-color: #ffffff;
		 
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a
{
              font-weight: normal;
		 padding-top: 2px;
		 border-top: 0px;
		 cursor: pointer;
}

