﻿.OOCLeftMenu{
    width: 272px; /*width of menu*/
}

.OOCLeftMenu .headerbar{
    font: bold 12px Arial, Verdana, Helvetica, sans-serif;
    color: #333333;
    background-color:Transparent;  /*last 2 values are the x and y coordinates of bullet image*/
    margin-bottom: 0px; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding:  2px 0px 2px 2px; /*31px is left indentation of header text*/
    text-align:left;
}

.OOCLeftMenu ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
    text-align:left;
}

.OOCLeftMenu ul li
{
    padding-bottom: 2px; /*bottom spacing between menu items*/
    text-align:left;
    margin-left:0px;
}

.OOCLeftMenu ul li a
{
    font: normal 12px Arial;
    color: #333333;
    background-color:Transparent;
    display: block;
    padding:  2px 0px;
    line-height: 16px;
    padding-left: 5px; /*link text is indented 8px*/
    text-decoration: none;
    text-align:left;
}

.OOCLeftMenu ul li a:visited
{
    color: #333333;
    text-align:left;
}

.OOCLeftMenu ul li a:hover
{ 
    color: white;
    background: #1e3d57;
    filter: alpha(opacity=50);
	 -moz-opacity: .5;
	 KhtmlOpacity: .5;
	 opacity: .5;
    text-align:left;
    
}
