/* CSS Document */

.Menu
{
width:140px;
position:relative;
color:#3366cc;
font-family:Arial, Helvetica, sans-serif;
font-weight:bolder;
font-size:14px;
line-height:30px;
list-style-image:url(../images/ulBlue.gif);
list-style-position:outside;
list-style-type:none;
}

.MenuOver
{
width:140px;
position:relative;
color:#ff9900;
font-family:Arial, Helvetica, sans-serif;
font-weight:bolder;
font-size:14px;
line-height:30px;
list-style-image:url(../images/ulOrange.gif);
list-style-position:outside;
list-style-type:none;
}

.SubMenu
{
width:140px;
color:#ff9900;
font-size:12px;
line-height:23px;
list-style-image:url(../images/ulOrange.gif);
}

.MenuShow
{
width:140px;
color:#ff9900;
font-size:12px;
line-height:23px;
list-style-image:url(../images/ulOrange.gif);
}

.MenuOver2
{
width:140px;
color:#3366cc;
font-size:12px;
line-height:23px;
list-style-image:url(../images/ulBlue.gif);
}

ul.MenuHide
{
display:none;
}

.Links
{
font-family:Arial, Helvetica, sans-serif;
/*font-weight:bold;*/
font-size:14px;
text-align:center;
font-stretch:narrower;
color:#ff9900;
}

a
{
text-decoration:none;
}
