.menuBar
{
POSITION: relative;
width:127px;
background:url(../img/left_bg.jpg) no-repeat 0% 0%;
padding-bottom:10px;
}

a.menuButton
{
float:left;
CURSOR: pointer;
padding:2px;
padding-right:8px;
FONT-SIZE: 12px;
color: #ffffff;
font-weight: bold;
text-decoration:none; 
font-family: arial;
width:117px;
_width:127px;
}

a.menuButton:visited
{
float:left;
CURSOR: pointer;
padding:2px;
padding-right:8px;
FONT-SIZE: 12px;
color: #ffffff;
font-weight: bold;
text-decoration:none; 
font-family: arial;
width:117px;
_width:127px;
}

a.menuButton:hover
{
float:left;
CURSOR:pointer;
padding:2px;
padding-right:8px;
background-color:#082F6E;
text-decoration:none; 
font-weight: bold;
FONT-SIZE : 12px;
font-family : Arial;
color:#ffffff;
width:117px;
_width:127px;
}

a.menuButtonActive
{
float:left;
CURSOR:pointer;
padding:2px;
padding-right:8px;
background-color:#082F6E;
text-decoration:none; 
font-weight: bold;
FONT-SIZE : 12px;
font-family : Arial;
color:#ffffff;
width:117px;
_width:127px;
}

a.menuButtonActive:hover
{
float:left;
CURSOR:pointer;
padding:2px;
padding-right:8px;
background-color:#082F6E;
text-decoration:none; 
font-weight: bold;
FONT-SIZE : 12px;
font-family : Arial;
color:#ffffff;
width:117px;
_width:127px;
}

.menu
{
white-space: nowrap;
background-color:#D0DDF7;
VISIBILITY: hidden;
POSITION: absolute;
FLOAT:left;
FONT-SIZE : 11px;
font-family : arial;
TEXT-ALIGN: left;
text-decoration:none;
color:#0F1983;
border:1px solid #ffffff;
}

a.menuItem
{
padding:2px;
padding-right:10px;
padding-left: 10px;
DISPLAY: block;
CURSOR: pointer;
POSITION: relative;
text-decoration:none;
color:#0F1983;
FONT-SIZE : 11px;
font-family : arial;
}

a.menuItem:visited
{
padding:2px;
padding-right:10px;
padding-left: 10px;
DISPLAY: block;
CURSOR: pointer;
POSITION: relative;
color: #0F1983;
FONT-SIZE : 11px;
font-family : arial;
text-decoration:none;
}

a.menuItem:hover
{
padding:2px;
padding-right:10px;
padding-left: 10px;
DISPLAY: block;
CURSOR: pointer;
POSITION: relative;
color: #0F1983;
background-color:#ffffff;
FONT-SIZE : 11px;
font-family : arial;
TEXT-ALIGN: left;
text-decoration:none;
}

a.menuItemHighlight
{
padding:2px;
padding-right:10px;
padding-left: 10px;
DISPLAY: block;
CURSOR: pointer;
POSITION: relative;
color: #0F1983;
background-color:#ffffff;
FONT-SIZE : 11px;
font-family : arial;
TEXT-ALIGN: left;
text-decoration:none;
}

.menuItemText
{
FONT-SIZE : 11px;
font-family : arial;
}
.menuItemArrow
{
FONT-SIZE : 10px;
padding-right:3px;
}
