

a {
	color: #355B57;
	text-decoration: none
}

a:hover {
	color: #355B57;
	text-decoration: underline;
}
.grayline
{
    background-color: #CCCCCC;
}
body         { color: #355B57; font-family: Trebuchet MS; font-size: 10pt }
table        { color: #355B57; font-family: Trebuchet MS; font-size: 10pt }
td           { color: #355B57; font-family: Trebuchet MS; font-size: 10pt }

#menu ul
{
list-style: none;
margin: 0px;
}

#menu li
{
background: none;
padding: 0px;
font-weight: bold; list-style-type:square
}

#menu a
{
display: block;
position: relative;
width: 168px;
height: 20px;
margin-bottom: 1px;
text-decoration: none;
background: inherit url('../images/bbg0.gif');
padding-left:17px; padding-top:2px; color:#636363; font-size:12px; background-image:url('../images/bbg0.gif')
}


#mymenu a
{
display: block;
position: relative;
width: 168px;
height: 27px;
margin-bottom: 1px;
text-decoration: none;
background: inherit url('../images/bbg0.gif');
padding-left:17px; padding-top:11px; color:#636363; font-size:12px; background-image:url('../images/bbg0.gif')
}

#menu a span
{
position: absolute;
right: 0px;
margin-top: 5px;
margin-right: 15px;
width: 7px;
height: 7px;
background: url('../images/x1.gif') no-repeat; 
}

#mymenu a span
{
position: absolute;
right: 0px;
margin-top: 5px;
margin-right: 15px;
width: 7px;
height: 7px;
background: url('../images/x1.gif') no-repeat; 
}


#menu a:hover span
{
position: absolute;
right: 0px;
margin-top: 5px;
margin-right: 15px;
width: 7px;
height: 7px;
background: url('../images/x2.gif') no-repeat;
}

#menu a:hover
{
background: inherit url('../images/bbg1.gif');
color: #fff;
background-image:url('../images/bbg1.gif')
}

#menu_end
{
height: 30px;
background-image: url('../images/a2.gif');
}