a.selected { 
	font-family: Verdana, Helvetica;background-color: #5E9EB7;
	color: white; 
}
.darkred { color: #872631; }
ul.makeMenu, ul.makeMenu ul {
    width: 150px;          
    background-color: white
    padding: 0px;
    margin: 0px;
	border-left: 0;
}

ul.makeMenu li {
	display:expression('inline');
    position: relative;    
    color: white;               
    background-color: #003565; 
	border: 0px;
    margin: 0px;
	padding: 0px;
}

/* IE reconnait pas le >, on en profit pour corriger quelques bugs d'affichage 
   (mauvaise interpretation des CSS sous IE...)
   */
ul.makeMenu> li {
	width: 150px;
	margin-left: -40px;
}

ul.makeMenu li a { 
	font-family: Verdana, Helvetica;
	color: white; 
	display: block; 
	width: 150px; 
	text-decoration: none;
	filter:blendTrans(duration=0.5);
	background-image: url('../medias/pictures/arrows/white_menu.gif');
	background-position: 3px;
	background-repeat: no-repeat;
	text-transform: uppercase ;
	padding-top: 10px;
	padding-bottom: 11px;
	font-size: 7pt;
	font-weight: bold;
	padding-left: 13px;
}

ul.makeMenu li a:hover { 
	background-color: #5E9EB7;
	color: white;
	text-decoration: none;
	background-image: url('../medias/pictures/arrows/white_menu_down.gif');
}

table td.smenu {
	width: 150px;
	display:block;
    position: relative;    
    color: #00234B;
    background-color: white; 
	border: 0px;
    margin: 0px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-top: 1px solid #003565;
	border-bottom: 1px solid #003565;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-left: 5px;
}

table a.smenu { 
    color: #00234B;
	text-decoration: none;
	font-size: 7pt;
	font-weight: normal;
	font-family: Verdana, Arial;
}

table a.smenu:hover { 
    color: #00234B;
	text-decoration: none;
	font-size: 7pt;
	font-weight: bold;
	font-family: Verdana, Arial;
}

table a.smenuselected { 
    color: #00234B;
	text-decoration: none;
	font-size: 7pt;
	font-weight: bold;
	font-family: Verdana, Arial;
}

table a.smenuselected:hover { 
    color: #00234B;
	text-decoration: none;
	font-size: 7pt;
	font-weight: bold;
	font-family: Verdana, Arial;
}