/*
   Style used by DMenu of Gustave Courbet web site
   http://www.chez.com/eclos/gustave/index.html
*/

.menuBar,
.menuBarEntry,
.menuItem {
	font-family : serif, "Times New Roman", Verdana, Fixedsys;
	font-weight : bold;
	font-size : x-small;
	color: #C0C0C0;
	background-color: #EBEBEB; //#66999C;
	background : #EBEBEB;
}
.menuBarEntry{
	/*position : relative;*/
	/*color: Black;*/
	cursor: hand;
}
.menuItem {
	/*color: Yellow;*/
	text-decoration:none;

    text-align : left;
    border: 1px solid;
    border-color : #C0C0C0 Black Black #C0C0C0;
    /*position: absolute;
    top: 0;
    left: 0;
    visibility: inherit;*/
}

.menuBarEntry A:link, .menuItem A:link,.menuBarEntry A:visited, .menuItem A:visited {
    font-family : serif, "Times New Roman", Verdana, Fixedsys;
    font-size : x-small;
    text-decoration:none;
    color: Black;
    font-weight : bold;

} 

.menuBarEntry A:active, .menuItem A:active {
    font-family : serif, "Times New Roman", Verdana, Fixedsys;
    font-size : x-small;
    text-decoration:none;
    color: Black;
    font-weight : bold;
} 

.menuBarEntry A:hover, .menuItem A:hover {
    font-family : serif, "Times New Roman", Verdana, Fixedsys;
    font-size : x-small;
    text-decoration:underline;
    color: Blue;
    font-weight : bold;
} 

