BODY {
margin:0px;
padding:0px;
background-image:url(bg.jpg);
background-repeat:repeat-x;
background-color: #efefef;
SCROLLBAR-TRACK-COLOR: #efefef;
SCROLLBAR-FACE-COLOR: #cacaca;
SCROLLBAR-ARROW-COLOR: #e2423a;
scrollbar-highlight-color: #efefef;
scrollbar-shadow-color: #efefef;
SCROLLBAR-3DLIGHT-COLOR: #77797b;
SCROLLBAR-DARKSHADOW-COLOR: #77797b;
 }

.inputctrl {background-color: #F0EBCB; border : 1px solid #A5946F; color: #593B1F;}

a:link, a:visited    {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline; color: #0066CC;}
a:hover, a:active   {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #000000;}

a.bottomMenu:link, a.bottomMenu:visited    {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: underline; color: #003366;}
a.bottomMenu:active, a.bottomMenu:hover  {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #000000;}
  

.spc {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1px;
}

.txt {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 17px;
	color: #808080;
}
.txtBleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066FF;
}

.txtBottom {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10px;
	color: #808080;
}

.title {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 17px;
	text-transform:uppercase;
	font-weight:bold;
	color: #003366;
}
.titleRed {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 17px;
	text-transform:uppercase;
	font-weight:bold;
	color: #0066CC;
}

 start quicklink3 style and javascript 

<style type="text/css">
.quicklist3 {
    background:url('http://techno.fm/images/frame_celltop4.jpg') no-repeat;
    text-align:left;
    padding-top:16px;
    margin-left:1px;
    margin-top:0px;
    font-family: verdana, arial, sans-serif;
    font-size:11px;
    width:200px;
    border:1px solid rgb(204,204,204); }

html>body .quicklist3 {
    background:url(' http://techno.fm/images/frame_celltop4.jpg') no-repeat;
    text-align:left;
    margin-top:0px;
    margin-left:5px;
    width:200px;
    border:1px solid rgb(204,204,204); }

.quickcontent3 {
    background:url(' http://techno.fm/images/frame_cellbody3.jpg') repeat;
    margin-top:-2px;
    margin-bottom:-2px;
    padding-bottom:5px;
    width:185px;
    height:13px;
    padding-left:15px; }

html>body .quickcontent3 {
    background:url('http://techno.fm/images/frame_cellbody3.jpg') repeat;
    margin-top:0px;
    margin-bottom:-2px;
    padding-bottom:5px;
    width:185px;
    padding-left:15px; }

.quicklist a:link, 
.quicklist a:active,
.quicklist a:visited { font-weight: bold; color:rgb(64,114,144); text-decoration: none; }
.quicklist a:hover { font-weight: bold; color:rgb(47,79,102); text-decoration: none; }

#nav { 
	float:left;
	margin:0px;
	padding:0px;
        font-family: verdana, arial, sans-serif;
        font-size:11px;
	text-align:left;
	list-style:none; }

#nav ul { /* all lists */
	float:left;
	background-color:rgb(255,255,255);
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li { /* all list items */
	position: relative;
	float:left;
}

#nav li ul { /* second-level lists */
	display: none;
	top:100%;
	position: absolute;
	left: 0;
	margin-top:0px;
}

#nav li li { /* second-level list items */
	display: block;
	background-color:rgb(255,255,255);
	float:none;
	position: relative;
	padding: 3px;
	left: 0;
	background:white;
	width:100px;
	border-left:1px solid black;
	border-bottom:1px solid black;
	border-right:1px solid black;
}

#nav li li:hover {
	background-color:rgb(191,243,255); }

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

 start quicklink2 style

<style type="text/css">

.quicklist2 {
    background:url('http://techno.fm/images/frame_celltop4.jpg') no-repeat;
    text-align:left;
    padding-top:16px;
    margin-left:1px;
    margin-top:0px;
    font-family: verdana, arial, sans-serif;
    font-size:11px;
    width:200px;
    border:1px solid rgb(204,204,204); }

html>body .quicklist2 {
    background:url(' http://techno.fm/images/frame_celltop4.jpg') no-repeat;
    text-align:left;
    margin-top:0px;
    margin-left:5px;
    width:200px;
    border:1px solid rgb(204,204,204); }

.quicklist a:link, 
.quicklist a:active,
.quicklist a:visited { font-weight: bold; color:rgb(64,114,144); text-decoration: none; }
.quicklist a:hover { font-weight: bold; color:rgb(47,79,102); text-decoration: none; }

.quickcontent2 {
    background:url(' http://techno.fm/images/frame_cellbody3.jpg') repeat;
    margin-top:-2px;
    margin-bottom:-2px;
    padding-bottom:5px;
    width:185px;
    padding-left:15px; }

html>body .quickcontent2 {
    background:url('http://techno.fm/images/frame_cellbody3.jpg') repeat;
    margin-top:0px;
    padding-bottom:5px;
    width:185px;
    padding-left:15px; }

.quickcontent form {
	padding:0px;
	margin:0px;
	height:25px; }

.outsidetext {
	color:rgb(204,0,0);
	font-weight:bold;
	float:right;
	margin-top:10px;
	margin-right:35px; }

html>body .outsidetext {
	float:right;
	margin-top:7px;
	margin-right:37px; }

</style>
 end quicklink2 style
