/* 
    Document   : menu
    Created on : 6/Jun/2009, 21:34:43
    Author     : Pedro Martins
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.menu {
    background-color: #ededed;
    width           : 200px;
    height          : 100%;
	min-width		: 185px;
	padding			: 10px;
}

.menu th {
    text-align          : left;
    padding             : 5px 1px 1px 3px;
    height              : 25px;
    font-size           : 12px;
    border-bottom       : 1px dashed #b2b2b2;
    color               : #e5006a;
	text-transform		:uppercase;
}

.menu td {
    text-align          : left;
    padding             : 5px 1px 1px 10px;
    font-size           : 11px;
   
}

.menu td a {
    color               : #485156;
    text-decoration     : none;
	font-size           : 11px;
}

.menu td a:hover {
    color               : #e5006a;
    text-decoration     : none;
	font-size           : 11px;
}
.menu_submenu{
	text-indent:18px;
}
